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.  Invalid JDBC Driver for MS-SQL Server 2000

    Posted Tue October 22, 2002 02:53 AM

    Hi!!
    I’ve downloaded JDBC driver for MS-SQL Server 2000 from Microsoft, but I have an error:

    com.wm.app.b2b.server.DBConnectionException: No suitable driver

    I’ve tried to stablish a communication through a Java class and it runs properly.

    Any idea about?

    Thanks a lot.
    Regards, Sergi.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Invalid JDBC Driver for MS-SQL Server 2000

    Posted Fri November 01, 2002 08:57 AM

    What is the webMethods version?

    You must to include a parameter

    embeddge = true in TN


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Invalid JDBC Driver for MS-SQL Server 2000

    Posted Tue November 19, 2002 11:53 AM

    webMethods cannot read the jar file created by the install so you have to unzip the jar file. The install creates several jar files in the server/lib/classes/lib directory. Unzip the mssqlserver.jar file which will create a folder server/lib/classes/com/microsoft.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 4.  RE: Invalid JDBC Driver for MS-SQL Server 2000

    Posted Wed November 20, 2002 12:04 PM

    I’ve tried all those but not work at all and there isn’t such server/lib/classes/lib directory…only server/lib


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 5.  RE: Invalid JDBC Driver for MS-SQL Server 2000

    Posted Wed July 23, 2003 03:08 PM

    You can download the Microsoft SQL Server 2000 JDBC driver from http://msdn.microsoft.com. After you install, make sure to set the classpath variable properly. It comes with a couple of pdf files that give you the appropriate format for the url ad connection string.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General