Robot Fails To Run A Project When The Nuget Directory Is On A Shared Drive

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:

  1. Navigate to Orchestrator > Settings > Deployment and under Libraries select "Both Host and Tenants feeds"
  2. Save the settings

image (5).png



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".