How to Run Multiple Process using same host machine(VM) for different Users Simultaneously?

Hello Team,

We’ve 2 Un-Attended Processes to run in single host machine (VM) has 2 Users with 2 Un-Attended Licenses available and connected, while running the Processes simultaneously 1 Process is running and other is getting Faulted, how should we Proceed further to run both processes simultaneously with different users in single host machine…

Error Message: 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)

Hi @Eruventi

Check the below thread:

Regards

@Eruventi,

Enable High-Density Robots settings on VM server. This will allow multiple users running multiple processes simultaneously. Refer this documentation for how to setup.

Thanks,
Ashok :slight_smile:

Hi @Eruventi,

Try below steps mentioned:

Go to UiPath.settings file(which is located at “C:\ProgramData\UiPath”) on the machine you will find a parameter called “Logontoconsole”.

If the Logontoconsole is true, Orchestrator uses the console which only allows 1 connection at one time. So you need to change that to false

After changing the UiPath.Settings file, you need to restart the UiPath Robot Service from Services for it to take effect.

Thanks,
Purushotham

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