BP crashes when trying to use LoadBinaryFile function on PDFs size greater than 50 MB

J_DEV_22

New Member
BP crashes when trying to use LoadBinaryFile expression on PDFs size greater than 50 MB - does anyone know if there is a limit to Blue Prism's LoadBinaryFile function? If so, is there a way to increase it or an alternate method I could use to convert large PDFs into binary files to upload to an external system via API?

This is a problem because when BP crashes, it keeps the work item locked and does not complete gracefully to move onto the next work queue item. There is no exception handling to work with locked cases when the system crashes.

Thanks in advance!
 

sahil_raina_91

Active Member
BP crashes when trying to use LoadBinaryFile expression on PDFs size greater than 50 MB - does anyone know if there is a limit to Blue Prism's LoadBinaryFile function? If so, is there a way to increase it or an alternate method I could use to convert large PDFs into binary files to upload to an external system via API?

This is a problem because when BP crashes, it keeps the work item locked and does not complete gracefully to move onto the next work queue item. There is no exception handling to work with locked cases when the system crashes.

Thanks in advance!

You should definitely get in touch with Blue Prism official support / community forums for this questions.
As far as I know, they haven't mention any size limit for LoadBinaryFile function.
 
Top