Page 1 of 1

Input buffer overrun at field

Posted: Mon Jan 22, 2007 5:17 am
by konda
Hi
I am facing this below warning message.

FF_LYHIER,0: Input buffer overrun at field "Field015", at offset: 52


Please some give a suggetion.

regards
konda

Posted: Mon Jan 22, 2007 5:32 am
by keshav0307
Do an exact search on 'input buffer overrun' .

many people has faced this problem.

Posted: Mon Jan 22, 2007 7:37 am
by DSguru2B
This error usually occurs due to the fact that your input data is larger than what is expected. For specifics, do an exact search on the error message, as advised earlier.

Re: Input buffer overrun at field

Posted: Mon Jan 22, 2007 6:54 pm
by vijayrc
konda wrote:Hi
I am facing this below warning message.

FF_LYHIER,0: Input buffer overrun at field "Field015", at offset: 52


Please some give a suggetion.

regards
konda
If your input data doesn't exactly match with the table definition, you will face this. Make sure the table definition matches with input data. Hope this helps

Posted: Tue Jan 30, 2007 6:44 pm
by Munish
I'm having the same error message when running with a sample data of 6000 records but no problem with 600 records! both samples are considered very small since the real job will be over 20 million records!

Posted: Tue Jan 30, 2007 7:00 pm
by ray.wurlod
Post your record schema, and the row for which the error was generated. Remember that row numbers begin at 0.

Posted: Wed Jan 31, 2007 2:46 am
by ArndW
Munish - that just means that you don't have a field incorrectly filled in the first 600 rows of your data. This error is not dependant upon amount of data in a source, just the length of data in a given field and that could happen in any row.

Posted: Wed Jan 31, 2007 8:28 am
by DSguru2B
We scared off the OP :?