orchestrator-powershell
orchestrator-powershell copied to clipboard
Update-UiPathProcess returns 1667 error
Hi,
In one tenant this step performs always succesful but in another tenant it's throwing this error. This is blocking our pipeline to flag as successful.
` Process found, updating existing version Update-UiPathProcess : The operation returned an error: 1677: This process's package is not available anymore. Changes are not possible. At line:2 char:3
- Update-UiPathProcess -Process $pro -PackageVersion $version -AuthTo ...
-
+ CategoryInfo : InvalidResult: (:) [Update-UiPathProcess], Runti
meException + FullyQualifiedErrorId : UiPath.PowerShell.Cmdlets.UpdateProcess `