Parallel job reports failure (code 139)

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
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Parallel job reports failure (code 139)

Post by gssr »

I am having a job design as follows,

Oracle Enterprise Stage ---> Transformer ----> Netezza Stage

Here, i am just truncating and loading the Neteza table from the table from oracle.

We are not using any Query to fetch the records from ORACLE. We are using Read Method as "Table"

In Target Netezza Stage,
Load Method as "nzload"
Write Mode as "Truncate"

But i am getting the error as,
Parallel job reports failure (code 139)


I searched the forum and tried some options,

Calling the envitonment variable $APT_NO_JOBMON to the job and set it to 'True'

Still we are facing the same issue.
Please suggest some solution for this...
RAJ
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

Forget to mention ,
The above mentioned job ran fine last week. Let me know if you need any othre information.
RAJ
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You have marked this thread as Resolved. Please post HOW it was resolved, to aid future searchers.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

The metedata in the table and the stages are not matched. The issues are resolved by changing the metedata in the stages with respect to the table structure.

But i am puzzled, why i couldnot get any error like "Column mismatch " or "Column not found"

Suggestions are welcome.
RAJ
Post Reply