Hello,
I’m trying to use the connection string to deploy Robots to Orchestrator.
I followed this process : Connecting Robots to Orchestrator
But, the connection string doesn’t work…
The normal connexion works manualy, and it works in command prompt with this command :
UiRobot.exe --connect
-url https://orchestrator.mysocieteeee.com -key 62c2d11e-d8e2-4db2-b642-f686b4c7a02b
But when i tryed to use connection String in command prompt, nothing happened, no log, no errors, and no connection :
UiRobot.exe --connect -connectionString
https://orchestrator.mysocieteeeee.com/api/RobotService/GetConnectionData?tenantId=1 ``
Do you have any idea ?
I respected all prerequisites except the WindowsAuth.Domain
parameter that i left empty because our servers are not integrated into a domain, but my robots are integrated to a domain…
Do you think this may be the problem?