High -Density Robot Issue while running two automation

Hi,

I have a high-density server where I have deployed two SAP-related processes, each using a different SAP login. When executed separately, both processes work fine, but when run concurrently, one of the automations fails. Can you help me identify how to prevent this issue?

Hi!

What is the error and do you have any idea of what type of activity is failing?

Hi @bankushapuram

Ensure each automation uses a separate SAP session to avoid conflicts. Assign a unique SAP login for each process to prevent session overlap. Check that SAP GUI is configured to support multiple instances running simultaneously. If necessary, run the processes on separate robots or virtual machines to ensure full isolation. Monitor the server’s resources to ensure it can handle both processes running concurrently.

If you found helpful, feel free to tick as a solution.
Happy Automation

@bankushapuram

What do you mean by fails? Any specific error? If you are using Kill Process make sure you set the property AppliesTo to OnlyCurrentUser

This will not kill SAP for another.

Hi @ashokkarale,

Thanks for the update as we updated the in properties of kill process with Only current user it is working fine.

@bankushapuram,

Glad to hear that. Kindly close the thread by marking my answer as solution so it will be helpful to others as well.