Hi all !
When I try to connect to DB2 5 on a z\OS mainframe over JDBC with my java
application (on Windows XP-SP2, JRE 1.6.0_03) I receive the following exception:
"There is no available conversion for the source code page, 1208, to the target code page, "". DB2ConnectionCorrelator: null"
-) My driver is com.ibm.db2.jcc.DB2Driver;
-) My Url is "jdbc:db2://10.66.7.117:5043/LOCS15NR"
-) Connect method is "con = DriverManager.getConnection( url, props )" where props is
props.setProperty("user", "MY_USR");
props.setProperty("password", "MY_PWD");
props.setProperty("CONNECTNODE", "0");
props.setProperty("CODEPAGE", "280");
Unfortunately I cannot start the Unicode Service on z\OS.
Any help will be appreciated.
Thanks.
When I try to connect to DB2 5 on a z\OS mainframe over JDBC with my java
application (on Windows XP-SP2, JRE 1.6.0_03) I receive the following exception:
"There is no available conversion for the source code page, 1208, to the target code page, "". DB2ConnectionCorrelator: null"
-) My driver is com.ibm.db2.jcc.DB2Driver;
-) My Url is "jdbc:db2://10.66.7.117:5043/LOCS15NR"
-) Connect method is "con = DriverManager.getConnection( url, props )" where props is
props.setProperty("user", "MY_USR");
props.setProperty("password", "MY_PWD");
props.setProperty("CONNECTNODE", "0");
props.setProperty("CODEPAGE", "280");
Unfortunately I cannot start the Unicode Service on z\OS.
Any help will be appreciated.
Thanks.