Hi,
I created a batch file and in that i asked uirobot.exe to run my nupkg file. when i run the batch file, it says ‘unable to connect to orchestrator’. i didnt install that and i dont need it. how to fix this?
UiPath orchestrator is not a application it was the webpage you can find this on Cloud.UiPath.com link.
The UiPath bot will run in the studio with orchestrator connection only. With out connecting to Orchestrator we can’t.
First connect your studio with UiPath orchestrator, then run the program from Studio.
i already have assistant but no orchestrator. on my other system, the bot runs perfect. there is no difference in the installation of both systems.
i only installed UiPath studio and assistsant, generated nupkg file and running it via robot
@zeesh19791
If you don’t have Orchestrator installed and you don’t need it for your automation process, you can modify your batch file to run the nupkg file without attempting to connect to Orchestrator. You can do this by adding the -noorchestrator argument to the UiRobot.exe command.
What you are trying to do was possible some releases ago, but not anymore if you are trying this on community edition
“Air-gapped” runs of robots are no longer possible using the UiRobot.exe from cmd. You need to be connected to the orchestrator to run any local nuget packages as well.
That said, if your robot is connected to the cloud orchestrator and licensed, you can run your automation. Remember to also include arguments in json format, if your entry point uses any arguments.
what i noticed is that my UiPath assistant has to be in online status to capture the automation. i connected my computer to internet, assistant got online. after i disconnected the internet, the automation ran fine. so the work around would be to connect internet before running assistant. when it gets online, i can disconnect and let the robot manage the automations which dont need connectivity