20-12-21 10:55 AM
I am writing to ask for help with an issue we are experiencing with automated process executions.
To put you in context I will first comment on the architecture:
- An App Server, Windows Server 2016, CPU 4 Core 2.10 GHz Intel Xeon E7-8870, 8GB RAM, 64-bit operating system.
- An Interactive Client, with the same configuration as the App Server.
- A SQL Server database with automatic growth.
- Blue Prism version 6.8.1.
We have been experiencing the issue since the beginning of November, with no apparent prior change. Previously the same daily processes were running sequentially and for 8 months they did not report a similar error. The symptoms we observed are:
- Slowdown in the execution of the processes.
- Stop during the execution of the "Automate.exe" Windows process in the Interactive Client.
- Exception of type "System.OutOfMemory" in actions such as "Work Queues / Set Data" or "MS Excel VBO / Write Collection".
- These are the errors we have observed from Windows Events in the Interactive Client:
The actions we have taken to try to solve the error have been to reinstall the .NET framework and implement the GC.Collect() function after processing each item in the queue of processes. This has not had a favourable result.
We believe that the error may be database related, as the 'BPASessionLog_Unicode' table is too large for the small number of processes (15). Because of this we would like to know how to clean this table in a safe way.
Anyway, we would like to know your opinion of the case with your experience in similar cases.
We look forward to hearing from you and remain at your disposal for anything you may need.
Thank you,
Answered! Go to Answer.
20-12-21 10:15 PM
20-12-21 10:15 PM
22-03-22 06:00 PM