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.  FDC - xecF_E_UNEXPECTED_SYSTEM_RC

    Posted Thu June 25, 2020 02:22 PM
    Hello Everyone,

    I would like to ask some help in an FDC error we got recently. It from a Queue Manager running on Windows Server 2016.

    +-----------------------------------------------------------------------------+
    | |
    | IBM MQ First Failure Symptom Report |
    | ========================================= |
    | |
    | Date/Time :- Sun June 21 2020 14:15:34 W. Europe Daylight Time |
    | UTC Time :- 1592741734.437000 |
    | UTC Time Offset :- 60 (W. Europe Daylight Time) |
    | Host Name :- EUWS7013 |
    | Operating System :- Windows Server 2016 Server Standard Edition, Build |
    | 14393 |
    | PIDS :- 5724H7251 |
    | LVLS :- 9.0.0.6 |
    | Product Long Name :- IBM MQ for Windows (x64 platform) |
    | Vendor :- IBM |
    | O/S Registered :- 1 |
    | Data Path :- D:\IBM\MQ |
    | Installation Path :- C:\IBM\MQ |
    | Installation Name :- QManager_Name_Here|
    | License Type :- Production |
    | Probe Id :- XY334103 |
    | Application Name :- MQM |
    | Component :- xcsCheckLocalGroup |
    | SCCS Info :- F:\build\slot1\p900_P\src\lib\cs\pc\winnt\amqxsecn.c, |
    | Line Number :- 5504 |
    | Build Date :- Mar 21 2019 |
    | Build Level :- p900-006-190318.1 |
    | Build Type :- IKAP - (Production) |
    | UserID :- SYSTEM |
    | Process Name :- C:\IBM\MQ\bin64\dspmq.exe |
    | Arguments :- -n -m QManager_Name_Here|
    | Addressing mode :- 64-bit |
    | Process :- 00000416 |
    | Thread :- 00000001 |
    | Session :- 00000000 |
    | UserApp :- FALSE |
    | Last HQC :- 0.0.0-0 |
    | Last HSHMEMB :- 0.0.0-0 |
    | Last ObjectName :- |
    | Major Errorcode :- xecF_E_UNEXPECTED_SYSTEM_RC |
    | Minor Errorcode :- OK |
    | Probe Type :- MSGAMQ6119 |
    | Probe Severity :- 2 |
    | Probe Description :- AMQ6119: An internal IBM MQ error has occurred (WinNT |
    | error 2226 from NetLocalGroupGetInfo.) |
    | FDCSequenceNumber :- 0 |
    | Comment1 :- WinNT error 2226 from NetLocalGroupGetInfo. |
    | Comment2 :- This operation is only allowed on the primary domain |
    | controller of the domain. |
    | |
    +-----------------------------------------------------------------------------+


    Would someone explain me what could be a problem here, and possibly what we can do? 
    The Queue Manager is running despite of this. 

    Thanks in advance,
    Mihály

    ------------------------------
    Mihaly Bereczki
    ------------------------------


  • 2.  RE: FDC - xecF_E_UNEXPECTED_SYSTEM_RC

    Posted Thu June 25, 2020 09:38 PM

    This FDC appears to be from someone running:-

    dspmq -n -m qm-name

    as it says here:

    | Process Name      :- C:\IBM\MQ\bin64\dspmq.exe                             |
    | Arguments         :- -n -m QManager_Name_Here                              |​

    So that is why it is not impacting your queue manager per se.

    What the FDC tells you about the error:

    | Probe Description :- AMQ6119: An internal IBM MQ error has occurred (WinNT |
    | error 2226 from NetLocalGroupGetInfo.)                                     |
    | Comment1          :- WinNT error 2226 from NetLocalGroupGetInfo.           |
    | Comment2          :- This operation is only allowed on the primary domain  |
    | controller of the domain.                                                  |

    If you look up error 2226, you discover this (not a lot).

    Code	Description	                                                                Name
    2226	This operation is only allowed on the primary domain controller of the domain.	NERR_NotPrimary

    Which is also shown to you in the Comment2 field of the FDC.

    Can you tell us any more about your setup? Domain setup? Has your domain set up changed recently? Is this a multi-instance queue manager?

    Cheers,
    Morag



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    ------------------------------