Hi,
DB2 Server is DB2 7.1 in OS/390
Java development is on Win 2000
Connecting with DB2 Connect.
We recently moved our database from one mainframe to another. Source system CCSID was 500. The CCSID in new mainframe DB2 is 1146. After the movement, the java development people are unable to connect to new DB2 system using JDBC. Following is the error they get.
Error:
------
COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL0332N There is no available conversion for the source code page "1146" to the target code page "1208". Reason Code "1". SQLSTATE=57017
But they can connect to the old system.
We tried following :
-------------------
1. We tried changing the db2cli.ini file and added
DisableUnicode =1
Still got the error.
2. So added
DisableUnicode =1
ConnectCodepage=1146
Error is same.
Does anyone know what could be the problem?
Thanks,
xamar