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.  Webmethods 7.1 jdbc pools configuration failed

    Posted Fri November 16, 2007 07:00 PM

    Hi Everyone,

    I Installed webMethods 7.1 version, configured jdbc pools and when i test jdbcpools it is throwing an error Test of ISInternal Failed
    No suitable driver.
    i do not have any problems conecting to the database(i could connect using db visualizer).

    Environment:
    webMethods 7.1
    OS: Windows XP
    JVM: 1.5.0_12(49.0)
    Database: Oracle 10g Express Edition

    I have also copied ojdbc14.jar into IS/lib…

    am i missing anything here??

    Any advice is highly appreciated,
    thanks,
    vijay


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Webmethods 7.1 jdbc pools configuration failed

    Posted Mon November 19, 2007 03:22 PM

    nevermind, i entered wrong URL:
    Oracle:jdbc:wm:oracle://localhost:1521;SID=XE , the Oracle prefix shouldn’t be there. i removed it and it worked.

    Thanks anyway,
    vkk


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 3.  RE: Webmethods 7.1 jdbc pools configuration failed

    Posted Tue April 29, 2008 11:50 AM

    Hi vkk,

    Should the URL be, jdbc:wmoracle://localhost:1521;SID=XE?

    Thanks
    NK


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Webmethods 7.1 jdbc pools configuration failed

    Posted Thu June 04, 2009 01:45 PM

    hithe value should bejdbc:wm:oracle://localhost:1521;SID=XE you missed the colon in your statement below.


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 5.  RE: Webmethods 7.1 jdbc pools configuration failed

    Posted Wed February 01, 2012 07:28 AM

    Double check the “JDBC Connection Pool Alias” under the “JDBC Pools” page on the IS.
    Make sure the Database URL is specified correctly

    Also check that there is no ‘spaces’ specified in the url (at the start or end of the url)

    BlankSpaces in the DB URL can cause the IS to show - “Test of ISInternal Failed No suitable driver” when click on “Test” icon in JDBC Pools

    The wM Integration Server does not require you to copy any ojdbc*.jar files -as far as for IS-JDBC Internal connections)

    Associated Driver- Alias DataDirect Connect JDBC Oracle Driver

    Database URL (for an Oracle DB)should be as below (without any spaces in the start, end, or inbetween)
    jdbc:wm:oracle://:;serviceName=<DB_NAME>


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive