Hi Ovi,
I øm pretty sure I used the MSI. To make absolutely sure I removed the whole UiPath package, rebooted and installed from the MSI only the robot (full robot, no studio, no orch).
i ran the robot to get the %appData% and %Localdata% files created for me. I then edited the UiPath.settings file as:
{
“NuGetApiKey”: “”,
“NuGetServerUrl”: “%ProgramData%\UiPath\Packages”,
“ActivitiesFeed”: “”,
“UiPathServerUrl”: “https://XXX”,
“TracingLevel”: “Information”,
“LowLevelTracing”: false,
“RobotKey”: “”,
“LoginToConsole”: true,
“ResolutionWidth”: 0,
“ResolutionHeight”: 0,
“ResolutionDepth”: 0,
“ConnectionString”: “https://XXX/api/RobotsService/GetConnectionData?tenantId=2”
}
I made sure the WindwosAuth was turned on in web.config on the ORCH (I restartet the IIS).
The I ran the --connect -connectionString with the same connectionstring as in the settings file (which was copied directely from Orch Aadmin | settings - so likely no typos).
Nothins happed. However the UiPath.settings file got changed: The UiPathServerUrl and ConnectioncString was blanked out by the operation.
{
“NuGetApiKey”: “”,
“NuGetServerUrl”: “%ProgramData%\UiPath\Packages”,
“ActivitiesFeed”: “”,
“UiPathServerUrl”: “”,
“TracingLevel”: “Information”,
“LowLevelTracing”: false,
“RobotKey”: “”,
“LoginToConsole”: true,
“ResolutionWidth”: 0,
“ResolutionHeight”: 0,
“ResolutionDepth”: 0,
“ConnectionString”: “”
}
Somehow it seems that the command cannot/wil not perform correctly. I suspected that the Uipath.settings files was locked or needed admin permissions to vbe accessed, so I gave it FULL access rights to EVERYBODY (just to be sure). No change.
What am I missing?
Best regards
/Klaus