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?
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