Switching between several Orchestrator tenants

Hello @Anil_G

Thank you for the suggestion.
Now I finally had the time to test it and it seems to work.

I ended out with two .bat-files in the following format:

taskkill /IM UiPath.Assistant.exe /F
"C:\Program Files\UiPath\Studio\UiRobot.exe" --disconnect
"C:\Program Files\UiPath\Studio\UiRobot.exe" --connect --url <url-for-tenant> --clientID <client-id> --clientSecret <client-secret>
timeout 5
"C:\Program Files\UiPath\Studio\UiPathAssistant\UiPath.Assistant.exe"

Regards
Soren

3 Likes