I'd like to know why I Have this problem.
My Server is a CICS with a DB2 IBM OS /390
I know the IP, PORt .... and I use JDBC Universal for DB2 type 4.
Class.forName("com.ibm.db2.jcc.DB2Driver");
Url = "jdbc:db2://IP:PORT/BDNAME";
DriverManager.getConnection.... (url, user, pass)..
If I execute this, I have next problem
SQL state = null
Error code = -4499
There is no available conversion for the source code page, 1208, to the target code page, "". DB2ConnectionCorrelator: null
Why is this?
Thankss!!!