Message Queuing サーバーが、ローカル ドメイン コントローラーが委任に対して信頼されているかどうかを判断できません。

Microsoft.MSMQ.6.3.Rule.Alert.Event2123 (Rule)

Knowledge Base article:

概要

Message Queuing サーバーが、ローカル ドメイン コントローラーが委任に対して信頼されているかどうかを判断できません。これは、重大な問題を示している可能性があります。

原因

Message Queuing サーバーが、ローカル ドメイン コントローラーが委任に対して信頼されているかどうかを判断できません。

解決方法

ドメイン コントローラーの委任の有効化

ドメイン コントローラーは、Active Directory オプションの [コンピューターを委任に対して信頼する] が有効になっている必要があります。

この手順を実行するには、Administrators のメンバーであるか、適切な権限を委任されている必要があります。

注意: この手順を実行する前に、このコンピューターを委任に対して本当に信頼する必要があることを確認してください。委任に対して信頼する処理は、セキュリティ上の危険になる場合があります。

ローカル ドメイン コントローラーに対して委任を有効にするには:

追加情報

詳細については、イベント ID 2123 ( http://technet.microsoft.com/en-us/library/dd337409(WS.10).aspx) を参照してください

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryConfigurationHealth
EnabledFalse
Event_ID2123
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Message Queuing サーバーが、ローカル ドメイン コントローラーが委任に対して信頼されているかどうかを判断できません。
{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.6.3.Rule.Alert.Event2123" Enabled="false" Target="Microsoft.MSMQ.6.3.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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2123</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.6.3.Rule.Alert.Event2123.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>