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.  java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driv

    Posted Mon June 09, 2003 02:48 PM

    hi,

    I am working on Enterprise Server 5.0.1 Environment. I configured 3 adapters(one Logger Adapter and 2 JDBC Adapters) on different SQL Server Database’s on Enterprise Server Machine under a process monitor. I am using “sl53_cj31.jar” in the classpath.

    db driver : com.wm.dd.jdbc.sqlserver.SQLServerDriver

    Db Url : jdbc:merant:sqlserver://:;DatabaseName:;

    Logger Adapter is working fine.

    the other 2 JDBC Adapters, Configuration finished fine. But, at the time of creating a Configured Operation using Enterprise Integrator, It say’s following error…

    "(318) Could not get list of catalogs.

    (HY000/0) [wm-cjdbc31-0006][SQLServer JDBC Driver]This driver is locked for use with embedded applications.

    java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driver]This driver is locked for use with embedded applications. java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driver]This driver is locked for use with embedded applications."
    

    Please help me enbody on this issue.

    Thanks,
    Sreeni


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


  • 2.  RE: java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driv

    Posted Tue June 10, 2003 12:20 AM

    The Data Direct drivers bundled with the software is licensed for system purposes only (like TN and Logger Adapter). To connect JDBC adapter to SQL Server you can download the drivers from Microsoft or other driver vendors.


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


  • 3.  RE: java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driv

    Posted Thu July 17, 2003 09:40 AM

    Would it be correct to assume that you can’t test the Logger or TN Jdbc TypeIV adapter from the Administration interface Integration Server : Database : Service Generation : Connection Parameters?


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


  • 4.  RE: java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driv

    Posted Sun November 30, 2003 10:18 AM

    Guys:

    Any one knows what is causing following error while configuring Workflow in NT.
    I have verified everything in SQL2000 DB for permissions. I can connect to this DB
    using JDBC in IS.

    Error:

    java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driver][SQLServer]Login failed for user ‘wfuser’.
    at com.wm.dd.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.wm.dd.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.wm.dd.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
    at com.wm.dd.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
    at com.wm.dd.jdbc.sqlserver.tds.TDSLoginRequest.processReplyToken(Unknown Source)
    at com.wm.dd.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
    at com.wm.dd.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
    at com.wm.dd.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
    at com.wm.dd.jdbc.base.BaseConnection.open(Unknown Source)
    at com.wm.dd.jdbc.base.BaseDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at com.wm.zeus.pd.orm.jdbc.SQLConnectionFactory.getNewConnection(SQLConnectionFactory.java:129)
    at com.wm.zeus.pd.orm.jdbc.JDBCConnectionFactory.getNewConnection(JDBCConnectionFactory.java:53)
    at com.wm.zeus.pd.orm.ConnectionFactory.getConnection(ConnectionFactory.java:51)
    at com.wm.zeus.pd.orm.jdbc.gen.ORMSetGenerator.generate(ORMSetGenerator.java:42)
    at com.wm.zeus.pd.orm.jdbc.gen.base.BaseMappingsGenerator.main(BaseMappingsGenerator.java:548)


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


  • 5.  RE: java.sql.SQLException: [wm-cjdbc31-0006][SQLServer JDBC Driv

    Posted Mon May 17, 2004 09:47 AM

    Guys,
    Depending upon the DB URL you provide, webMethods ignores OR considers the DB Driver you specify. For oracle, if you specify
    jdbc:oracle://host:port;sid=dbname
    as the DB URL, webMethods will use DataDirect Connect JDBC driver irrespective of what driver YOU specify in the alias and throw the “driver locked for embedded applications” error.
    Change the URL AND change the driver for YOUR driver to be picked up. OfCourse, appropriate class file (eg classes12.zip ) should be accessible to webMethods.
    RD


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