Database Read Query and hanging job

Answered
0
0

I am experiencing an issue with an unattended robot. It stops during the Database Read Query Step and becomes unresponsive. The only way to stop the process is to restart the robot machine, as I cannot abort the process either. This process had been working for a few months, but over the last few days, this problem has occurred during every execution. What should I do?

  • You must to post comments
Best Answer
0
0

Hello!

We encountered several issues that stem from a specific cause.

When a large amount of data is retrieved, it can lead to memory overload, causing the application to crash. As a result, the ScriptExecutor becomes unresponsive and does not respond to the Abort command or other requests. To prevent such problems in the future, we recommend breaking the data retrieval into smaller iterations if the data volume is significant.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.