While trying to run a process locally, it runs smoothly but when I try to run it from orchestrator cloud, it gives me following error:
RemoteException wrapping UiPath.Core.ElementOperationException: Timeout reached. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Timeout reached.
at UiPath.UiNodeClass.BringIntoView()
at UiPath.Core.UiElement.BringToForeground()
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
I have attached my xaml file for reproduction as well. I followed this topic and tried to change the resolution to 1920x1080 (which i identified by screenshot method as sugggested here) but that didn’t work as well. Kindly let me know if someone has faced this problem in past and found any solutions.
What I found is that when my remote desktop window is open (inside my local machine in minimized form) the process runs, but when I close it (even though the machine is on) it halts giving the above error. When I run it manually from the machine, then also the process runs smoothly.Main.xaml (10.8 KB)