Orchestrator URL prefilled with correct Organization to log into

Hi there,

I want to install the UiPath Robot via cmd and I am handing over a parameter “Service_URL”. This way, upon installation the User can click on Sign In and get’s prompted to the Orchestrator Login Website. Unfortunately the Organization Name is set to “host” but I would like the User to have the Organization Name set to “Production” so that they don’t have to change that manually.

I have tried “https://myorch.com/?tid=2” which is the “Production” Tenant, but it doesn’t seem to work.

image

you cannot directly set the Organization Name through the Orchestrator URL when installing UiPath Robot via the command line. The Organization Name typically needs to be manually selected during the initial login to Orchestrator.

However, if you have a specific use case where you want to automate or pre-configure the Organization Name for Robot users, you might want to consider using the Machine Key instead

@lennart.muchow

Hi Praveen, thanks for the Info. Unfortunately, machine key is not an option since it’s meant for multiple users. Also a machine template wouldn’t work since it is for attended use.

Do you know if there are other Parameters I could use for Interactive-Sign in?
Studio - Command Line Parameters (uipath.com)
I am using Service_URL, but I see there are also Connectionstring and Orchestrator_URL available. I just think they are meant for different functions.

Hi Praveen, thanks for the Info. Unfortunately, machine key is not an option since it’s meant for multiple users. Also a machine template wouldn’t work since it is for attended use.

You’re correct in your understanding of the available command-line parameters. The parameters you mentioned are indeed meant for different functions:

  1. Service_URL: Used to specify the Orchestrator service URL.
  2. Connectionstring: This parameter is used to specify the connection string. It’s primarily meant for Studio usage and might not be suitable for your case.
  3. Orchestrator_URL: Specifies the Orchestrator URL to use.

I just think they are meant for different functions.

Unfortunately, there isn’t a direct command-line parameter to set the Organization Name during interactive sign-in. As of the latest information. the configuration of the Organization Name requires user interaction during the sign-in process. The Organization Name is usually selected by the user during their first login

@lennart.muchow

Alright thank you for the info. Then I will inform the users which Org Name they need to change during initial login.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.