InvalidOperationException: Another interactive job is using the machine’s console

Hi All,

Cloud Orchestrator.

One Windows server using User A,User B,User C,User D,User E.

5 runtimes were allocated in licence.

But we are facing the below error. we are not able to run the 5 bot simultaneously .

Only one bot we can able to run.

Facing the below error when try to launch manually .

Another interactive job is using the machine’s console. Only one interactive job can use the console at a time.

System.InvalidOperationException: Another interactive job is using the machine’s console. Only one interactive job can use the console at a time. at UiPath.Service.Orchestrator.NotificationProcessor.PreventConcurrentForegroundJobs(StartJobArgs startJobArgs)
at UiPath.Service.Orchestrator.NotificationProcessor.HandleStartAction(RobotCommand command, RobotCommandActionStart startAction)

Thanks
Pavan

@Pavan_Mamadapur,

You missed to setup High Density robots on your sever. Follow these steps and you should be good.

The error cause is available in your post ‘Only one interactive job can use the console at a time’.

Running multiple background processes simultaneously is possible, but if the process interacts with UI elements, foreground processes cannot be executed parallel to each other.

You can check this

@Pavan_Mamadapur You can try with the solutions provided by @ashokkarale .

Thank you @manasrlenka25 , Issue resolved with your resolution:)