Buffer out error

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
MOHAMMAD.ISSAQ
Participant
Posts: 78
Joined: Fri Mar 02, 2007 4:54 am
Location: CHENNAI

Buffer out error

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

Post by ArndW »

This is not a buffer problem, but relates to NLS. If you posted your complete error message you might get additional assistance.
MOHAMMAD.ISSAQ
Participant
Posts: 78
Joined: Fri Mar 02, 2007 4:54 am
Location: CHENNAI

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

Post 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?
MOHAMMAD.ISSAQ
Participant
Posts: 78
Joined: Fri Mar 02, 2007 4:54 am
Location: CHENNAI

Post by MOHAMMAD.ISSAQ »

Yes Arndw it's a warning but my character set is "JPN-SJIS"
MOHAMMAD.ISSAQ
Participant
Posts: 78
Joined: Fri Mar 02, 2007 4:54 am
Location: CHENNAI

Post by MOHAMMAD.ISSAQ »

Yes Arndw it's a warning but my character set is "JPN-SJIS"
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

But the character that is causing the warning is not part of Shift-JIS (which is what JPN-SJIS stands for).
Post Reply