Bot is not running

I am trying to run the bot manually from scheduler
Program Script
“C:\Users{$‘User’}\AppData\Local\Programs\UiPath\Studio\UiRobot.exe”

As Argument
-file “C:\Users{$‘User’}\OneDrive\Documents\Package******************.2.0.0.nupkg”

but the executor start and get closed immediately…

Hey @akarshan.sonkar could you please share the Logs Details from orchestrator .

cheers

we are running from System’s task scheduler not from orchestrator.

Hi @akarshan.sonkar ,
UiPath does not support and executing .nupkg files directly
please try this approach
1.Publish the bot locally.
2.Build the task scheduler command “C:\Users<User>\AppData\Local\Programs\UiPath\Studio\UiRobot.exe” --file “C:\UiPathBots\MyBot\Main.xaml”

3.Create Task in Task Scheduler
4.In action tab start a program script
“C:\Users<User>\AppData\Local\Programs\UiPath\Studio\UiRobot.exe”
5.Configure the trigger.

Cheers

Hey @akarshan.sonkar
Previously, it was possible to run UiPath bots directly from the system scheduler using the command UiRobot.exe -file "path_to_package.nupkg". However, in the latest versions of UiPath, this approach is no longer supported. It is now recommended to use Orchestrator for managing and executing processes.

UiPath allow to run workflow through Orchestrator.

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