How to make Orchestrator Manager run in normal mode?

Hi!

When I execute Main.xaml for Orchestrator Manager I can see in the log file that it’s running in production mode:

“…Your application is running in Production mode…”.

The manual says:

“To use Orchestrator Manager, execute it from UiPath Studio by running the Main.xaml file in Normal mode”.

How do I execute it in “Normal mode” in UiPath Studio?

rgds Christian
PS. I’m not a RPA developer as you might understand from this question. DS.

Hi @christian.c.eriksson

I think this is more about environment like development & production. Check config file to see if there is any parameters for environment.

On second thought they might be saying run it from studio & not from orchestrator. Can I see the logs to know more.

Hope this helps :slight_smile:

The full error messages is:

“17:19:00.3393 Error {“message”:“Unable to get access token due to failed authentication. \nServer response: {"StatusCode":500,"StatusDescription":"InternalServerError","Message":"The SPA default page middleware could not return the default page ‘/index.html’ because it was not found, and no other middleware handled the request.\nYour application is running in Production mode, so make sure it has been published, or that you have built your SPA manually. Alternatively you may wish to switch to the Development environment.\n"}”,“level”:“Error”,“logType”:“User”,“timeStamp”:“2024-10-18T17:19:00.338868+02:00”,“fingerprint”:”“,“windowsIdentity”:”\“,“machineName”:”“,“fileName”:“MakeAuthenticationRequest_OnPremises”,“processName”:“OrchestratorManager”,“processVersion”:“2.6.1”,“jobId”:“ffb640c8-1c65-4aa2-ae70-f1e5c19184a0”,“robotName”:”@-attended",“machineId”:29,“organizationUnitId”:1}“”

rgds Christian

I found this in the project.json file:


“designOptions”: {
“projectProfile”: “Developement”,
“outputType”: “Process”,
“libraryOptions”: {
“includeOriginalXaml”: false,
“privateWorkflows”:

A very odd spelling “Developement”!

rgds Christian

Try correcting the spelling & save it again. Run the project in debug mode. I think there is index.html file is also missing. But you will know more when you run the project from studio in debug mode.

Hi @christian.c.eriksson

from the error, it shows that your credentials used for the authentication are not correct.

Please make sure you are passing the correct credentials.

Cheers

Hi!

Yes, when I authenticated as login to Orchestrator and not with machine client ID and secret the process/application started and I have been able to use it.

rgds Christian

Hi!

I did not correct the spelling. Running the process anyway. I don’t know what impact that incorrect spelling has.

rgds Christian

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