ドメインを越えた移動の最中にオブジェクトが複製されました

An_object_has_been_duplicated_during_a_cross_domain_move_5_Rule (Rule)

Knowledge Base article:

概要

ドメインを越えた移動の最中にオブジェクトが複製されました。オブジェクトはローカルに存在しますが、以前は別のドメインに存在していました。

サンプル イベント:

ドメインを越えた移動の最中に次の GUID を持つオブジェクトが複製されました。オブジェクトは次の名前でローカルに存在しますが、以前は別のドメインに存在していました。

オブジェクト GUID: %1

現在のオブジェクト名: %2

以前のオブジェクト名: %3

ドメインを越える移動エポック: %4

原因

ドメインを越えた移動の最中のオブジェクトの重複は、新しいドメインでオブジェクトを作成する操作には成功してもソース ドメインの元のオブジェクトの削除には失敗するときに起こることがあります。この場合、ドメインを越えた移動によってエラー メッセージ "ローカル クリーンアップが必要です。" が返されます。オブジェクトは自動で削除されるはずですが、削除されませんでした。

解決方法

指定の GUID を持つオブジェクトのインスタンスの 1 つをドメインの 1 つから削除してください。

外部

詳細については、次を参照してください。

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID1900
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
ドメインを越えた移動の最中にオブジェクトが複製されました
{0}
Event LogDirectory Service
CommentMom2005ID='{410C38EC-8694-4821-9BBD-377508679EEC}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="An_object_has_been_duplicated_during_a_cross_domain_move_5_Rule" Comment="Mom2005ID='{410C38EC-8694-4821-9BBD-377508679EEC}';MOM2005GroupID=" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Directory Service</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1900</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Channel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Directory Service</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="An_object_has_been_duplicated_during_a_cross_domain_move_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>