I want to run two bots simultaneously in same machine with two different user. Is this possible?
Example: Suppose there is a machine ABC. I created two user Test1 and Test2.
The hostname will be ABC\Test1 and ABC\Test2. I want to run both simultaneously.
ABC\Test1 is configured properly but when I am going to assign bot to user ABC\Test2
I am getting the below error.
“Can not update the Username of a Floating Robot with an active session”
You cannot run multiple processes at the same time in the same machine. However, if all two processes are background processes, then you can run them in the background at the same time.
Check out this thread. It might help you understand better.