when i am creating Jdbc connection i will gettiing this error what to do? please help on this
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource jdbccon:wmCon.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.200] The JDBC DataSource class "oracle.jdbc.pool.OracleDataSource" cannot be located.
oracle.jdbc.pool.OracleDataSource
If we want to practice in local machines... my best suggestion is to go with sql server ........ while installing we may feel hard but once it is done..
We won't face any problems in WM environment... just try to install and create a connection...
Pradip
hi ,
when i am creating Jdbc connection i will gettiing this error what to do? please help on this
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource jdbccon:wmCon.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.200] The JDBC DataSource class "oracle.jdbc.pool.OracleDataSource" cannot be located.
oracle.jdbc.pool.OracleDataSource
thanks
Pavan
Keep the ojdbc4/ojdbc6 jars in place
Pradip
after placing ojdbc6 in jars after that also i am getting the same error
Neelima
use new oracle jars , OJDBC14 is new use it na
Nancy
If we want to practice in local machines... my best suggestion is to go with sql server ........ while installing we may feel hard but once it is done..
We won't face any problems in WM environment... just try to install and create a connection...
Pia
you need to place OJDBC14.jar to IS/lib/Jars the try to to enable connection
Sashi
If you have placed the proper jar file in IS/lib then server restart is require.
George
which version of IS your using?
Pradip
7x version
George
Place you JAR file under IS/lib/jars and restart the server. then check IS about page, Are you able to see placed JAR file
Pradip
thanks its working
Sashi
What was the issue?