NLS Mapping Error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
paddu
Premium Member
Premium Member
Posts: 232
Joined: Tue Feb 22, 2005 11:14 am
Location: California

NLS Mapping Error

Post by paddu »

Hi All,

i am reading a Flat File (pipe delimited) and writing into Oracle.
i see the warning below for about 5 times and my job aborts.


nls_map_buffer_in() - NLS mapping error, row 1812940 (approx), row = "0106390580|000010||EA|||52138Z||20060116||00000000|24.000 |24.000 |24.000 |0120|00001|EA|24.000 |124.80 ||CAMPO_CI|20060116|070708|Z|999||||||1.000 |1.000 |01|06|99|I|USD|ZSAM|20300230798031|1.0000000000000000E+00|1.0000000000000000E+00|1.0000000000000000E+00|Z1||5.520 |FCA||ZSAM|USD|91868US|SAMPLES||||||91868US|0.000 |0.00 |0.00 |5.520 |1.000 |1.000 |USD|100|1.000 |1TM|52138ZU|0090|OCLI/DR GERALD D?fAV|20060116|000||06223909440790799|||00000000|00000000|||A|24.000 |00009C|||00000000|1000||T15|RT03|EA|00000000|0090|52138Z|52138Z|USD||0090|C|C|20060116|0.00 |0.00 |0.00 |0.00 |0.00 ||0.000 |EA|0.00 |0.00 |20060116|LB|||0.000 |"


Any suggestions appreciated
Thanks
Paddu
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

What are your NLS Settings for your job. What happens when you set NLS to NONE.
DeepakCorning
Premium Member
Premium Member
Posts: 503
Joined: Wed Jun 29, 2005 8:14 am

Post by DeepakCorning »

thumsup9 wrote:What are your NLS Settings for your job. What happens when you set NLS to NONE.
As per my knowledge This error comes when oyu have special char fields in the some columns and the NLS setting of the job can not handle those special characters. Check out for those special characters and change the NLS setting for the job accordignly..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The "?" in "OCLI/DR GERALD D?fAV" indicates the actual character that could not be mapped. You may like to check your source to verify that that character is properly encoded. You may require a hex editor for this task.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vjeran
Participant
Posts: 9
Joined: Fri Oct 14, 2005 6:45 am
Location: Zagreb, Croatia

Post by vjeran »

HI,

look at this topic. There is solution for NLS problem you have.
viewtopic.php?t=100188

BR Vjeran
Post Reply