Hey guys,
I wanna connect robot to orchestrator on my active directory user. However, “Administrator rights are needed” pop up.
License type:Enterprise
Studio and robot version: 2019.4.4
Any help is appreciated.
Welcome to UiPath Community.
Orchestrator Admin users only can able to add a Robot to Orchestrator, if you need to add then you need to get admin rights to add a Robot.
You need local admin rights on your desktop to be able to add connect your robot to orchestrator
A work around (if you have access) is to go to %programdata%/uipath in file explorer
inside is a Uipath settings file - this needs to be updated in notepad.
It might look something like this:
{
“NuGetApiKey”: “”,
“UiPathServerUrl”: “OrchestratorURL”,
“TracingLevel”: “Information”,
“RobotKey”: “RobotKeyFromOrchestrator”,
“LoginToConsole”: true,
“ResolutionWidth”: 0,
“ResolutionHeight”: 0,
“ResolutionDepth”: 0,
“LowLevelTracing”: false,
“NuGetServerUrl”: “OrchestratorURL/nuget”
}
You need to replace OrchestratorURL with whatever your orchestrator url is and also RobotKeyFromOrchestrator from when you provision in orchestrator.
Thanks. I found out if I connect robot using admin user, active directory user connected automatically. Problem solved.
Thank you. I found out if I connect robot using admin user, active directory user connected automatically. Problem solved.