Reg:Fatal Error in the Datastage 8.1

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
ds_sai
Participant
Posts: 27
Joined: Wed Oct 31, 2007 12:22 pm

Reg:Fatal Error in the Datastage 8.1

Post by ds_sai »

Hi,

In one of the ETL job we are getting the Fatal Error as :

Fatal Error:Not a list value ;table.



I was not able to figure out,what was the exact error in the ETL job.

About the job design: Basically we are reading the Data from Database table and doing 6 look ups including Range look up on some of the reference tables. We are getting the above error,no additional information was provided in the Director log file.

Any one can help us,thank you to all in an Advance.

Thanks,
Sai
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please post the entire error message, and identify any stage names (with stage type) and/or link names in 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.
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Re: Reg:Fatal Error in the Datastage 8.1

Post by algfr »

ds_sai wrote:Hi,

In one of the ETL job we are getting the Fatal Error as :

Fatal Error:Not a list value ;table.



I was not able to figure out,what was the exact error in the ETL job.

About the job design: Basically we are reading the Data from Database table and doing 6 look ups including Range look up on some of the reference tables. We are getting the above error,no additional information was provided in the Director log file.

Any one can help us,thank you to all in an Advance.

Thanks,
Sai
Yes I've had the same issue. It seems and I would like some one here to confirm it that building multiple range lookups into a single lookup stage causes this error. The only way i found was to split the lookup stage into 3 different ones.

Is it really this way ?
tatikramos
Participant
Posts: 36
Joined: Tue Sep 16, 2008 12:15 pm

Post by tatikramos »

ds_sai : you right, this error comes up after checking range lookup.
Post Reply