I got following errors :
Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Cons:dbCon.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
com.wm.dd.jdbc.oracle.OracleDriver
with bellow configuration:
Connection Properties
Transaction Type LOCAL_TRANSACTION
DataSource Class com.wm.dd.jdbc.oracle.OracleDriver
serverName
user [username]
password ******
databaseName
portNumber 1521
networkProtocol tcp
Other Properties url=jdbc:wm:oracle:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.16.5.12)(PORT=1521)))(CONNECT_DATA=(SID=[SERVICENAME])))
Connection Management Properties
Enable Connection Pooling true
Minimum Pool Size 1
Maximum Pool Size 10
Pool Increment Size 1
Block Timeout (msec) 100000000
Expire Timeout (msec) 100000000
Startup Retry Count 0
Startup Backoff Timeout (sec) 10
I’ve tried so many combination of connection setting based on another thread advisory, but the result is same.
FYI,
on the connection pool alias I set:
JDBC Connection Pool Alias
Alias Name wmDB
Alias Description
Associated Driver Alias DataDirect Connect JDBC Oracle Driver
Database URL jdbc:wm:oracle://10.16.5.12:1521;serviceName=[SERVICENAME];
User Id [username]
Password *****
Minimum Connections 1
Maximum Connections 10
Idle Timeout 30000000 milliseconds
and associated it into IS functional, than test it. the result is succeeded. IMO there is no problem with my Oracle connection.
the IS classpath has already ojdbc14.jar in IS lib/jars folder.
I’m using JDK 1.5.
Any one can help?
Best Regards,
Reza