Hi,
I am trying to establish JDBC Adapter connection with DB2 tables.
The connection details :
Connection Type JDBC Adapter
ConnectionPackage NameCwSSBSConnectionsConnection
Properties
Transaction Type LOCAL_TRANSACTION
DataSource Class com.ibm.db2.jcc.DB2
DataSource serverName EXOZNSE3.hosts.plc.cwintra.com
user WMDBDEV
password ******
databaseName S0E3SDT1
portNumber 1021
networkProtocol
Other PropertiesdriverType=4
Connection Management Properties
Enable Connection Pooling=true
Minimum Pool Size=0
Maximum Pool Size=1
Pool Increment Size=1
Block Timeout (msec)=10000
Expire Timeout (msec)=30000
Startup Retry Count=0
Startup Backoff Timeout (sec)=1
When i try to enable i got the following Error Message:
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource CwSSBSConnections.localTx.db2:DB2_DB.
[ART.118.5063] Adapter Runtime (Connection): Unable to start connection CwSSBSConnections.localTx.db2:DB2_DB: after 1 attempt(s).
[ADA.1.204] Cannot connect to the database with DataSource class “com.ibm.db2.jcc.DB2DataSource”.
The application server rejected establishment of the connection. An attempt was made to access a database, S0E3SDT1, which was not found. DB2ConnectionCorrelator: null
But the database is exiting and i can able to seee the table in DB2 database
By,
Karthikeyan