Page 1 of 1

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

Posted: Thu Aug 09, 2007 9:56 am
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

Posted: Thu Aug 09, 2007 9:59 am
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)

Posted: Thu Aug 09, 2007 10:04 am
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.