Hello All,
I am not able to publish library from studio 2022.10.3 version to on-premise orchestrator.
But I am able to publish process.
Can anyone help in this case?
Hello All,
I am not able to publish library from studio 2022.10.3 version to on-premise orchestrator.
But I am able to publish process.
Can anyone help in this case?
@ishnarayan.pandey
welcome to the forum
Currently it is unclear what was done and what is failing in detail.
In general we we would also recommend:
HI Anil,
Invalid package details!
This is the error. And if I am publishing it to local it is able to publish.
But when on orchestrator its giving the above error.
Can you try what @ppr mentioned
And can you please send a screenshot of youe publish settings when you click on publish to orchestrator
Cheers
This i have done already.
Same issue : Invalid Package Details
Extra steps that should be verified if the solution is not working:
In Orchestrator → Tenant → Settings → Packages (Deployment: Internal; Security: Secure Deployment); Libraries (Feeds: Both host and tenant feeds, Deployment: Internal; Security: Internal)
In UiPath Assistant verify if you are connected to your Orchestrator with a machine key
In Studio, go to Settings → Manage Sources → Verify if your Orchestrator nuget sources details are in place
If the package size is more than 28.6 MB, there is a limitation set by IIS. In order to increase the package size limitation, follow Increasing The Size Limit Of Package Files .
If any of the file in the project directory is corrupted. To identify the corrupted file we will have to use which Trial and Error method . This can involve File names with characters from unsupported language, File Extensions or actual corrupted files.
For instance, remove all the unwanted files and keep Xaml files and project.json file and try to publish the same. If the process is published, this indicates that one of the files that was removed from Project Folder is corrupted. Once the file/s are identified they can be recreated or corrected accordingly.
It is often observed that if the project Folder has any special Characters like % in Project directory, and REFramework. Delete the file or Rename the file to validate if this is applicable -ProjectName\Documentation\REFramework Documentation-EN
In your package, in Studio, update the UiPath.System.Activities to the latest version.
Try to publish the Studio process in your Orchestrator now.
Have done all the things which is mentioned above.
But still the same issue.
Archive the library project and attach it to see if we are facing the same issue.
Hi Marian,
If you have 22.10.3 version of studio installed, you can just create a library process and try to publish it. I am publishing a blank library only and hence there is no need of me sending zip file to you.
No issues on my On-Premise Orchestrator and Studio 2022.10.3.
Which is your error details?
Did you check the event viewer logs on the robot machine and on the Orchestrator machine?
Do you have access to publish libraries?
In Tenant → Settings → Deployment → how did you configure the settings?
Extra note: every customer is having a different setup and configuration, it is not a single solution/cause for everybody.
I’m facing the same issue.
Orchestrator version: On-premises Orchestrator 2020.10.3 ; UiPath Studio version: 2022.10.4
When publishing a blank project with Compatibility “Windows” I get the following error: “Error: Publish of Process project to Orchestrator failed. Invalid package details!”
On the Orchestrator side, no error appears.
When publishing a “Windows - Legacy” blank project, all is OK.
There could be several reasons why you might not be able to publish a library from UiPath Studio to an on-premise orchestrator. Some possible causes and solutions include:
Thanks!!!
Hi @klaucs,
You probably need to upgrade your Orchestrator to 2021.10+ since the Windows / .NET 6 project compatibility was released in the 2021.10 version of the platform.
Try publishing your project to your hard drive, then manually uploading the .nupkg file via the Orchestrator web UI and you will probably observe the same error message.
Thanks
What version of Orchestrator do you have installed? Is it version 2021.10 or newer?
What happens if you publish the blank library to your hard drive, then try to upload the .nupkg file into your Orchestrator web UI?
Thanks
The issue is resolved now. But i think it was some issue with orchestrator itself.
I don’t know what exactly but its resolved now.
Thank You