Question

SAP Performance Slowdown

  • 13 October 2023
  • 4 replies
  • 115 views

Badge +4

Hello,

 

I am experiencing an issue with the SAP application where the performance appears to get increasingly slower with each transaction executed by the bot.

 

We are using SAP transactions MIRO, MIGO, ME21N for this process.

 

The first iterations of the loop appear to happen with good performance, but further iterations seem to get slower until eventually SAP crashes. For example:

 

Transactions 1-10: 1 min each

Transactions 10-15: 2 min each

Transactions 15-25: 5 min each

Transactions 25+: the bot is probably going to crash somewhere around here because of unresponsive SAP application.

 

I have tried implementing login/logouts between a set amount of iterations, but this makes no difference.

The only way that the performance resumes is to end the bot runner session and re-deploy the bot.

 

This does not happen when a user is doing the same transactions manually.

 

I have seen someone else having this problem on another site: https://forum.uipath.com/t/robot-slows-down-after-several-iterations-in-sap-gui/486520/4, which suggests this is a general RPA problem.

 

Any suggestions would be greatly appreciated.

Kind Regards

Adam


4 replies

Userlevel 3
Badge +8

Hi @AWilson,

Have you tried adding a delay between actions to see if that works out?

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-delay-command.html 

Badge +1

@AWilson: I’m facing the exact same issue, were you able to find a resolution?

Badge +4

Hi @ShaliniT101812 ,

 

Unfortunately the issue still exists today, we work around this by breaking the transactions up into more manageable groups (20 transactions per run), then deploying the bot as many times as required.

This can be done automatically and intelligently using the control room APIs, but sadly it’s quite a complex solution to a basic issue.

 

Regards

Badge +1

Hello @AWilson ,

Thank you for the quick response 😊.

The CPU utilization was going high during Bot run for us.

I have replaced “wait for condition” command with delay for the period where SAP is in loading state after saving some data in SAP, basically issue was resolved by not letting AA interact with SAP at instances where SAP is loading by giving delays instead of using wait for condition/If commands.

Reply