cancel
Showing results for 
Search instead for 
Did you mean: 

Automate.exe has stopped working

ChrisNewsom
Level 3
Hi We have a particular process which occasionally causes the error; 'Automate.exe has stopped working'.  This causes the process to stop and the virtual machine to freeze. The resource shows in the Control Room as 'Not Responding' and must have manual intervention to have the resource come back online. The error does not always occur at the same stage of the process or when calling the same Business Object/Action. Has anyone else experienced an issue like this and do you have any hints for avoiding the issue? Thanks Chris
5 REPLIES 5

BenKirimlidis
Level 7
Does it happen inside of a specific process only or across several?

PetriKaukua
Level 4
Check Windows Application Eventlog for .NET Framework crashing. This usually causes Blue Prism to crash and/or freeze making the resources show as not responding or missing status.   Br, Petri Kaukua

ChrisNewsom
Level 3
Thanks for the replies. Ben_M31 - it is happening mostly on one particular process, however we have had instances of it occurring on other processes too.

AmiBarrett
Level 12
Are you using MAPIEx by any chance? This has been the single most cause for crashes that we've seen, outside of memory overflows with large collections.

John__Carter
Staff
Staff
Try the event log of the offending machine for clues, switch on memory logging to look for creep, and review the process for any 'over ambitious' logic such as unfettered polling loops, excess logging, incomplete close down of apps (eg Excel), Db connections left open, multiple instances of large collections etc, etc.