Packages not getting deployed on Robots machine

HI Team,

We have provisioned robot on Orchestrator. Created a simple process to log message. Uploaded the package on Orchestrator.

  1. When we add a process and select the enviroment. Package automatically gets copied/deployed on all Robots machine (assigned to that enviroment). But its not geting deployed

Hi @Tanujasethi,

What do you mean by “it’s not getting deployed”? It’s not displayed in the Processes page?

Hi,
Did you mean process is not created ?
If process is visible on the process tab and wants to run it on machine then you need to go to Job Tab and from there you need to run the the process .
If above steps done and still not running then please let us know the logs or if any error messages.

PS:Hope you have configured right machine name .

it is displaying on the process page.
I have developed package on my system. I want to run this process on VM.
I have configured the VM Robot properly and robot status is coming as Available on Orchestrator.
Now after provisioning my robot → Created Enviroment → Assigned robot to it.
CReated Process (selected the package that i upaloaded) , enviroment. Process is visible on the process page.

  1. SO now whenever we create process with selected package and enviroemnet, then automatically that package should get copied to VM machine/Robot Machine?
  2. Now when i am running the process from job tab , its giving exception attachd the screenshot:

Hi,

Give a try .:slight_smile:

Usually appears when you use High-Density Robots (server machine with multiple users) and you have the logintoconsole parameter set to true in the UiPath.settings file.

1 Like

We have one user on this server. DO you want me to set logintoconsole parameter set to true or false in the UiPath.settings ?file.

set to True and try ,else we’ll find other way around.

ALso where i can find his file? in which folder?

logintoconsole parameter value is TRUE in settings file

oh fine.
Please check and try to follow up the steps and let us know.

Hi @Tanujasethi

When you deploy a process, the Robots in the given environment have access to all the activities they need to execute the automation project(more info about this here). You will see your process(and evironment) in the Robot tray after deployment.

HI
I have added the UIPATH_SESSION_TIMEOUT Enviroment variable . But still i am getting the same error.

@Andrei_Pop

So you have a firewall/antivirus ? If you do, please turn them off and retry.

From the error it seems that the download cannot be done in 30 seconds (timeout).

On the robot machine please open robot tray and hover the mouse on the status icon.

Andrei

I have turned off the firewall but still its not working

@Tanujasethi I provided @ddpadil 's recommendation to our developers, and they came back with the following, which solved the issue:

“The LoginToConsole parameter is already set to False value in UiPath.Settings files. But in the same file somebody changed the NugetServerUrl parameter value.
So, I have changed the value of the parameter and now bot is running from orchestrator.”