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

Fail to connect to Queue Manager

  • 1.  Fail to connect to Queue Manager

    Posted 03/21/07 06:26 PM

    Hi,
    I am trying to create the MQ connection on IS server 6.1 to connect to the local Queue Manager (installed on the same server) but I am getting the following error.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.600.3033] Connection to Queue Manager lnktwm001 could not be initialized; cc=2,rc=2009.

    It seems that webMethods could not able to locate the Queue Manager at all. It could not able to retrieve the list of the queues also from the queue Manager.

    I have copied the 2 jar files com.ibm.mq.jar and pcf.jar in WmMQ/lib/jars and IntegrationServer/lib/jars directory.

    Does anyone knows what the issue here is ?

    Thanks for your help.
    RC


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


  • 2.  RE: Fail to connect to Queue Manager

    Posted 03/22/07 03:49 PM

    Search the web for queue manager error codes. “cc” is “completion code”. “rc” is “return code”. The descriptions found may give you some idea on what is not configured properly.


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


  • 3.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 05:49 AM

    Hi - I suspect above issue may due to missing MQ updates/fixes

    Faced the similar issue, after applying below fixed, could able to enable the MQ connections
    MQS_6.5_8.0_Fix1
    MQS_6-5_Fix10


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


  • 4.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 09:17 AM

    Hi,

    even if the thread is quite old now:

    MQ Adapter 6.5 is not applicable to IS 6.1.

    Is there a firewall between IS and MQ-Server?

    Regards,
    Holger


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


  • 5.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 09:28 AM

    Hi Holger - Thanks. The MQ fixes provided in my earlier thread is from wM 8.2 version

    Currently migrated from 8.2 to 9.8, even after applying fix MQ Adapter 6.5 Fix 31 getting the error cc=2, rc=2397, planning to restart the MQ server

    I think there is no firewall between IS and MQ server

    Regards,
    Ganesh


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


  • 6.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 09:39 AM

    Hi Ganesh,

    latest available Fix for MQ Adapter is MQS_6.5_Fix33.

    Which version of MQ Client jars are you using?

    For recent versions of MQ Client Jars (7.x and above) you will require 5 Jars:

    • com.ibm.mq.commonservices.jar
    • com.ibm.mq.headers.jar
    • com.ibm.mq.jar
    • com.ibm.mq.jmqi.jar
    • com.ibm.mq.pcf.jar

    It is sufficient to place them under WmMQAdapter/code/jars and reload the package afterwards.

    Regards,
    Holger


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


  • 7.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 10:06 AM

    Noted, Thanks Holger

    Current Adapter version is 6.5 (Adapters → WebSphere MQ Adapter → About)
    JCA Spec version - 1.0

    Do we have option to check the MQ client jar version from IS?

    One more query - Is this reason code related with authentication? - cc=2,rc=2397
    Referenced link - Troubleshooting IBM MQ Java/JMS SSL Configurations

    Regards,
    Ganesh


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


  • 8.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 10:25 AM

    Hi Ganesh,

    this has to do with encryption/SSL transport layer as well as Authentication by using client certificate.

    Please contact the Administrator of the Queue Manager to give to you the certifiacte and the CA for the QueueManager.
    Additionaly ask them which CipherSpec to use:
    NULL_SHA Authentication only
    TRIPLE_DES_SHA_US SSL v3
    Unfortunately I do not have the TLS CipherSpec available.

    Configure the Certicate as a Keystore and the CA as a Truststore under Security → Keystores in the IS Admin UI.

    Assign these Aliases to your connection and provide the passwort for the Keystore.

    Regards,
    Holger


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


  • 9.  RE: Fail to connect to Queue Manager

    Posted 05/03/16 10:40 AM

    Hi Ganesh,

    for detecting the Version of the Jars:

    Open com.ibm.mq.jar with a ZIP-compatible program.
    Go to META-INF folder and open the MANIFEST.MF file with a text editor.

    In this file you will find the followin entries (beneath others):
    Specification-Version: 7.5.0.2
    Implementation-Version: 7.5.0.2 - p750-002-130627

    Regards,
    Holger


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


  • 10.  RE: Fail to connect to Queue Manager

    Posted 05/05/16 03:24 AM

    Thanks for your support Holger - appreciate it

    Below is the latest recommendations provided

    1. Issue is due to the mismatch between the IS 9.8 JVM SSL version and MQ server
    2. IS 9.8 will be using TLS as its been shipped with JVM 9.8

    Temporary workaround:
    1.Allow IS to use SSLv3 by manually disabling it - to comment jdk.tls.disabledAlgorithms=SSLv3 from /jvm/jvm/jre/lib/security/java.security

    Note:
    1.This is the not the best solution, Poodle vulnerability is present in SSLv3
    2.Recommend MQ server admin to enable TLS support on MQSeries


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