Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IBM JDBC Driver (Type4) connection Windows Vs Z\OS

Status
Not open for further replies.

jedi71

IS-IT--Management
Dec 1, 2007
2
IT
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.
 
UP!

We still need to solve this problem....

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top