App Connect

App Connect

Join this online user 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.


#Applicationintegration
#App Connect
#AppConnect
 View Only
Expand all | Collapse all

Unable to create integration node

  • 1.  Unable to create integration node

    Posted Fri November 12, 2021 02:19 AM

    Hi Team,
    Getting below error while creating Integration Node from App connect

    BIP6124E
    Can not load MQ libraries from Installation Path (''\bin64\mqm'') due to error ('0').

    C:\Program Files\IBM\ACE\11.0.0.15>mqsistart IBNODE
    BIP6124E: Can not load MQ libraries from Installation Path (''\bin64\mqm'') due to error ('0').
    Can not load MQ libraries from Installation Path (''\bin64\mqm'') due to error ('0').
    Ensure that the MQ libraries install path points to a valid set of MQ libraries.

    BIP8081E: An error occurred while processing the command.
    An error occurred while the command was running; the command has cleaned up and ended.
    Use messages prior to this one to determine the cause of the error.
    Check for some common problems:
    Does the user id have the correct authorities (for example a member of the mqbrkrs group)?
    Is any operating system limit set too low to allow the command to run?
    Is the environment correctly set up?
    Correct the problem and retry the command, otherwise, contact your IBM support center.

    Any help will be greatly appreciated!!!

    ------------------------------
    SELVAKUMAR ANANTHARAJ
    ------------------------------


  • 2.  RE: Unable to create integration node

    Posted Fri November 19, 2021 09:23 AM

    It looks like you created the integration node with the -q option (queue manager defined).  In order for the node to run, the queue manager must also be running and the node needs to establish a connection.  The error provided indicates that you have \bin\mqm defined on the PATH for the MQ install.  However, the user running the command does not have access to this or it does not exist.

    The path in question looks odd.  It should be something like C:\Program Files\IBM\WebSphere MQ\bin64\mqm ('mqm' won't show on the PATH).  Can you check your PATH and MQ installation directory to see that they are set correctly?



    ------------------------------
    MATTHEW SEGALL
    ------------------------------