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)
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.