I’ve community edition unattended robot. My process opens a chrome browser and type in ‘user’ and ‘password’ with the parameter values and click the ‘login’ button. It runs fine from orchestrator if I connected to the remote machine(which the robot runs ) by remote desktop.
However, if I disconnected the remote machine where the robot runs, it always failed with this error.
==========================================================================
Timeout reached.
RemoteException wrapping UiPath.Core.ElementOperationException: Timeout reached. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Timeout reached.
at UiPath.UiNodeClass.BringIntoView()
at UiPath.Core.UiElement.BringToForeground()…
And the log on the machine shows error.
Error {“message”:“Type Into ‘INPUT user_name’: Timeout reached.”,“level”:“Error”,“logType”:"Default …
I set the Robot as ‘LoginToConsole’ as false. But still no luck.
Is there a way to run the process regardless remote desktop running?
Thanks.