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.  V601 / Oracle JDBC problems

    Posted Tue April 29, 2003 08:19 AM

    Hi.

    I’m trying to connect an Oracle 8.1.7.4 DB with WM 6.0.1 using JDBC and I have following prob :


    wm.art.metadata:resourceDomainLookupValues [wm-cjdbc32-0003][Oracle JDBC Driver]This driver is locked for use with embedded applications.

    IS6.0.1 on NT 2000
    Oracle 8.1.7 SP4 (installed on same PC)
    Oracle JDBC driver (classes12.zip) is in the system CLASSPATH (and is used by IS, checked in the “about” infos)
    Sequelink datadirect connect 5.3 build 3 installed

    The adapter itself is enabled with no error, the pb occurs when creating an adapter service in IS (it can’t lookup the tables, telling driver is locked)

    Adapter config :
    DataSource Class = "oracle.jdbc.pool.OracleDataSource "
    databaseName=“ORCL” (my DB)
    Other Properties=“driverType=thin”

    Thanks in advance for your inputs.


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


  • 2.  RE: V601 / Oracle JDBC problems

    Posted Tue April 29, 2003 08:34 AM

    Looks like you are trying to use the internal oracle jdbc driver that webMethods uses instead of the oracle jdbc driver. Check you server.cnf to make sure you are loading the oracle jdbc driver. ie watt.server.jdbc.driverlist=oracle.jdbc.driver.Oracledriver.


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


  • 3.  RE: V601 / Oracle JDBC problems

    Posted Wed April 30, 2003 03:39 AM

    I found. I configured a TN cnx pool using the Oracle driver instead of the DataDirect driver…
    So here was the conflict between my adapter conf and the WM conf.
    Thanks for your help.


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


  • 4.  RE: V601 / Oracle JDBC problems

    Posted Thu May 20, 2004 10:09 AM

    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


  • 5.  RE: V601 / Oracle JDBC problems

    Posted Fri November 10, 2006 12:40 AM

    [ART.114.205] Adapter Runtime (Metadata): Unable to lookup the resource domain values. [ADA.400.8] setPOConfirmationTxn does not exist.

    when i am trying post my data from oracle i am getting the above said error. is some body can help me this regards.

    Thanks

    Sreenivas


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


  • 6.  RE: V601 / Oracle JDBC problems

    Posted Wed November 15, 2006 11:32 AM

    Hi Sreenivas,

    please provide some more details about your IS, your JDBC Adapter, your DB and your Connection config.

    Otherwise the community might not be able to help you.

    Regards,
    Holger


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