JDBC Connection Pool Problem

Hello All,

While testing TN JDBC pool server was giving the below error
“Test of TN Failed
No suitable driver”

version:webMethods 6.5

TN DB pool properties:

Database :IBM DB2

Database URL:com.wm.dd.jdbc.db2.DB2Driver://localhost:50000;SID=SAMPLE

Associated driver alis: data direcect connect JDBC DB2 driver


Any suggestion on the issue will be appreciated:

thanks in advance,
Vasanth

Try with this URL format:

jdbc:wm:db2://localhost:50000;databaseName=SAMPLE

HTH,
RMG

Thank you very much…
now its working fine…

Vasanth