unable to enable my JDBC Adapter Connection

Hi every body, After completing to complete connection properties of JDBC adapter, I am not able to enable adapter’s connection and I encoutered these errors:
-JDBC DataSource cannot be located
-Unable to configure connection manager
-Unable to enable connection ressources
I’m working on remotedesktop, all information about a data base are: jdbc:wm:sqlserver://localhost:1433;databaseName=WEBMDB I follow step by step chap 3 from webMethods JDBC Adapter User’s Guide, and I still get the same errors. Any advice and help will be usefulMany Thanks and best regards

have you placed ojdbc.jar in \IntegrationServer\lib\jars? there are similar threads for this problem… explore them as well

Thank you Shahid I’m gonna to try it and let you know if i’s works?Bets regards

Which databasse are you using? if you are using oracle10g, then only you need to place ojdbc14.jar in \IntegrationServer\lib\jars directory. Hope you might be using sqlserver based on your config above. need to check appropriate driver for specific database.