Event ID 2044 — Message Queuing Logging and Checkpoint Events
Applies To: Windows Server 2008
To provide transaction consistency, Message Queuing logs transaction status changes and incoming messages to a log file (QMLog), and then creates a checkpoint that is written to a separate file. The checkpoint file contains version information, and the QMLog is updated to refer to that version of the checkpoint file as being the current checkpoint.
During initialization of the MSMQ Service, there is a recovery phase for transactional messages where the QMLog file is read. It contains the version information for the most current checkpoint entry in the checkpoint files and then uses the current checkpoint file to perform recovery of transactional messages.
If there is a failure between the time that the checkpoint file was created and when the QMLog was updated with the new version, the QMLog file refers to the earliest checkpoint file version and recovery fails.
Message Queuing uses several checkpoint files to maintain consistency. These checkpoint files are used to perform recovery of transactional messages.
Event Details
Product: | Windows Operating System |
ID: | 2044 |
Source: | MSMQ |
Version: | 6.0 |
Symbolic Name: | EVENT_WARN_QM_CANNOT_GENERATE_AUDITS |
Message: | The Message Queuing service has insufficient privileges to create audit log messages. |
Resolve
Confirm that the MSMQ Service is running as a Network Service
The user that the MSMQ Service runs under must be able to set the SE_AUDIT_NAME privilege. This privilege is automatically granted to the Network Service. To resolve this issue, confirm that the MSMQ Service is running as a Network Service.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To confirm that the MSMQ Service is running as a Network Service:
- Open the Services snap-in. To open Services, click Start. In the search box, type services.msc, and then press ENTER.
- Right-click Message Queuing, and then click Properties.
- Click Log On. Confirm that This account is set to Network Service. If not, click Browse to change the user.
Verify
Verify that the MSMQ Service is installed and running.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verfiy that the MSMQ Service is installed and running:
- Open the Services snap-in. To open Services, click Start. In the search box, type services.msc, and then press ENTER.
- Locate the Message Queuing service, and then confirm that the value in the Status column is Started.
- For further confirmation, run a test application that uses the Active Directory features that you require.