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
Expand all | Collapse all

Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

  • 1.  Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Fri September 05, 2008 01:30 AM

    hi iam using wm 6 and oracle 10g with windows vista home premium one… i configured the jdbc addapter and it is showing these errors please let me know what to do…

    Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource jdbc:JDBCConnection.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
    Invalid Oracle URL specified: OracleDataSource.makeURL


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


  • 2.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Fri September 05, 2008 03:24 PM

    Please list the adapter connection parameters.


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


  • 3.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Fri September 05, 2008 07:34 PM

    It seems that the DB host url is wrong. Try to ping the DB server with the url you have given.

    Cheers
    Guna
    http://sekkhaar.blogspot.com


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


  • 4.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Fri September 05, 2008 07:59 PM

    Hey i solved the problem… cheers man…


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


  • 5.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Sun March 21, 2021 01:03 PM

    Hi I facing JDBC adapter issue. Can please lete know how to slove.


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


  • 6.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Fri September 05, 2008 08:00 PM

    hey i solved the problem man thanks for ur concern… cheers buddy…


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


  • 7.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed September 10, 2008 07:54 AM

    Hi,
    I configured the JDBC Adapter connection with the following configuration:
    Connection Type JDBC Adapter Connection
    Package Name nw
    Transaction Type: NO_TRANSACTION
    DataSource Class:oracle.jdbc.pool.OracleDataSource
    serverName :server where oracle is installed
    user :scott
    password :tiger
    Retype password :tiger
    databaseName :orcl
    portNumber :1521
    networkProtocol
    Other Properties :driverType=thin
    After having done this i enabled the connection and restarted the integration server.
    However i get the following error:

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource nw:JDBCAdapterConnection.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
    ORA-28000: the account is locked
    Can nyone help me on this.
    thanks in advance.
    Mallika


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


  • 8.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed September 10, 2008 02:40 PM

    Hey Mallika,
    2 me it looks like you haven’t unlocked the scott user a/c after installing oracle DB, so try to unlock it or else use ur SYSTEM user n PWD.Hope that helps.

    Venu


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


  • 9.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed September 10, 2008 02:43 PM

    FYI to unlock the account login to sqlplus using sysdba/system (admin users) and
    type alter user SCOTT account unlock;


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


  • 10.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed September 10, 2008 06:43 PM

    at the time or installing u have to unlock it or else the method is explained by some one in this thread check it and one more thing
    the top u have specified some properties right

    in networkprotocol u have to specify tcp
    server name if it is located on ur system u can give localhost/127.0.0.1 or it resides on another machine u have to give that machine ip address…


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


  • 11.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed September 10, 2008 10:04 PM

    Hey do you wanna try with this datasource:

    DataSource Class oracle.jdbc.pool.OracleConnectionPoolDataSource


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


  • 12.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Mon September 15, 2008 01:20 PM

    Hi,
    Thanks for the reply!
    I will try unlocking the scott a/c

    Mallika.


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


  • 13.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Thu February 05, 2009 05:30 PM

    Hi Subhash,

    I am also getting the same error as “Invalid Oracle URL specified: OracleDataSource.makeURL” when I am trying to create a Adapter connection to Oracle.

    Can I know how did you solved this one.

    Thanks,
    David.


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


  • 14.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Thu January 12, 2017 01:17 AM

    Hi all,

    I am trying to jdbc configuration in IS.
    The following error occurs when i try to enable my JDBC connection.

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource jdbc_test:jdbc_one_connection.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    Java Runtime Environment (JRE) version 1.8 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.

    Please let me know what is the exact classpath you specify and kindly provide me the exact driver if possible.


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


  • 15.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Thu January 12, 2017 07:19 AM

    Hi,

    please download the latest driver from MSDN (microsoft developer network).

    Usually the jars will work with any JVM newer (and equal to) than that for which they were originally build.

    Regards,
    Holger


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


  • 16.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed August 23, 2017 08:14 AM

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource OracleJDBCConnection:localOracle.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
    invalid arguments in call

    Can anyone please let me know the solution?

    I have changed from “driverType=thin” to “driverType=oci”…

    then also I was getting the below error.

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource OracleJDBCConnection:localOracle.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN\ocijdbc10.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform

    please help me out in this?


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


  • 17.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed August 23, 2017 08:22 AM

    Below are the details-

    Connection Properties
    Transaction Type: LOCAL_TRANSACTION
    DataSource Class: oracle.jdbc.pool.OracleDataSource
    serverName: localhost
    user: wmuser
    password: *****
    Retype password: *****
    databaseName: XE
    portNumber: 1521
    networkProtocol:TCP
    Other Properties: driverType=oci


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


  • 18.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed August 23, 2017 08:23 AM

    Please find the below details–

    Connection Properties
    Transaction Type: LOCAL_TRANSACTION
    DataSource Class: oracle.jdbc.pool.OracleDataSource
    serverName: localhost
    user: wmuser
    password: *****
    Retype password: *****
    databaseName: XE
    portNumber: 1521
    networkProtocol:TCP
    Other Properties: driverType=oci


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


  • 19.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Wed August 23, 2017 09:05 AM

    Hi Om,

    what is your Oracle XE version and which driver jar do you use for your JDBC Adapter?
    Which JDBC Adapter version are you using?

    Thin driver mode should be fine for most of the cases as it is pure java driver.
    OCI requires native OS-dependent libraries.

    Please check all entries in the connection config for leading or trailing non-printable characters like i.e. blanks.

    Regards,
    Holger


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


  • 20.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Sat August 26, 2017 03:26 PM

    Hi Holger,

    i am using WebMethod version 10.0

    what is your Oracle XE version and which driver jar do you use for your JDBC Adapter?

    Pls find the below answer->

    SQL> select * from v$version;

    BANNER

    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    Which JDBC Adapter version are you using?
    AND driver for JDBC Adapter

    below mentioned both the .jars

    ojdbc6.jar
    ojdbc14.jar

    Thin driver mode should be fine for most of the cases as it is pure java driver.
    OCI requires native OS-dependent libraries

    Please check all entries in the connection config for leading or trailing non-printable characters like i.e. blanks.

    crossed checked all the entries into the properties in the config → like… blanks & case-sensitive things all looks fine.

    Can you please tell what else to required?

    Regards,
    Arun


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


  • 21.  RE: Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable conn

    Posted Mon August 28, 2017 06:42 AM

    Hi Arun,

    please remove ojdbc14.jar completely from your installation as it is outdated and is known to have issues while connecting in Thin mode.
    Especially when LOBs are involved in your tables.

    Replace ojdbc6.jar with ojdbc7.jar from either Oracle Driver 11.2.0.4 or Oracle Driver 12.1.0.2 in the following directories:

    • IntegrationServer/packages/WmJDBCAdapter/code/jars
    • IntegrationServer/instances/default/packages/WmJDBCAdapter/code/jars
      Remove all other occurences of ojdbcx.jars from your installation.
      Shutdown and restart IntegrationServer.

    Alternatively you can try to use ojdbc8.jar from Oracle Driver 12.2.0.1.
    The hints from above apply here also.

    I assume you are running JDBC Adapter 9.10 with your wM version 10.0.
    Please note that wM version 10.0 has only support until April 2018 which is not extendable.
    JDBC Adapter 9.10 itself has a longer support time frame as it applies to wM 9.10, wM 9.12 and all wM 10.x versions.

    Regards,
    Holger


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