ローカル ドメイン コントローラーは、オブジェクトをレプリケートしようとしました。このオブジェクトは削除されて既にガーベジ コレクトされている可能性があるため、存在しません。

The_local_domain_controller_has_attempted_to_replicate_an_object_which_is_not_present_because_it_may_have_been_deleted_and_already_garbage_collected_5_Rule (Rule)

Knowledge Base article:

概要

別のドメイン コントローラーが、このドメイン コントローラーのローカル Active Directory® ディレクトリ サービス データベースに存在しないオブジェクトをレプリケートしようとしました。このドメイン コントローラー上でオブジェクトが削除されて、既にガーベジ コレクトされている可能性があります。(つまり、オブジェクトが削除されてから廃棄 (tombstone) の有効期間またはそれ以上の期間が経過しています)。オブジェクトの作成に必要な更新の要求に含まれている属性セットが足りません。オブジェクトは、完全な属性セットで再要求されてこのドメイン コントローラー上に再作成されます。

サンプル イベント:

別のドメイン コントローラー (DC) が、ローカル Active Directory データベースに存在しないオブジェクトをこの DC にレプリケートしようとしました。 この DC 上で、オブジェクトが既に削除されて、ガーベッジ コレクションが行われました (オブジェクトが削除されてから廃棄 (tombstone) の有効期間またはそれ以上の期間が経過しています)。 オブジェクトの作成に必要な更新の要求に含まれている属性セットが足りません。 オブジェクトは、完全な属性セットで再要求されてこの DC 上に再作成されます。

ソース DC (トランスポート固有のネットワーク アドレス): %4

オブジェクト: %1

オブジェクト GUID: %2

ディレクトリ パーティション: %3

宛先の最高のプロパティの USN: %5

解決方法

このオブジェクトの継続した存続への要求を確認してください。 今後、同等のオブジェクトの再作成を続行させないようにするには、次のレジストリ キーを作成してください。

レジストリ キー :HKEY_LOCAL_MACHINE\%7\%6

外部

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

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID1388
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
ローカル ドメイン コントローラーは、オブジェクトをレプリケートしようとしました。このオブジェクトは削除されて既にガーベジ コレクトされている可能性があるため、存在しません。
{0}
Event LogDirectory Service
CommentMom2005ID='{4282A90D-9309-4CA5-9F51-9FDB6B7D2E43}';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="The_local_domain_controller_has_attempted_to_replicate_an_object_which_is_not_present_because_it_may_have_been_deleted_and_already_garbage_collected_5_Rule" Comment="Mom2005ID='{4282A90D-9309-4CA5-9F51-9FDB6B7D2E43}';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>1388</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>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="The_local_domain_controller_has_attempted_to_replicate_an_object_which_is_not_present_because_it_may_have_been_deleted_and_already_garbage_collected_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>