Why Robot fails to run a project when the Nuget directory is on a shared drive and cannot get packages from local sharedrive?
Root Cause: The nugget was moved to a custom directory located into a shared drive and the deployment \ libraries were configured in Orchestrator to search only on tenant level.
Resolution: When the Nuget repository is located on a shared drive and the Robot is failing with "NU1101: Unable to find package XXXX. No packages exist with this id in source(s)" when is running the process, check the below setting:
- Navigate to Orchestrator > Settings > Deployment and under Libraries select "Both Host and Tenants feeds"
- Save the settings
If the Libraries are enforced to use only Tenant feed then the Robot will fail with the below error: System.Exception:
"NU1101: Unable to find package xxxx. No packages exist with this id in source(s): C:\ProgramData\UiPath\Packages, Connect, Local, nuget.org, Official NU1101: Unable to find package xxxx. No packages exist with this id in source(s): C:\ProgramData\UiPath\Packages, Connect, Local, nuget.org, Official NU1101: Unable to find package xxxx. No packages exist with this id in source(s): C:\ProgramData\UiPath\Packages, Connect, Local, nuget.org, Official".