Hi All,
I am trying to connection(wM 7.1) to DB (Oracle 10g)
I am getting this error message
Adapters > JDBC Adapter > Connections
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Jdbc.Conn:TestDB.
[ART.118.5063] Adapter Runtime (Connection): Unable to start connection Jdbc.Conn:TestDB: after 1 attempt(s).
[ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
Invalid Oracle URL specified: OracleDataSource.makeURL
Below are the Connection details:
Connection Type JDBC Adapter Connection
Package Name Jdbc
Connection Properties
Transaction Type LOCAL_TRANSACTION
DataSource Class oracle.jdbc.pool.OracleDataSource
serverName 127.0.0.1
user wM
password ******
databaseName XE
portNumber 1521
networkProtocol tcp
Other Properties driveType=thin
Connection Management Properties
Enable Connection Pooling true
Minimum Pool Size 0
Maximum Pool Size 10
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 1000
Startup Retry Count 0
Startup Backoff Timeout (sec) 10
About the jar file I have copied the jar file from the oracle Jdbc folder and I can see it in wM IS about page
C:\webMethods7\IntegrationServer\lib\jars\ojdbc14.jar
About java version
Java Version 1.5.0_12 (49.0)
Please help me
Thanks