sequential file warning message

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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

sequential file warning message

Post by scorpion »

Hi All,

I am getting some warning messages in my director log like below.

Input_Delta,0: Field "LT_SZE" has import error and no default value; data: <empty>, at offset: 202


This is message belongs to one sequential file stage.

Any one has idea?
Thanx&Regards
scorpion
surendra_ds
Participant
Posts: 12
Joined: Wed Apr 19, 2006 7:41 am

Re: sequential file warning message

Post by surendra_ds »

Hi

The Error comes when u are trying to write into a sequential file. Make sure that all the settings are proper.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not correct.

Import errors occur when you are trying to READ.

And is agnostic regarding what U might be doing at the time.

The field in question is empty, but your data type precludes an empty string being a valid value. You need to provide either a Default property or a Null Field Value property or both for this field.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mcs_dineshm
Participant
Posts: 12
Joined: Sun Sep 23, 2007 12:21 am
Location: chennai

Post by mcs_dineshm »

There may be data type mismatch,so try it up with some other datatype. Varchar is more preferred if the field contains special characters,characters and numbers
dineshm
Post Reply