Page 1 of 1

Warning When i run a simple job

Posted: Thu Dec 09, 2004 5:37 am
by rajeev_prabhuat
Hi,

I am having a simple job which takes data from Ms Acess using ODBc and puts it into a sequential file, when i run the job i am geting the folloing Warining,

Job_ERROR_RUN..Sequential_File_4.DSLink5: nls_map_buffer_out() - NLS mapping error, row 1 (approx), row = ""ODBC_SEQ_LOAD=1"

can anyone help me in this regards.

Regards,
Rajeev Prabhu

Posted: Thu Dec 09, 2004 7:06 am
by roy
Hi,
this probably means that your table contains unmapable characters using your current nls settings.
you mead to use a proper nls that recognizes theese characters or convert them in your sql.
look in the nls manuals for more details.

IHTH,

Posted: Thu Dec 09, 2004 3:34 pm
by ray.wurlod
Do you have "first line is column names" set and, if so, are the column names too large for your defined column widths?