DataStage Job 2270 Phantom 17275

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
nitin376
Charter Member
Charter Member
Posts: 40
Joined: Tue Apr 11, 2006 9:38 am

DataStage Job 2270 Phantom 17275

Post by nitin376 »

Hi,
I got a new type of error , don't have any idea what it means. Please explain me how to resolve this isuue

Error details

main_program: Fatal Error: Pos arg exceeds numFields()-1: 3

DataStage Job 2270 Phantom 17275

The job aborts. Explain me please....

thanks,

Nitin
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

Please post the more details and complete log. Seems to be the pos field exceeding its size.

Sam
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

Without giving a brief description of what you are doing in the job, it's always hard to give any suggestions. From your error message it looks like you have an extra column in one of your stages. Are you dealing with any database tables? If so, are you using any user-defined sql? Check the metadata within the stages. There might be a mismatch in the number of columns.
Kris

Where's the "Any" key?-Homer Simpson
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

somewhere you are carrying addional columns either in Datastage or the target SQL code..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

"Pos arg" = "positional argument"

The message is telling you that some function you are using has more positional arguments than can be filled from your row, because there are fewer fields in your record schema than the number of arguments.

Now you have to do some detective work to figure out where this is occurring, and fix it.
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