ソースでレプリケーションが停止されました

Replication_has_been_stopped_with_a_source__5_Rule (Rule)

Knowledge Base article:

概要

このコンピューターと名前が付けられたソース ドメイン コントローラーが最後にレプリケートされてから時間が経ちすぎました。レプリケーションの間の時間が廃棄 (Tombstone) の有効期間を越え、このソースとのレプリケーションは停止しています。

サンプル イベント:

このコンピューターと名前が付けられたソース コンピューターが最後にレプリケートされてから時間が経ちすぎました。 このソースとのレプリケーションの間の時間が廃棄 (Tombstone) の有効期間を越えています。 レプリケーションはこのソースで停止しています。 レプリケーションが続行できない理由は、2 台のコンピューターの削除されたオブジェクトの表示が現在同じではないためです。ソース コンピューターに、このコンピューターで削除 (およびガーベジ コレクト) されたオブジェクトのコピーがまだある可能性があります。レプリケートすることができた場合、ソース コンピューターにより既に削除されたオブジェクトが返される可能性があります。

最後の正常なレプリケーションの時刻 :%1

ソースの起動 ID: %2

ソースの名前: %3

廃棄 (Tombstone) の有効期間 (日): %4

レプリケーション操作に失敗しました。

解決方法

2 台のレプリケーション パートナーのどちらがフォレストから切断され、有効期限が切れているのかを判断します。3 つのオプションがあります。

外部

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

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID2042
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
ソースでレプリケーションが停止されました
{0}
Event LogDirectory Service
CommentMom2005ID='{9EFA22D7-F3F2-4390-B2E8-070CBE75434F}';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="Replication_has_been_stopped_with_a_source__5_Rule" Comment="Mom2005ID='{9EFA22D7-F3F2-4390-B2E8-070CBE75434F}';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>2042</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="Replication_has_been_stopped_with_a_source__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>