Page 1 of 1

Parallel job reports failure (code 11)

Posted: Sat Jul 23, 2011 4:35 pm
by akroy2011
Job extracting data from SAP table KONV with ABAP extract stage and loading into an oracle table.

Two string parameters are passed to ABAP code.
POSNR & KNUMV.

These parameters are formed in its previous job.
Both parameter contains value like
xxxxxxxxxxyyyyyyyyyyzzzzzzzzzz.

It ran fime when string length was30/40.

but with real data job fails and erros was
Parallel job reports failure (code 11).

is it due to long parameter length?
or different issue?

Posted: Sun Jul 24, 2011 9:38 am
by pandeesh
Can you please post your complete (unedited) error message from the log?

Posted: Sun Jul 24, 2011 7:57 pm
by akroy2011
Parallel job reports failure (code 11)


only this is single fatal entry in log..

Posted: Sun Jul 24, 2011 8:22 pm
by scope123
Check the source query. there must be an issue. if you are passing the query as parameter. use escape character for single quotes.

Re: Parallel job reports failure (code 11)

Posted: Sun Jul 24, 2011 8:50 pm
by SURA
I guess it might be the lengh issue. When i used lengthy invocation id , i got the same error.

Same Error Message in a Job That Uses XML Stage

Posted: Wed May 02, 2012 9:51 am
by Mach1MW
I have gotten this same error message in a parallel job I wrote that uses the XML stage that came out new in DataStage 8.5. There were no other error messages. I have put out a separate post to request help with my problem. I am reporting it here as a piece of perhaps useful information.