Parallel job reports failure (code 138)

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
umlaut
Participant
Posts: 3
Joined: Wed Jul 12, 2006 7:27 am
Location: Leicester

Parallel job reports failure (code 138)

Post by umlaut »

I couldn't find any info on this fatal error, so when I resolved it I thought it would be useful to post the solution. Hope it helps.

The problem stemmed from trying to extract data from Oracle 10g using the Oracle Enterprise stage. The failure was caused by the view I was using in Oracle. One of the fields only contained null values. Altering the view to include nvl on the offending field resolved the problem.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard, and thank you for a useful first post. :D
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Thanks umlaut ,
It seems the Code 138 is all due to the external system, which coudnt be recongized by DS.
I once faced DB2 called by UNIX.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply