High density bots

I have one machine and 2users
I have one queue created on orchestrator with 10transactional items

I want to run these items on 2user session without conflict
Ex: user 1 should able to complete 5transaction
In parallell user2 should complete 5transaction

How can I build this? @Anil_G @Raghava_Tadikonda1 @pathrudu

@lalithanarayan462

it might not be exactly 5 and 5..but if you have enough licenses then it would automatically assign items and process

cheers

Yeah that’s correct. It depends on the time taken to complete the transaction.
How can I build this? Can we build it for ui automation like i have some click and type into activity?

@lalithanarayan462

yes just like any other automations..its just that the same code will run twice once on each user

cheers

@lalithanarayan462,

Yes you can. There is no specific development efforts you have to take for this. Just make sure you have

  1. high density enabled on the server - Robot - Setting up Windows Server for High-Density Robots
  2. You have unattended license available
  3. There is no conflict for resources. Meaning if bot require login into an application, that application should support multiple simultaneous logins. It should not logout one session when new session created. Check same with files being used in your bot.

Thanks @ashokkarale and @Anil_G got it.
I am trying to host 2user session without RDS.
Is this possible?
I have windows server 2011 which we are using .Is 2011 windows are supported for this? Any alternative ways to build?

@lalithanarayan462

2011 might not support as per docs

Cheers