この規則の規則ハンドラーのインスタンスが作成されませんでした。

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

この規則の規則ハンドラーのインスタンスが作成されませんでした。この規則は評価および実行できません。MSMQTriggerObjects.MSMQRuleHandler クラスが登録されていないか、システム フォルダーに mqtrig.dll がない可能性があります。

Knowledge Base article:

概要

この規則の規則ハンドラーのインスタンスが作成されませんでした。この規則は評価および実行できません。MSMQTriggerObjects.MSMQRuleHandler クラスが登録されていないか、システム フォルダーに mqtrig.dll がない可能性があります。

解決方法

mqtrig.dll のバージョンの確認

正しいバージョンの mqtrig.dll が必要です。最初に、mqtrig.dll ファイルのバージョンを確認します。次に、Message Queuing トリガーをアンインストールしてから再インストールします。

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

%windir%\system32 フォルダーに正しいバージョンの mqtrig.dll が含まれていることを確認する

mqtrig.dll ファイルのバージョンを確認するには:

追加情報

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

Element properties:

TargetMicrosoft.MSMQ.6.3.Triggers
CategoryAvailabilityHealth
EnabledFalse
Event_ID2207
Event Source$Target/Host/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
この規則の規則ハンドラーのインスタンスが作成されませんでした。
イベントの説明: {0}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.MSMQ.6.3.Rule.Alert.Event2207" Enabled="false" Target="Microsoft.MSMQ.6.3.Triggers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</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 Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2207</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Host/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.6.3.Rule.Alert.Event2207.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>