0

I am using the same link as url for connectionmanager with user id and pwd that i use for TSO login.

but getting wither connection timeout / Unsatisfied link error. db2 driver load is successful but No library path found.

Can anyone help me with this.

Want to clarify three things

  1. From where we can get the URL if its different from tso login url and port.
  2. What is the latest driver for jdbc db2 connect.
  3. If java is installed in the mainframe and trying to executeyour text the program from odms, should establishment of connection is required or not?

tried

String jdbcUrl = "jdbc:db2:XX.YYY.ZZZ.AAA:BB/LOCATION";[Same for TSO login)
String user = "WWWWW";
String password = "WWWWW";
conn = DriverManager.getConnection(jdbcUrl,user, password);

0 Answers0