Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WLCPAR : See log error

former_member313370
Participant
0 Kudos
768

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.

1 ACCEPTED SOLUTION
Read only

former_member201275
Active Contributor
0 Kudos
464

You tried ST22?

3 REPLIES 3
Read only

former_member201275
Active Contributor
0 Kudos
465

You tried ST22?

Read only

0 Kudos
464

Yes, no dump there.

Read only

0 Kudos
464

I found this documentation for the parameter Error Messages in the caling parallel program: ZWL* generated by WLCPAR:

Load Control/Ext. Par. Proc.: RFC Message

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.

Example

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.