Hello,
I have a workflow that reads the files of a folder in one repository and copies them as individual briefacses to another repository on another network. Normally this works fine but recently my workflow have been falling over with an 'Error reading HTTP response body'. On further investigation it looks like a password protected PDF is causing the issue. I can only assume when it attempts to copy, Laserfiche is getting a password request at some point.
Unfortunately I am unable to catch the error in a try catch event as it isn't classed as critical and therefore it tries the process every 15 minutes a dozen times.
I have tried creating a critical error code using the the message provided but this doesn't seem to work so I assume another error must be being triggered.
I need my workflow to be robust enough to work around the protected file issue which I will have to copy manually.
Is there anything I can do to get around this problem. Using Rio 10.2.
Cheers.