Page 1 of 1

Warning Message

Posted: Fri Oct 01, 2010 2:34 am
by nagarjuna900
Hi,

Please give the solution to avoid the below warning message.

Instruments,0: Import consumed only 103bytes of the record's 109 bytes (no further warnings will be generated from this partition)

Thanks,

Posted: Fri Oct 01, 2010 3:45 am
by ArndW
You have a data record that is 109 bytes long, but your record definition for this record only read 103 bytes and cannot account for the missing 6 bytes at the end of the record. Those bytes will be ignored but the warning tells you that you should check both your definitions and data to make sure that they match up.

Posted: Sat Oct 02, 2010 12:31 pm
by vijaykumarpj
Yup. Its because of Metadata mismatch.
Make sure that, metadata should match the source data.