Process fail to run as unattened error Failed to install package

Hi,

when I try to run a process which was published in Studio unattended from the Orchestrator, I keep getting an error message as mentioned Failed to install package ‘DependenciesTest.1.0.1’. The robot is connected to the machine server correctly since if I run a process in Orchestrator unattended, which has all the default packages it works. I am using on Prem Automation Suite.

Cheers,
Hamzah

Hi @Hamzah_Baagil

Pls ensure the required packages are published to orchestrator, the tenant NuGet feeds are correctly configured and reachable from the robot machine,
the robot has access permissions, Studio and Robot versions match, and the local NuGet cache on the robot machine is cleared if needed.

If helpful, mark as solution. Happy automation with UiPath

@Hamzah_Baagil

DependenciesTest.1.0.1’. - this looks like a custom library that is built…please upload or publish that as well to the same tenant from where you are running the unattended automation

cheers

Hi @Hamzah_Baagil

it means the unattended robot can’t download one of the project dependencies. Since default-package processes work, check that the dependency exists in Orchestrator’s feed and that the robot machine can access it. Also try clearing the local NuGet cache on the robot machine and restart the Robot service.