Hi,
What you describe is uncommon for automation as it might be possible it might also cause issues with some applications.
Issues might be caused by application by how they handle files and data at runtime. eg multiple instances of one application is using the same temp folder, or even the same temp files, or might lock access to files to other application instances. Those issues might not be obvious at first but there might be random access violations / error messages, app crashes, ... This is probably the worst case and I just wanted mention this possibility. Normally application are able to run in parallel in separate Windows sessions.
Another challenge are application processes. Similar application processes are running in parallel. Normally they are separated by Windows user context but if eg kill process with elevated (admin) rights is used, then it is possible to kill the application of another user session and not the one the robot is currently working with.
Blue Prism also suggests to ensure the correct application process ID is used to avoid attaching to wrong processes (and fail) and such issues.
After we finished the disclaimer I will try to provide the info that might help you.
There is a post from Blue Prism taggling this topic (it is in German but should be possible to be translated)
#TippderWoche: Blueprism Runtime Ressouce auf einem Terminal Server betreiben | Deutschsprachige CommunityIn short:
Multiple sessions on one VM is only possible using Terminal Services / Remote Desktop Services.
Special care have to be taken on handling application processes
Further details and explanation can be found here:
https://digitalexchange.blueprism.com/dx/entry/3439/solution/remote-desktop-services---blue-prism?_gl=1*9zcg33*_ga*MTM1NTUwOTMyNy4xNjczOTY0NDQw*_ga_MFBQ2KFZ1L*MTY3NDcyMDc2MC41LjEuMTY3NDcyMTI1OS42MC4wLjA.&_ga=2.9969525.1998403709.1674638541-1355509327.1673964440I have never used the proposed solution so it would be nice if you can share your experiences and provide feedback here. This might help community users in future.
------------------------------
Walter Koller
Solution Manager
Erste Digital / Erste Group Bank
Europe/Vienna
------------------------------
Original Message:
Sent: 01-25-2023 00:38
From: Theo Henderson
Subject: Login Agent - Multiple User Accounts
Good Morning/Afternoon/Evening All,
Our customer is looking to scale up an existing Blue Prism process and has asked if it possible to run multiple instances of the process concurrently on the same resource.
The challenge we are facing is that the run mode of the process cannot be set to Background and we are also required to use the Login Agent to Login and Logout of the resource at the Start/End of each execution.
If possible, the customer does not want a stand up an additional resource and has asked if it is possible for the Login Agent to Login/Logout of the same resource using different credentials and each instance of the process running will work independently of each other using it's own login.
Does anyone know if this is possible?
Thanks in advance
------------------------------
Theo Henderson
RPA Developer
------------------------------