SAP issue on different session

Hi,
I am currently running my script to generate a report. Takes 15min to the report to have a result in SAP.

To speed up my process, i open 2 or more different sessions of SAP to generate them separately as I am not allowed to generate them all at one go due to ABAP error.

After the script run on the first session, it will execute. Then the script would not continue on the second session until the execution on the first session is completed. Then only it will continue and it takes 15mins without any error from UiPath popping out.

I am able to work on the scripts on multiple session if is only short execution.

Is there anyone experiencing or working on similar thing? Hope you can share your method of solving.

Thank you.

Multi-threading is not possible in UiPath in terms of SAP reports. When you run SAP reports uipath activities get frozen automatically, hence it does not execute next activity until SAP report gets downloaded on Screen. To achieve multi threading you would need to run the process on the three different machines and share the same queue to work through the items.

Hey Vitthal,
Just wanted to clarify my understanding: If I have multiple separate unattended processes that use SAP, can I run them with the same generic user account set as a robot role on different machines?

You can use one generic SAP user account to run the UiPath automation on different machines

1 Like

Hello Lev,

I tried to manually login to SAP from another VM with the same generic AD windows user. I got booted off my first session in the other VM. What do you mean by generic SAP user account?

Best Regards,

I mean, technically you can use one SAP User and login on different machine.

Hey I just confirmed there was a restriction to run multiple sessions on the same account due to a licensing agreement with SAP. There is an option you can enable, however it’s not allowed for my situation.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.