必要な依存関係が少なくとも 1 つ見つかりませんでした。

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

必要な依存関係が少なくとも 1 つ見つかりませんでした。MSMQ トリガー リソースがMessage Queuing リソースに依存していることを確認してください。

Knowledge Base article:

概要

必要な依存関係が少なくとも 1 つ見つかりませんでした。MSMQ トリガー リソースがMessage Queuing リソースに依存していることを確認してください。

原因

Windows Server クラスターでMessage Queuing サービスの高可用性が構成されている場合、Message Queuing Triggers サービスは必要なクラスター リソースにアクセスする必要があります。

解決方法

トリガー サービスが必要なクラスター リソースにアクセスできることを確認します。

この操作を行うには、Administrators のメンバーとしての権限、またはそれに相当する代わりの権限が必要です。

トリガー サービスが必要なクラスター リソースにアクセスできることを確認するには:

追加情報

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

Element properties:

TargetMicrosoft.MSMQ.10.0.Triggers
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
必要な依存関係が少なくとも 1 つ見つかりませんでした。
{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.Event2213" Enabled="false" Target="Microsoft.MSMQ.10.0.Triggers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/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>MSMQ Triggers Cluster Resource DLL</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2213</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.10.0.Rule.Alert.Event2213.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>