Our company current has made the transition over to UiPath from Blue Prism. Due to company policies, RPA’s in service for different departments (and sometimes even at unit level) need to have their own user account.
Let’s say we have 3 RPA’s for the department of Finance, one for Unit A, another for Unit B and the other for Unit C, data and access needs to be restricted to these units, meaning that each unit gets their own robot user account. So Unit A uses robot user account UnitA_robot, Unit B uses UnitB_robot and so forth.
We have one production VM (Windows sever), and one unattended robot license. For each RPA, we need to sign in/out of the VM using that RPA’s user account’s credentials, like so:
In order for Unit A’s RPA to run, the robot agent must login to the VM using UnitA_robot’s credentials, run process, then logout.
In Blue Prism, this was easily achieved with their Login/Logout agent, which logs in by authenticating to Windows using a pipe client. I guess the same could be done with UiPath, except that an unattended license seems to use a key generated by the Orchestrator and the user/password for that machine. I’m struggling to find documentation that explains whether or not we can assign multiple credentials to one machine.
Thanks for the steps! I managed to set it up exactly as you’ve shown a few moments ago actually. I’m however facing the following issue with the total number of robots that can be assigned.
May I know why are you creating multiple templates?
ideally the same template needs to be used for all accoutns…all accounts needs to be added to that machine template
also how you seggregate is based on the folder or process…if robot A and machine is assigned to folder 1 then only robotA will be used by processes in folder 1 …similarly for other folders
What the previous screenshots show is one of the pages where one to create Robot accounts. It looks like I’m creating a machine template, but I was just using that path to create a new robot account.
If I do it via Tenant > Manage Access, I sadly get the same error of not being able to create more accounts:
That unfortunately doesn’t answer my question: where can I find what the maximum number of accounts is per unattended robot license. Because now it seems to be 5.