Page 1 of 1

Error while retrieving from Dataset

Posted: Wed Jul 18, 2007 3:35 am
by dh_Madhu
Guys,
While writing to a dataset, the record datatype is set to binary and the field length is set to 748 to enable the quality stage to do the standardisation bit. Later I read the dataset which has now a bigger record length of 2580 bytes. while running the job, which performs a update or insert operation using oci, the following error occurs:
Import consumed only 2577bytes of the record's 2580 bytes (no further warnings will be generated from this partition).
Btw,the data is getting inserted.
The dataset is a fixed width and has no delimeter.

Any inputs will be appreciated.
Thanks in advance.

Posted: Wed Jul 18, 2007 12:38 pm
by us1aslam1us
Well it will be getting inserted but Which stage is generating that error? Post all the warnings...

Posted: Wed Jul 18, 2007 5:48 pm
by dh_Madhu
Well yes! the import column stage had generated the error.
I have just found out that I had missed out pulling one column from the dataset. :roll:

Thanks,