Question : Special character error

In the application which I support we import from a csv file on a daily basis and that data gets processed by java.
The csv file has special characters like Ñ which is throwing a error while getting processed.
I tried to  replace the character to N before loading. But there seems to be many other characters throwing error.
The applications cant process special character whereas DB2 has no problem is importing the special character data.

--------------------------------------
The error  message from job logs:
2010-07-11 01:13:18,555 ERROR mailschedule.BuUpdateProjectTable:598 - com.ibm.db2.jcc.b.SqlException: [jcc][t4][1065][12306][3.53.95] Caught java.io.CharConversionException.  See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null
-------------------------------------------
Errorcode Description:
-4220 text-from-getMessage
Explanation: An error occurred during character conversion.
User response: Call SQLException.getMessage to retrieve specific information about the problem.
--------------------------------------

Is there a method to import the data without special characters or change any properties for Db2 or Java to process data ignoring the error.

Answer : Special character error

Just to clarify...did you really want to say 192.168.1.12-192.168.11.20   or did you mean 192.168.1.12-192.168.1.20

You should be able to go to Adminstrative Tools, Routing and Remote Access,  

In the left window right click on the Server Name > Properties > Click on the IP tab

Change from Dynamic to Static and enter in the address range you want to use.

Random Solutions  
 
programming4us programming4us