Parallel job reports failure (code 11)

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
akroy2011
Participant
Posts: 5
Joined: Mon Jul 18, 2011 12:46 pm

Parallel job reports failure (code 11)

Post 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?
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

Can you please post your complete (unedited) error message from the log?
pandeeswaran
akroy2011
Participant
Posts: 5
Joined: Mon Jul 18, 2011 12:46 pm

Post by akroy2011 »

Parallel job reports failure (code 11)


only this is single fatal entry in log..
scope123
Participant
Posts: 9
Joined: Tue Jun 15, 2010 10:32 am

Post 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.
scope123
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: Parallel job reports failure (code 11)

Post by SURA »

I guess it might be the lengh issue. When i used lengthy invocation id , i got the same error.
Mach1MW
Premium Member
Premium Member
Posts: 7
Joined: Tue Sep 28, 2010 11:54 am
Location: Peoria, IL

Same Error Message in a Job That Uses XML Stage

Post 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.
Post Reply