Orchestrator platform (platform.uipath.com)

How to get non production robot at status running on that plaform available over internet in order to deploy a process on it.

When i create one, it is alayss at status disconnected. what are the right parameter to set on creation Robot

Regards

Hi @christophe,

Hope this could help you, please follow these steps to connect robots to orchestrator:

  1. Provisioning the Robot to Orchestrator
    Connecting Robots to Orchestrator

2.Connecting the Robot to Orchestrator

Regards,
Susana

3 Likes

Thank you Susana
I succeed connecting the robot on my PC with the orchestrator (platform.uipath.com).
I have deploed a pachage, declare a process and defined a Schedule.
But the job fails

Process : CalculatorChris
Environment : développement
Robot : Robot1
Info : “Executor start process failed, reason System.Runtime.InteropServices.COMException (0x8007052E): Échec d’ouverture de session : nom d’utilisateur inconnu ou mot de passe incorrect. (Exception de HRESULT : 0x8007052E)\r\n à UiPath.UiSystemClass.OpenInteractiveWindowsSession(String bstrUser, String bstrPassword, UiOpenSessionFlags nFlags, String bstrApplication, String bstrAppArguments, Int32 nDelayMs, Int32 userToken, UiGenericOptions options)\r\n à UiPath.Core.Setup.OpenInteractiveWindowsSession(String username, String password, OpenSessionFlags flags, String application, String arguments, Int32 userToken, Int32 preferredWidth, Int32 preferredHeight, Int32 preferredDepth)\r\n à UiPath.Service.Impl.Executor.StartProcessInSession(Guid executorInstanceId, String username, String password, OpenSessionInfo sessionInfo, IntPtr userToken)\r\n à UiPath.Service.Impl.Executor.<>c__DisplayClass13_0.<b__0>d.MoveNext()”
Start Time : 2017/11/16 9:40:02
End Time : 2017/11/16 9:40:00

Do you have an idea?
Regards
Christophe

Hi @christophe,

I think this could be your problem:

You can try this solution: Config RDP timeout to create user session

Regards,
Susana

2 Likes

Hi Susana,

tried your suggestion but it didn’t worked for me. I’m encountering the same error as @christophe

  • Process: CabinetProject_Process
  • Environment: ENV_RPA_CabinetProject
  • Robot: RPA_Cabinet_DevEnv
  • Info: “Executor start process failed, reason System.Runtime.InteropServices.COMException (0x8007052E): The user name or password is incorrect. (Exception from HRESULT: 0x8007052E)\r\n at UiPath.UiSystemClass.OpenInteractiveWindowsSession(String bstrUser, String bstrPassword, UiOpenSessionFlags nFlags, String bstrApplication, String bstrAppArguments, Int32 nDelayMs, Int32 userToken, UiGenericOptions options)\r\n at UiPath.Core.Setup.OpenInteractiveWindowsSession(String username, String password, OpenSessionFlags flags, String application, String arguments, Int32 userToken, Int32 preferredWidth, Int32 preferredHeight, Int32 preferredDepth)\r\n at UiPath.Service.Impl.Executor.StartProcessInSession(Guid executorInstanceId, String username, String password, SettingsDictionary execSettings, IntPtr userToken)\r\n at UiPath.Service.Impl.Executor.<>c__DisplayClass15_1.<<Start>b__0>d.MoveNext()”
  • Start Time: 2018/08/08 11:02:22
  • End Time: 2018/08/08 11:02:22

Maybe this: