webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  JDBC Connection Pool Problem

    Posted Fri August 08, 2008 06:49 AM

    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


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: JDBC Connection Pool Problem

    Posted Fri August 08, 2008 05:03 PM

    Try with this URL format:

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

    HTH,
    RMG


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: JDBC Connection Pool Problem

    Posted Fri August 08, 2008 06:14 PM

    Thank you very much…
    now its working fine…

    Vasanth


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration