MQ

MQ

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

Unable to connect MQ instance installed on linux and trying to connect using MQ explorer installed on windows

  • 1.  Unable to connect MQ instance installed on linux and trying to connect using MQ explorer installed on windows

    Posted Thu October 19, 2023 02:21 PM
    Hi  
    I have installed MQ 9.3 version on linux and installed MQ explorer on windows. 
    Trying to MQ instance created using linux hostname/ip it's asking connection channel details and other field. I. Am not aware how we can get details and connect MQ message queue. Pls help if any command need to run on MQ instance
     
    Regards, 
    Vijay Shinde


    ------------------------------
    Vijay S
    ------------------------------


  • 2.  RE: Unable to connect MQ instance installed on linux and trying to connect using MQ explorer installed on windows

    Posted Mon October 23, 2023 12:39 AM

    Hi Vijay,

    In order to make a remote connection (that is a connection over the network) to a queue manager, there are, as you have seen, a number of things that must be in place at the queue manager.

    You may find these instructions in the IBM Docs useful: https://www.ibm.com/docs/en/ibm-mq/9.3?topic=programs-configuring-queue-manager-accept-client-connections-multiplatforms

    This page (https://www.ibm.com/docs/en/ibm-mq/9.3?topic=explorer-prerequisite-software-definitions-mq) although sparse, may also help since you are trying to use MQ Explorer.

    Please try these out and come back with any more questions you have.

    Cheers,
    Morag



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 3.  RE: Unable to connect MQ instance installed on linux and trying to connect using MQ explorer installed on windows

    Posted Mon October 23, 2023 10:55 AM

    FYI, there is also an old and crude video on the IBM Support TV at: https://www.youtube.com/watch?v=mHIhDJEQGGw . It shows connection to a V8 QMgr but it shows the steps involved. 

    This link may also prove useful: https://www.ibm.com/docs/en/ibm-mq/9.3?topic=sme-using-mq-explorer-connect-remote-queue-manager-using-tls-enabled-mqi-channels .



    ------------------------------
    Mayur RAJA
    ------------------------------



  • 4.  RE: Unable to connect MQ instance installed on linux and trying to connect using MQ explorer installed on windows

    Posted Mon October 23, 2023 10:59 AM

    first, define the channel to be used for connection:

    at the qmgr scripting console run the following: 

    define channel(SYSTEM.ADMIN.SVRCONN) chltype(SVRCONN) REPLACE     

    ALTER QMGR CHLAUTH(DISABLED)

    Then from MQ Exploere try to connect: 

    please note that in this way, we have disabled qmgr channel authentication, which shouldn't be done in any production environment.



    ------------------------------
    Ahmed Abdelsalam
    ------------------------------