Using a WebRun node getting errorcode = 1 but there are no informational messages as to what the error is that is causing it to fail.
The log shows:
WebRun3170_errorCode = 1 WebRun3170_informationCode = 0 WebRun3170_returnMessage = WebRun WebRun3170: Success string 63 not found WebRun3170_outputData = Activity failed: WebRun3170
Any suggestions as to where I can find the error message or what could be causing this?
I'm an IPA beginner too, but the error text I used to troubleshoot is in the Return Message: Perhaps an experienced user knows another place.
Joan
The WebRun_success Boolean only lets you know the status of the job. The program may have received an error on every record it processed; all the 'success' variable will tell you is whether or not job completed normally with a status of '63' (if you put "<status>63</status>" in the 'success string' field and include 'out=xml' in the post string).
If you want to know whether or not your job had data errors you'll need to read the output of the job (most likely in either the work directory or the print directory).
Here's the status number translations:
00 : running 30 : Waiting 31 : Waiting Step 32 : Waiting on Time 33 : Waiting Recovery 34 : Needs Recovery 35 : Invalid Parameters 36 : Queue Inactive 37 : Hold 60 : Recurring Skipped 61 : Recovery Deleted 62 : Cancelled 63 : Normal Completion