IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  MS SQL Server 2005 JDBC Drivers

    Posted Fri August 11, 2006 08:15 AM

    Does anyone know how to go about configuring the WM JDBC adapter for use with SQL Server 2005. How do I install the drivers? What jar files are required? What value do I put in for the Datasource Class parameter when configuring JDBC Adapter Connections?


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 2.  RE: MS SQL Server 2005 JDBC Drivers

    Posted Fri August 11, 2006 09:01 AM

    Hi,

    You can download the Microsoft SQL Server 2005 JDBC Driver from this location

    http://www.microsoft.com/downloads/thankyou.aspx?familyId=F914793A-6FB4-475F-9537-B8FCB776BEFD&displayLan;ng=en&oRef=http%;%3A%2F%2Fwww.microsoft.com%2Fdownloads%2Fdetails.aspx%3Ffamilyid%3DE22BC83B-32FF-4474-A44A-22B6AE2C4E17%26displaylang%3Den

    After you run the executable and unzip the contents, you will find a sqljdbc.jar under for example: C:\SQLServer2005Driver\sqljdbc_1.1\enu

    where SQLServer2005 is the folder where you unzipped your contents.

    to make use of this driver, copy the sqljdbc.jar in to IS/lib/jars to make it available in Classpath.

    In your Datasource, (the SQL server driver for SQL server 2005) you can specify “com.microsoft.sqlserver.jdbc.SQLServerDataSource”

    Hope this helps.

    Thanks and Regards,
    Deepa


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 3.  RE: MS SQL Server 2005 JDBC Drivers

    Posted Mon September 25, 2006 08:36 AM

    1, can this diver be used to connect to SQL2000 also?

    2, We already have jar files for connecting to sql 2000, can I put SQL 2005 jar files and SQL 2000 jar files in the same directory?

    Thanks,


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: MS SQL Server 2005 JDBC Drivers

    Posted Fri February 22, 2008 11:23 AM

    HI Deepa,

    I put sqljdbc.jar in Integration server classpath… if i go to webMethods page and click WMDB under Adapters i cannot see the SQL Driver. Appriciate your help.


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 5.  RE: MS SQL Server 2005 JDBC Drivers

    Posted Mon March 03, 2008 12:05 PM

    Hi Michelle,

    I think Deepa was referring to WmJDBCAdapter when mentioning Datasource-Class.

    For WmJDBCAdapter it is sufficient to place the jar-file(s) under
    <is_root>/packages/WmJDBCAdapter/code/jars

    In this case you can replace the jars with a newer version by just reloading the Adapter-Package instead of restarting the whole IS.

    When used with WmDB, it is required to place the jars under
    <is_root>/lib/jars and you need to configure the driver-class instead of the datasource-class.

    Regards,
    Holger</IS_ROOT></IS_ROOT>


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB