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
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

Warning Message

Post 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,
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Post by vijaykumarpj »

Yup. Its because of Metadata mismatch.
Make sure that, metadata should match the source data.
Thanks,
VJ.
Post Reply