Message Queuing オブジェクトが、ドメイン間を自動的に移動できません。

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

Knowledge Base article:

概要

Message Queuing オブジェクトが、ドメイン間を自動的に移動できません。

原因

このエラーは、フォレスト間でのMessage Queuing移行の失敗が原因で発生する場合があります。

解決方法

フォレスト間での Message Queuing の移行

この移行が正しく実行されるようにするには、『Active Directory V3 移行ガイド』( http://go.microsoft.com/fwlink/?LinkId=103526) を参照してください。

フォレスト間の移行を実行しようとしていない場合は、Message Queuing をアンインストールしてから、新しいドメインに再インストールします。

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

Message Queuingのアンインストールと再インストール (Windows 7)

Windows 7 でMessage Queuingをアンインストールしてから、再インストールするには:

Message Queuing のアンインストールと再インストール (Windows Server 8)

Windows Server 8 で Message Queuing をアンインストールしてから、再インストールするには:

追加情報

フォレスト間のメッセージ キューの移行の詳細については、『Active Directory V3 移行ガイド』( http://go.microsoft.com/fwlink/?LinkId=103526) を参照してください。

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

Element properties:

TargetMicrosoft.MSMQ.10.0.Servers
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Message Queuing オブジェクトが、ドメイン間を自動的に移動できません。
イベントの説明: {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.10.0.Rule.Alert.Event2127" Enabled="false" Target="Microsoft.MSMQ.10.0.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</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 Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2197</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.10.0.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.10.0.Rule.Alert.Event2127.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>