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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Does 8.2 supports R12 Oracle

  • 1.  Does 8.2 supports R12 Oracle

    Posted 08/28/14 05:58 AM

    Hi All,

    Oracle 11i to R12 upgrade is in progress, so we are checking what and all changes to be done in webM 8.2

    For the same, created a jdbc connection with R12 instance and is connected, but while create/modify the existing adapter services is not allowing.

    we try to change the existing schema to newschema where all tables present but it’s not allowing.

    exception :
    com.wm.app.b2b.server.ServiceException: [ART.114.243] Adapter Runtime (Metadata): Failed to run resourceDomainLookupValues service. Details provided in error log.
    null
    on procedureSignature.colIndexes [Ljava.lang.String;@fbed1b

    java.lang.Exception: Adapter values are not available.

    so, recreated a new adapter service, this time it’s not showing all the table columns.

    Please help do we need to do any set up in configuration .


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


  • 2.  RE: Does 8.2 supports R12 Oracle

    Posted 08/28/14 08:07 AM

    For webMethods itself Oracle 12c is not yet supported (up to 9.6).
    See System Requirements documentation.

    Make sure that you have installed the latest SCG 8.2 DataDirect 4.2 Fix.

    For JDBC-Adapter you should make sure that you use the correct driver jar.

    For wM 8.2 this should be the ojdbc6.jar from Oracle 12c.

    Regards,
    Holger


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


  • 3.  RE: Does 8.2 supports R12 Oracle

    Posted 09/01/14 03:39 AM

    Thanks for the reply !

    let me try out the options which you suggested

    thanks
    Siva


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


  • 4.  RE: Does 8.2 supports R12 Oracle

    Posted 09/08/14 03:50 PM

    SCG 8.2 DataDirect 5.0 Fix2 is even better


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


  • 5.  RE: Does 8.2 supports R12 Oracle

    Posted 10/28/15 09:28 PM

    I know that oracle 12c is not supported until 9.6, but can we write a java service to connect to the oracle 12c database in webMethods 8.2 or is there any better way?
    I tried to write simple java service to connect, but I got socket exception. I placed ojdbc jar file in the Package\code\jars folder.


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


  • 6.  RE: Does 8.2 supports R12 Oracle

    Posted 10/29/15 07:36 AM

    Hi Raja,

    please make sure you have the latest Fix for JDBC-Adapte applied (JDBC_6.5_Fix51 for wM 8.2).

    Additionally you should place ojdbc6.jar from 12.1.0.2 (can be downloaded from OTN) under WmJDBCAdapter/code/jars.
    Reload the Package afterwards.

    JDBC-Adapter should be working normal, except that you might not be able to use latest features of Oracle 12c.

    Regards,
    Holger


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


  • 7.  RE: Does 8.2 supports R12 Oracle

    Posted 10/29/15 02:08 PM

    Are you sure? What error do you get while enabling the jdbc connection?


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


  • 8.  RE: Does 8.2 supports R12 Oracle

    Posted 10/29/15 04:16 PM

    Raja – I guess, we can write java service for your requirement, can you share your code, also full error stack trace.

    Thanks,


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


  • 9.  RE: Does 8.2 supports R12 Oracle

    Posted 10/29/15 06:10 PM

    There was a typo in host and when I corrected that I got this below error when tried to enable adapter connection.

    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource PNGJDBC:PeoplesoftFINDEVConn.
    [ART.118.5063] Adapter Runtime (Connection): Unable to start connection PNGJDBC:PeoplesoftFINDEVConn: after 1 attempt(s).
    [ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
    ORA-28040: No matching authentication protocol

    I get same error with Java Service too, but I prefer to use webMethods adapter service if I can get this connection enabled.

    I tried with eclipse IDE to connect to the database and it successfully connected.

    I have placed ojdbc6.jar file in WmJDBCAdapter/code/jars and \IntegrationServer\lib\jars and installed latest JDBC 6.5 fix 51. I still get same error.

    Do I need to install SCG 8.2 DataDirect 4.2 Fix1?

    Thanks,
    Raja.


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


  • 10.  RE: Does 8.2 supports R12 Oracle

    Posted 10/30/15 02:38 AM

    Raja – Yes, you can install and give a try.

    Thanks,


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


  • 11.  RE: Does 8.2 supports R12 Oracle

    Posted 10/30/15 08:02 AM

    Hi Raja,

    Installing the DataDirect-Fix will not help with the JDBC-Adapter issue.

    Did you specify “driverType=thin” for the “Other Properties” field?

    Additionally check all fields of the Connection for any leading or trailing blanks.

    Regards,
    Holger


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


  • 12.  RE: Does 8.2 supports R12 Oracle

    Posted 10/31/15 03:30 PM

    Try with ojdbc7.jar

    Add SQLNET.ALLOWED_LOGON_VERSION_SERVER property in sqlnet.ora


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


  • 13.  RE: Does 8.2 supports R12 Oracle

    Posted 11/02/15 10:56 AM

    Hi ,

    using the ojdbc7.jar in wM 8.2 will only work when the Java 1.7 update has been applied.

    wm 8.2 is running on Java 1.6 by default for which ojdbc6.jar is best fitting. There is an ojdbc6.jar for Oracle 12c available.

    Regards,
    Holger


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


  • 14.  RE: Does 8.2 supports R12 Oracle

    Posted 11/02/15 12:06 PM

    I think ojdbc6.jar has all the required drivers to connect to Oracle 12c.

    I found a KB # 1766738 article on empower about this topic and they say JDBC 6.5 does not support Oracle 12c if the adapter is used with IS 8.2, but it does support if JDBC 6.5 is installed on IS 9.0.1 and higher.


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


  • 15.  RE: Does 8.2 supports R12 Oracle

    Posted 11/02/15 12:48 PM

    One should also note this point:

    There is also a newer JDBC Adapter 9.0, and it requires a newer IS, v9.0 or higher. The 9.0 JDBC Adapter does support Oracle 12C.

    HTH,
    RMG


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


  • 16.  RE: Does 8.2 supports R12 Oracle

    Posted 11/04/15 04:42 PM

    I have installed oracle 12c on our test server and was able to connect to it using IS 8.2 and JDBC 6.5. I have placed ojdbc6.jar in \IntegrationServer\lib\jars and in WmJDBCAdapter\code\jars folders.

    Also, added line “SQLNET.ALLOWED_LOGON_VERSION=8” to this file oraclehome\network\admin\sqlnet.ora

    After making above changes it worked :smiley:


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


  • 17.  RE: Does 8.2 supports R12 Oracle

    Posted 11/05/15 02:08 AM

    Good suggested setting in sqlnet.ora file with the jar fixed the issue. Thanks for sharing the results and closing this topic.


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


  • 18.  RE: Does 8.2 supports R12 Oracle

    Posted 11/05/15 07:15 AM

    Hi,

    Jar-File is only required under WmJDBCAdapter\code\jars as long as WmJDBCAdapter is the only package using it.

    Regards,
    Holger


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