Page 1 of 1

Buffer out error

Posted: Wed Feb 13, 2008 6:28 am
by MOHAMMAD.ISSAQ
There is one user defined Merge routine is present in my job.
When i'm running the job at the this point(Merge routine) it's throwing an error as "nls_map_buffer_out() - NLS".

I think there is no space in the buffer, i've to clear the buffer.
If this is the reason then could anyone pls tell me how to clear it?

In which directory the buffer is present and what's its name?


Pls help me out..

Posted: Wed Feb 13, 2008 7:00 am
by ArndW
This is not a buffer problem, but relates to NLS. If you posted your complete error message you might get additional assistance.

Posted: Wed Feb 13, 2008 7:13 am
by MOHAMMAD.ISSAQ
The error i got is

"Src_ActsPtyF_DrpFld_En..sActsPtyFItemSectionDrpFldEn_MrgWrk1.ToActsPtyFItemSectionDrpFldEn_MrgWrk1: nls_map_buffer_out() - NLS mapping error, line 90 (rough estimate)"

NLS in our project is Japanese i,e. "JPN-SJIS"

Posted: Wed Feb 13, 2008 7:22 am
by ArndW
The character you are writing to the file is not contained in the Shift-JIS character set. Isn't this a warning message?

Posted: Wed Feb 13, 2008 7:34 am
by MOHAMMAD.ISSAQ
Yes Arndw it's a warning but my character set is "JPN-SJIS"

Posted: Wed Feb 13, 2008 7:35 am
by MOHAMMAD.ISSAQ
Yes Arndw it's a warning but my character set is "JPN-SJIS"

Posted: Wed Feb 13, 2008 7:38 am
by ArndW
But the character that is causing the warning is not part of Shift-JIS (which is what JPN-SJIS stands for).