I would like to use NetView 7.1.4 with a Remote DB2 8.2 FP10. I installed
DB2 client 8.2 on the NeView server. I made a DB2 connection test with
Configuration Assistant and it was successfull
. Nvconfiguredb2.bat is able
to create the remote NETVIEW database. After the creation, tdwdaemon is
not running. Do you have any idea?
The error message in tdwdaemon.log:
[main] INFO com.tivoli.netview.tdw.TDW_Daemon - TDW Daemon is initializing...
[main] DEBUG com.tivoli.netview.tdw.DbHelper - initializeDatabaseConnections Method Entry.
[main] ERROR
com.tivoli.netview.tdw.DbHelper - TDW Daemon failed to open a connection to the database. java.sql.SQLException: No suitable driver
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection
(DriverManager.java:559)
at java.sql.DriverManager.getConnection(DriverManager.java:189)
at com.tivoli.netview.tdw.DbHelper.initializeDatabaseConnections(Unknown Source)
at com.tivoli.netview.tdw.DbHelper.<init>(Unknown Source)
at com.tivoli.netview.tdw.TDW_Daemon.main(Unknown Source)