I am updating a UiPath platform from v2020.10 to v2023.4. I have already installed/update studio machines and NonProduction, but… I’m not able to update Unattended robots.
Firstly I am sharing the procedure followed:
Uninstall software 2020.10
Restart the machine
Create Robot Account in orchestrator admin section → Production_Robot_Account.
Grant ‘Robot’ role to previous robot account
Allow unattended robots to run automations as this robot account and set specific windows credentials (domain\username - password)
Create Template machine → Production_Maching (keeping both clientId and secret)
Assign the template and the robot account into the modern folder
Install software 2023.4, selecting Unattended automations during the installation
Try to connect to orchestrator through MachineKey and throy Client → Error:
After having the error and doing some research, I have just tried to make a change in UiRobotSvc settings, doing exactly the opposite to:
In particular the set up is, being the exactly same user-password used in previous list in item number 5 :
After restart the service, now the robot connects. It should be great if after Signing off the machine any robot can be executed there, but it’s not posible due to:
Could not start executor. Logon failed for user Domain\User. Reason: ERROR_ACCESS_DENIED=ERROR_ACCESS_DENIED=0x00000005 : Access denied…
Is there any error in the procedure? Has anyone faced the same issue?
I requested for UiPath technical support and we have detected not only the root of the problem but also the solution.
IT department set up a proxy to manage the connections in the machine and Service Mode (unattended) instalations in recent versions of UiPath does not detect this configuration automatically.