Adapter Runtime Error

Hello Everyone,

I’m using webMethods V8.2 ,Database -Oracle.I am getting following error while i am trying to create Adapter Connection.
[b]
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource BISalesReporting.utils.BIData.

[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.

[ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.

The Newtowrk Adapter could not establish the connection[/b]

Could use your help

Thanks in Advance

Please check if you have done all the below,

  1. Network connectivity between IS and DB hosts are okay (Ping, telnet should tell you this information)
  2. All the required Jars placed in IS/lib/jars
  3. Connection properties are set properly with db proper name, driver type etc.,
  4. Check for trailing spaces in the connection properties

Also, in parallel you can try to connect to DB from a separate DB client, say SQL Developer.

Hope this helps!

Regards,
Mani

Yes please troubleshoot with the below mentioned points mainly and you will get to the bottom of it.

Currently did you load all the oracle jars (ojdbc14.jar, classes12.zip) in the IS classpath and WmJDBCAdapter jars/static folder and restarted IS?

HTH,
RMG