Message Queuing hizmeti denetim günlüğü iletileri oluşturmak için yetersiz ayrıcalıklara sahip.

Microsoft.MSMQ.10.0.Rule.Alert.Event2044 (Rule)

Knowledge Base article:

Özet

Message Queuing hizmeti denetim günlüğü iletileri oluşturmak için yetersiz ayrıcalıklara sahip.

Nedenler

MSMQ Hizmetinin altında çalıştığı kullanıcı SE_AUDIT_NAME ayrıcalığını ayarlayabilmelidir. Bu ayrıcalık otomatik olarak Network Service'ne atanır. Bu sorunu çözmek için MSMQ Hizmetinin Network Service olarak çalıştığını onaylayın.

Çözümler

MSMQ Hizmetinin Network Service olarak çalıştığını onaylama

Bu işlemi gerçekleştirmek için Administrators içinde üyeliğiniz olması veya gerekli yetkiyi devralmış olmanız gerekir.

MSMQ Hizmetinin Network Service olarak çalıştığını onaylamak için:

Ek

Daha fazla bilgi için bkz. Olay Kimliği 2044 ( http://technet.microsoft.com/en-us/library/dd337467(WS.10).aspx)

Element properties:

TargetMicrosoft.MSMQ.10.0.Servers
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Message Queuing hizmeti denetim günlüğü iletileri oluşturmak için yetersiz ayrıcalıklara sahip.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.Alert.Event2044" Enabled="false" Target="Microsoft.MSMQ.10.0.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.MSMQ.10.0.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2044</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.10.0.Rule.Alert.Event2044.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>