Hi,
We are using DataDeploy 5.00 on an NT machine and are trying to connect to a DB2 database. We are specifying the address and port correctly as we can see the packets being received on the DB2 machine. However we keep getting back an error :
>>> Loading drivers <<<
url : //machinename
ort/dbname
login : cmsadmin
login timeout=3
Connecting to the database...
Try connecting using jdbc:db2://machinename
ort/dbname...
SQL failure
ERROR: Could not connect to [jdbc:db2://machinename
ort/dbname]
*******************************************************
SQLException occured in JdbcCheckup:MakeConnection()
Exception Message: [IBM][JDBC Driver] CLI0615E Error receiving from socket, ser
ver is not responding. SQLSTATE=08S01
Vendor Error Code: -99999
SQL state: 08S01
*******************************************************
Attempt to connect using jdbc:db2://machinename
ort/dbname failed.
ERROR:Failed connect to [//machinename
ort/dbname]
ERROR:Unable to connect to //machinename
ort/dbname
ERROR:TDbAgent constructor failed.
ERROR:TDbSchemaAgent create failure.
Started : Wed Jul 31 10:09:06 BST 2002
Finished: Wed Jul 31 10:09:07 BST 2002
### IWDataDeploy FAILED ###
I was wondering if anyone else had got this error? I have also read something in the Docs saying that the DB2 driver also needs to be installed, but looking in the Opendeploy/lib directory we find db2java_71_nt.zip file. This only contains class files. Does it need to be unpacked somewhere?
The docs also mention running the db2jstrt port command, but this does not apear anywhere on the Teamsite machine.
Any ideas?
Jeremy