Hi there,
I am trying to run a process from an orchestrator that is connected to a domain machine, the process keeps giving me (Installing package…) for 20 minutes, and then gives me that error:
Info: Available timed out.
System.TimeoutException: Available timed out. —> System.Threading.Tasks.TaskCanceledException: A task was canceled. at UiPath.CoreIpc.Connection.RemoteCall(Request request, Stream uploadStream, CancellationToken token)
at UiPath.CoreIpc.ServiceClient1.<>c__DisplayClass21_1
1.<b__1>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func
2 func, String message, Func2 exceptionHandler) --- End of inner exception stack trace --- at UiPath.CoreIpc.ServiceClient
1.<>c__DisplayClass21_11.b__2(Exception ex) at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List
1 cancellationTokens, Func2 func, String message, Func
2 exceptionHandler)
at UiPath.Executor.RobotRunner.ExecuteJob(Boolean preLoaded)
Start Time: 12/23/2022 8:39:00 PM
End Time: 12/23/2022 8:59:01 PM
I am just trying to run a simple process here to test the connection. Please help me on this step.
Thanks