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
  • 1.  Determine the application making the call

    Posted 2 days ago

    I have the below in my MQ QMGR error log, how do I determine which client application/process is making this call

    09/16/2025 04:57:36 PM - Process(380121.515) User(mqm) Program(amqzlaa0)
                        Host(awqiopmqv101) Installation(Installation1)
                        VRMF(9.3.0.10) QMgr(AWQMQ102)
                        Time(2025-09-16T14:57:36.156Z)
                        CommentInsert1(ldap_search)
                        CommentInsert2(sv08914)
                        CommentInsert3((&(objectClass=USER)(sAMAccountName=sv08914)))

    AMQ5531E: Error locating user or group in LDAP

    EXPLANATION:
    The LDAP authentication and authorization service has failed in the ldap_search
    call while trying to find user or group 'sv08914'. Returned count is 0.
    Additional context is '(&(objectClass=USER)(sAMAccountName=sv08914))'.
    ACTION:
    Specify the correct name, or fix the directory configuration. There may be
    additional information in the LDAP server error logs.
    ----- amqzfula.c : 3430 -------------------------------------------------------
    09/16/2025 04:57:37 PM - Process(16875.12082) User(mqm) Program(amqrmppa)
                        Host(awqiopmqv101) Installation(Installation1)
                        VRMF(9.3.0.10) QMgr(AWQMQ102)
                        Time(2025-09-16T14:57:37.156Z)
                        ArithInsert1(2) ArithInsert2(2035)
                        CommentInsert1(sv08914)

    AMQ9557E: Queue Manager User ID initialization failed for 'sv08914'.

    EXPLANATION:
    The call to initialize the User ID 'sv08914' failed with CompCode 2 and Reason
    2035. If an MQCSP block was used, the User ID in the MQCSP block was ''. If a
    userID flow was used, the User ID in the UID header was '' and any CHLAUTH
    rules applied prior to user adoption were evaluated case-sensitively against
    this value.
    ACTION:
    Correct the error and try again.



    ------------------------------
    Emile Kearns
    ------------------------------


  • 2.  RE: Determine the application making the call

    Posted yesterday

    Not sure if this is helpful
    I would speculate that this is the username of the application sv08914
    To find the name of the application you may have to search in the intranet of your working environment.
    One could also search in the rest of the error log for sv08914, you may or may not spot a mapping into an IP address.



    ------------------------------
    Matthias Jungbauer
    ------------------------------