Backward-compatible document library restore failed

Backward_compatible_document_library_restore_failed (Rule)

Knowledge Base article:

Summary

An error occurred during backup and restore. The backward-compatible document library cannot be restored.

Resolutions

To resolve this issue execute the following steps:

Look in the Application event log for events and information related to the content index. The Application event log can be viewed through the Event Viewer snap-in which can be found in the Computer Management console. The following task will start the Computer Management console:

Start Computer Management Console

The resolution depends on the error. The event should provide guidance about the type of error. Typical errors include:

Element properties:

TargetMicrosoft.SharePointPortalServer.2003.BackupService
CategoryEventCollection
EnabledTrue
Event SourceSharePoint Portal Server Backup
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Backward-compatible document library restore failed
{0}
Event LogApplication
CommentMom2005ID='{96976D1B-EA37-466E-B147-D6B4DEDDF778}'

Member Modules:

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

Source Code:

<Rule ID="Backward_compatible_document_library_restore_failed" Enabled="onEssentialMonitoring" Target="Microsoft.SharePointPortalServer.2003.BackupService" Remotable="true" Comment="Mom2005ID='{96976D1B-EA37-466E-B147-D6B4DEDDF778}'">
<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>SharePoint Portal Server Backup</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDescription</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>Backward-compatible document library restore failed</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="Backward_compatible_document_library_restore_failed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>