Error Fix For Orchestrator " Invalid Package Details! (#1654)"

How to solve in Orchestrator Error Invalid package details! (#1654)?

Issue Description: Publishing a process manually in UiPath Studio and thus cached it as a file. Then it is required to upload it manually to the Orchestrator, and after clicking "Submit" the below error message is thrown. "Publishing" directly from the connected Studio is also incorrect. Here error message "Publish of library project to Orchestrator failed. Package cannot be published to the shared feed." is thrown . The Orchestrator version is 2021.4.3.

Error message: "Invalid package details! (#1654)"

Resolution:

  1. Navigate to “C:\Program Files (x86)\UiPath\Orchestrator”
  2. Provide read/write permission / full control to “NuGetPackages” folder to “Everyone” or to that specific user from security tab
  3. Shared the folder over network using advance sharing option
  4. Restart the AppPool and try again to publish the package from Studio
  5. Verify the UiPath.Orchestrator.dll.config file if values to these parameters are present (API keys will be taken from Orchestrator -> Deployment (Packages for NuGet.Packages.ApiKey and Libraries for NuGet.Activities.ApiKey)):

For example:

1.png

  1. In cmd as Administrator type and run iisreset
  2. For testing purposes, upload the failed package and check the behavior.