Parallel job reports failure (code 720907)

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
patelamit009
Participant
Posts: 20
Joined: Fri Jan 27, 2006 12:17 am

Parallel job reports failure (code 720907)

Post by patelamit009 »

Hi All,

I am facing the error as below without any other warnings or fatals. I could not find any post related to the error code 720907.

Error:
Parallel job reports failure (code 720907)

My job does the below:
I am reading sequential file through sequential file stage with 25 columns. In the transformer stage I have additional filed to hold the entire record.
E.g., COL26 - COL1:'|':COL2:'|':COL3:'|'.........:'|':COL25

When I have this logic for one link the job is running fine but I have the logic for three link and when I specify in more than one link the job is aborting. I have tried giving in stage variable and call in column logic but ending up with same error.

Please advice. Thanks in advance.
Regards,
Patel
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No idea but... how large is this 'entire record'?
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Found this support technote that mentions your error, are you on AIX by chance?
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Also, do you have any msg handlers set in your project?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Contemplate using a Column Export stage to construct the "all columns" field.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply