Sequential File Import warning

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
phanikumar
Participant
Posts: 60
Joined: Tue Sep 20, 2011 10:44 pm
Location: INDIA

Sequential File Import warning

Post by phanikumar »

Hi,

I am trying to run a parallel job where i am using seq file as a source and writing it to a data set.The job ran fine but there are some warning in the log as

Sequential_File_120,0: Field "ID" has import error and no default value; data: {I D}, at offset: 0

Sequential_File_120,0: Import warning at record 0.

There are quiet a few of these.Can some one explain how to suppress these warnings.

Regards

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

Post by ray.wurlod »

Read what the error message is telling you.

Firstly, it's at offset 0 - that is, it is occurring at the beginning of the file.

Second, the value it couldn't handle is "ID". Given that that's also the field name, do you think it might be probable that you have omitted to set the "First line is column names" property correctly?
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