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
- From where we can get the URL if its different from tso login url and port.
- What is the latest driver for jdbc db2 connect.
- If java is installed in the mainframe and trying to execute
your 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);