2014 Nov 25 3:14 PM
Hello,
I use WLCPAR for Parallel processing of multilpe background jobs.
My different jobs are completed with errors.
I get the error (in SM37): At least one job in report &1 has ended with errors - see log
(Class message WLC_PARALLEL , message no 054)
My question: How can I see the log to view my error ?
No thing in the spool (SP01).
I check SM20, SM21, SM58.
Thank you for your help.
2014 Nov 25 4:07 PM
2014 Nov 25 4:07 PM
2014 Nov 25 4:13 PM
2014 Nov 25 5:18 PM
I found this documentation for the parameter Error Messages in the caling parallel program: ZWL* generated by WLCPAR:
The report that is to be parallel processed is started separately in sub-jobs
in the background. When starting a program in this way, you cannot transfer any
detailed information on the final status of the job (whether it was successful
or errors occurred) to the calling process.
The only information that the calling process may obtain is the message in
plaintext, while the message number and category are unknown.
You can use this selection option to enter search strings that are compared
with the plaintext message. If they match up, the message is interpreted as an
error message.
A report always issues an information message when it finishes (message
category 'I')
<Number> documents were processed
successfully.
If you enter the single value '*successfully*' in the selection option
and 'different' as a comparison option, then all messages containing the
character string 'sucessfully' not are valuated as errors.
Thank you.
Abderrahmane.