Testing a process locally without Orchestrator

I finished the level 2 Orchestrator course so my Studio is connected to Orchestrator I am guessing.

Now I just want to test a simple process scraping a website’s data but just want to do so locally without setting up robots on Orchestrator.

When I click Run, I get this error:
image

19.4.2+Branch.master.Sha.e17a3bedca2a7da0d0b716b5f8f765d1d5ef1ddc

A robot with user name 'NICHOLAS' is not defined in Orchestrator

System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: A robot with user name 'NICHOLAS' is not defined in Orchestrator (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: A robot with user name 'NICHOLAS' is not defined in Orchestrator
   at UiPath.Service.Impl.RobotProvider.TakeConnected(UserIdentity identity, Guid robotKey)
   at UiPath.Service.Impl.RobotProvider.TakeRobot(UserIdentity identity, Guid robotKey)
   at UiPath.Service.Impl.ExecutionManager.<OnStartJobAsync>d__10.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.Service.Messages.MessageDispatcher.<DispatchingTask>d__19.MoveNext()).

How can I temporarily disable Orchestrator so I can test processes locally?

1 Like

Hi @nyck33

Disconnect your robot from your orchestrator buddy…
Start-> robot
Open uirobot.exe
Open settings
Click Disconnect buddy

And then you can run buddy…
Kindly try this and let know buddy… @nyck33

Cheers… @nyck33

@Palaniyappan Yes it works!

1 Like

Thats great buddy
cheers @nyck33

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.