Hi guys,
I know this is a quite common problem which people are facing. But I’ve tried a lot to solve this isse without any success.
I’ve just started the RPA Dev Course. In the first section you are supposed to connect to the Orchestrator with your Robot. I did follow the instructions from the doc and also some information from the forum here. I tried to set it up entirely on my local machine.
What I did was instructed in the course (with 2 seperated accounts). Although there is no information about the new way of connection to the Orchestrator (Click):
As Admin:
- Invite a user as “Automation Developer”
- Give him the role as a robot in the Orchestrator
The url of my Orchestrator is: “…cloud.UiPath.com/mydevcomp/DefaultTenant/orchestrator_/robots/…”
As User:
Login with the Service-URL to connect to the Orchestrator “…cloud.UiPath.com/mydevcomp/DefaultTenant/orchestrator_/”
The error message:
RemoteException wrapping UiPath.Service.Orchestrator.Clients.OrchestratorHttpException: Für den aktuellen Benutzer ist kein Roboter konfiguriert.
at UiPath.Service.Orchestrator.OrchestratorClientExtensions.EnsureOrchestratorStatusCodeAsync(HttpResponseMessage response)
at UiPath.Service.Orchestrator.Clients.OrchestratorEnrollment.GetEnrollmentDataAsync(HttpClient client, String connectionString, CancellationToken ct)
at UiPath.Service.UserHost.InteractiveConnectFlow.<>c__DisplayClass21_0.<b__0>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Service.HttpExceptions.Improve[T](Func1 code) at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List
1 cancellationTokens, Func2 func, String message, Func
2 exceptionHandler)
Thanks for the help!