도메인 간에 Message Queuing 개체를 자동으로 이동할 수 없습니다.

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

Knowledge Base article:

요약

도메인 간에 Message Queuing 개체를 자동으로 이동할 수 없습니다.

원인

이 오류는 포리스트 간 Message Queuing 마이그레이션에 결함이 있기 때문일 수 있습니다.

해결 방법

포리스트 간 메시지 큐 마이그레이션

마이그레이션이 올바르게 실행되었는지 확인하려면 Active Directory v3 마이그레이션 가이드( http://go.microsoft.com/fwlink/?LinkId=103526)를 참조하세요.

포리스트 간 마이그레이션을 수행하지 않으려는 경우 메시지 큐를 제거한 후 새 도메인에 다시 설치하세요.

이러한 절차를 수행하려면 관리자 그룹의 구성원이거나 위임받은 적절한 권한이 있어야 합니다.

메시지 큐를 제거하고 다시 설치(Windows 7)

Windows 7에서 메시지 큐를 제거하고 다시 설치하려면:

메시지 큐를 제거하고 다시 설치(Windows Server 8)

Windows Server 8에서 메시지 큐를 제거하고 다시 설치하려면:

추가

포리스트 간 메시지 큐 마이그레이션에 대한 자세한 내용은 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
도메인 간에 메시지 큐 개체를 자동으로 이동할 수 없습니다.
이벤트 설명: {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>