How to install packages in Orchestrator

Hi,
I would like to publish a process to Orchestrator but when I execute it, I have some errors because of packages are not installed in the excepted version.

UiPath.CoreIpc.RemoteException: Échec lors de l’installation du paquet « CAP.vers.UP.1.0.12 » —> UiPath.CoreIpc.RemoteException: NU1102: Unable to find package UiPath.FTP.Activities with version (>= 2.3.0)

How can I install FTP package in Orchestrator for example please ?

Apparently, you don’t have access to external package feeds to download and install the requested packages for your project.

Check these documentation materials:

https://docs.uipath.com/robot/standalone/2022.10/user-guide/redirecting-robots-through-a-proxy-server
https://docs.uipath.com/orchestrator/standalone/2022.10/user-guide/deployment-tab
https://docs.uipath.com/studio/standalone/2022.10/user-guide/managing-activities-packages

Where must I install these packages please ?

On machine who will run the process ?

Is it ok if I install theses packages with Studio for example ?

The packages will be installed automatically by default in the %userprofile%\.nuget\packages folder.

Unless you changed that behavior by adding the <add key="packagesInstallationFolder" value="YOUR_LOCAL_FULL_PATH" /> in the uipath.config file in your Studio installation folder.

Check internally if you have a proxy. If yes, follow the materials that I provided already.

If you are in a closed environment, get the nupkg library files from a machine that doesn’t have the issue and transfer them to the impacted machine.

OMG ! You’re my Hero :slight_smile:

Thanks a lot ! Now week-end can start :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.