Import consumed only 162bytes of the record's 163 bytes

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
pksahu
Participant
Posts: 29
Joined: Wed Jul 25, 2007 5:07 am

Import consumed only 162bytes of the record's 163 bytes

Post by pksahu »

Hi, I am reading the data from the Sequential file, comma delimitted.

When reading the data, I am getting Warning
"seq_Error_Entry,0: Import consumed only 162bytes of the record's 163 bytes (no further warnings will be generated from this partition)"

I am not able to figure out the impact on the functionality.

Kindly help me to remove the warnings from the Job.

Regards,
Pksahu
gbusson
Participant
Posts: 98
Joined: Fri Oct 07, 2005 2:50 am
Location: France
Contact:

Post by gbusson »

hi, are u using an orchestrate schema file?

the schema you provided is not fully compatible with data (the length of data is only 162 bytes, in the schema it is 163)
pksahu
Participant
Posts: 29
Joined: Wed Jul 25, 2007 5:07 am

Post by pksahu »

Thanks a lot.... :)

I increased the length from Varchar(200) to Varchar(250) in the data type and now the problem is solved.
Post Reply