Reputation: 119
I installed Uipath Studio Enterprise Trial Edition 2018 on a Windows 10 home machine and I am trying to connect a robot to orchestrator community edition (2018) but my robot status is always disconnected in orchestrator
I did the following steps as described in the documentation:
The screenshots below show the robot status on my machine and on orchestrator.
If you had a similar issue before, please assist.
Thank you so much.
Upvotes: 2
Views: 5516
Reputation: 3920
Let me just repeat the scenario, because if I understand it correctly, there is only one possible reason for the robot show as disconnected when trying to run a robot.
The only explanation for this is the machine name entered in UiPath Orchestrator is not the same as the hostname of the machine on which the robot runs. In the Command Prompt, both the whoami and hostname commands will show you the name you should use for the machine.
Update this field in the Machines section under the Management section of the admin console, reconnect from UiPath Assistant and your machine status should change to connected.
The following image shows an instance where the machine will show as disconnected, even if UiPath Assistant connects. Notice how the hostname and the machine name are not the same. This is most likely the issue.
Upvotes: 1
Reputation: 21
Upvotes: 2
Reputation: 61
Make sure robots are having proper domain/username and password, generally you can get it by running whoami in cmd.
Complete result you can paste under domain/username section then in password field you paste just username(generally username and passwords are same)
Upvotes: 2
Reputation: 288
All the steps are correct except the URL, UI Path documents suggest the Orchestrator URL as follows
http://platform.uipath.com/[AccountLogicalName]/[ServiceName]
Here is the complete step by step guide.
Upvotes: 1
Reputation: 788
Add the processes for the environments. After adding this should be working as expected.
Upvotes: 1
Reputation: 11
Please open a CMD in your robot machine and type “whoami”. The result should be the input you need to add in your domain\username field when provisioning a robot.
If you are using a domain user you need to put domain\username. If it’s a local user you need to add machineName\username.
Upvotes: 1