System.Exception: Orchestrator information is not available. Please check if UiPath Robot Service is started

Hello,

I am using UiPath CE having version-2019.2.0

and using orchestrator (https://demo.uipath.com/). I am trying to ‘Add queue item’ with only string values but throws error by studio. Please see the below error

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Orchestrator information is not available. Please check if UiPath Robot Service is started.
at UiPath.Executor.WorkflowRunner.EndExecute(IAsyncResult result)
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager).

I have already tried staring service.msc.

Hi @Rahul99710

Make sure your Robot is connected to Orchestrator:
image

1 Like

Thanks.Working now

1 Like