Page 1 of 1

Posted: Tue Nov 25, 2008 9:40 am
by ArndW
If the AS/400 character set is 8859-1 then you cannot store and display that character. If the character set used is another one and the 8859-1 is just used for the interface then you should be OK by specifying another character set, as the AS/400 will perform the appropriate conversion to the internal EBCDIC set.

Posted: Tue Jan 04, 2011 11:01 am
by muralidwhds
The same NLS conversion happen to me today

am loading data from db2 database with NLS map MS1252-CS into SQL Server Database with sma NLS map MS1252-CS so job has thrown the below error.

Unmappable characters found mapping text string with this characteres: “ characters

so please suggest me how can i rectify this one.