Propagation failed

Propagation_failed (Rule)

Knowledge Base article:

Summary

The Topic Assistant failed to copy the training database files to the corresponding location.

Resolutions

Do the following:

Determine why copying the files failed, and then eliminate the reason for the failure.

For information about the Topic Assistant, see the Microsoft Office SharePoint Portal Server 2003 Administrator's Guide.

Additional

Sample Event

Propagation failed while copying file_name to directory_name.

Element properties:

TargetMicrosoft.SharePointPortalServer.2003.SearchService
CategoryEventCollection
EnabledTrue
Event SourceMicrosoft SharePointPS Search Service
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Propagation failed
{0}
Event LogApplication
CommentMom2005ID='{FBFB03AC-CB76-4D6B-9F83-0B43D4A52B84}'

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Propagation_failed" Enabled="onEssentialMonitoring" Target="Microsoft.SharePointPortalServer.2003.SearchService" Remotable="true" Comment="Mom2005ID='{FBFB03AC-CB76-4D6B-9F83-0B43D4A52B84}'">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft SharePointPS Search Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>3063|7012</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Propagation_failed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>