Hi. I’ve tried to connect UiRobot to the orchestrator. The orchestrator is updated to latest version 2019.9.262. When I gave connect the Robot, it told check api version. So, I updated the Uipath studio version from 2019.8.4 to 2019.10.0-beta. After that, the robot got connected to orchestrator.In Uipath studio in previous version F6 executes the workflow. But, in latest version I don’t know how to execute the current workflow. It asks for Debug the file.or run file or Run [Actually couldn’t understand the difference between the Run File(F6) and Run Project (ctrl+F5)]
After, I give Debug, it goes the same like previous version, but after some time the following error message appears.
Pls, Guys Anybody help me through it.
19.10.0-beta.90+Branch.release-v2019.10.0.Sha.ed11515279eee4447b9cc03a899373aa74312c09 GetUserStatus timed out. System.TimeoutException: GetUserStatus timed out. —> System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.IO.Pipes.NamedPipeClientStream.ConnectInternal(Int32 timeout, CancellationToken cancellationToken, Int32 startTime) at System.IO.Pipes.NamedPipeClientStream.<>c__DisplayClass21_0.b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.NamedPipe.NamedPipeClient1.<ConnectToServerAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.ServiceClient
1.d__20.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.ServiceClient1.<>c__DisplayClass17_0
1.<b__3>d.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.IOHelpers.d__6.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.IOHelpers.d__111.MoveNext() --- End of inner exception stack trace --- at UiPath.Ipc.ServiceClient
1.<>c__DisplayClass17_01.<InvokeAsync>b__4(Exception ex) at UiPath.Ipc.IOHelpers.<WithTimeout>d__11
1.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.ServiceClient1.<>c__DisplayClass17_0
1.<b__2>d.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at UiPath.Ipc.ServiceClient1.<InvokeAsync>d__17
1.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at UiPath.Studio.Plugin.Workflow.Robot.Services.RobotStudioBridge.d__17.MoveNext()
Got the issue resolved & the created workflow executes Fine. Actually, in the task it keeps on running the process every time I end the process. So, I found the UiPath.Service.UserHost.exe
service in the App data file & terminated the process in taskbar and Deleted the file at the same time. Then, it executes fine in studio. Can You tell me what’s the diff. btwn Run File(F6) and Run Project (ctrl+F5)] and Debug project (F5).
Thanks @Palaniyappan
Debug - its like compile execution before running the process, so that we could be able to check the error IN DETAIL along the sequence…if the process is run in debug mode and if that doesnt give us any error THEN IT CAN BE EXECUTED WITH F6
Run File is different from Run Project
here if i m inside events array.xaml and pressing F6 then it would run that xaml alone while if i press ctrl+F5 it would run the whole project that is main.xaml as when a process is run from orchestrator it will execute main.xaml right…same way
hope this wuld help you
kindly let know for any further queries or clarification
Cheers @SANJAI_M
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.