トランザクション トリガーに対する規則の評価または実行ができませんでした。

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

Knowledge Base article:

概要

トランザクション トリガーに対する規則の評価または実行ができませんでした。

原因

Message Queuing トリガー規則の起動は、いくつかの理由で失敗する可能性があります。このエラーは、次のいずれかの条件が原因で発生する可能性があります。

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

規則の条件または動作パラメーターが無効

規則の条件または動作パラメーターの有効性を確認するには:

規則によって起動される COM オブジェクトが正しく登録されていない

COM オブジェクトが正しく登録されているかどうかを確認するには:

規則内で指定されている実行可能ファイルが見つからないか、機能していない

実行可能ファイルが存在して機能しているかどうかを確認するには:

トリガー規則の作成の詳細については、「規則を作成してトリガーに適用する」( http://go.microsoft.com/fwlink/?LinkId=104059) を参照してください。

解決方法

規則またはトリガーの構成

規則の条件またはトリガーは正しく構成する必要があります。意図された規則やトリガー設定がわからない場合は、ソリューション アーキテクトに確認することができます。

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

規則とトリガーを確認して変更するには:

COM+ オブジェクトの登録

規則によって起動された COM+ オブジェクトが正しく登録されていません。このオブジェクトを再度登録するには、コマンドライン ユーティリティ regsvr32.exe を使用します。詳細については、Microsoft サポート技術情報の記事 249873 ( http://go.microsoft.com/fwlink/?LinkId=107513) を参照してください。

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

COM+ オブジェクトを登録するには:

規則の削除および再作成

規則内で指定されている実行可能ファイルが見つからないか、機能していません。この問題を解決するには、指定された規則を削除して再作成します。

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

指定された規則を削除して再作成するには:

トリガー規則の作成の詳細については、「規則を作成してトリガーに適用する」( http://go.microsoft.com/fwlink/?LinkId=104059) を参照してください。

追加情報

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

Element properties:

TargetMicrosoft.MSMQ.6.3.Triggers
CategoryAvailabilityHealth
EnabledFalse
Event_ID2210
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.Event2210" 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">2210</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.Event2210.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>