Blue Prism freeze / exe has stopped working

Credit

New Member
Hello,

I am loading like 50000 rows from an excel file into Blue Prism, which has caused Blue Prism to freeze or to throw
"System.OutOfMemoryException"
Sometimes it runs through.

Is there a way how to handle this? E.g. change run modes or a setting to use more memory?
 

sahil_raina_91

Active Member
From my experience, it will continue to be a problem intermittently.
For large collection, use oledb, instead of Excel VBO.
Oledb again may not work if the rows*columns are high in number.

In that scenario, try reading in chunks and then merge the collection
 
Top