Topics | How To | Troubleshoot | Related Topics
If trying to recall an archived document in the SharePoint User Interface when the library has the Require documents to be checked out before they can be edited rule set to Yes, the following error message may be displayed:
Failed to restore version: The file "" is not checked out. You must first check out this document before making changes.
To resolve this error, check out the document prior to recalling.
To suppress displaying the "Recall Completed Successfully" dialog box as described in the Recover Data from SharePoint Server User Interface procedure, do the following:
<appSettings>
<add key="HideMessageBox" value="YES" />
</appSettings>
When you try to recall an archived document in the SharePoint User Interface, one of the following error messages may be displayed:
A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.
-or-
Object reference not set to an instance of an object.
-or-
Unknown Error
These error messages may appear because entries are missing from the Virtual Server web.config file. If they are missing, they must be added and IIS needs to be restarted in order for the changes to take effect.
SharePoint 2003:
Confirm these entries are under <SafeControls>:
<SafeControl Assembly="DMWebPart, Version=<version_number>, Culture=neutral, PublicKeyToken=2930a9d6ade9c6ce" Namespace="DMWebPartNameSpace" TypeName="*" Safe="True" />
SharePoint 2007:
Confirm these entries are under <SafeControls>:
<SafeControl Assembly="DMWebPartV3, Version=<version_number>, Culture=neutral, PublicKeyToken=491c4c8e1e5b9471" Namespace="DMWebPartNameSpace" TypeName="*" Safe="True" />
SharePoint 2003 or 2007:
Confirm these entries are under <appSettings>:
<appSettings>
<add key="ClientName" value="computer_name" />
<add key="BinDirectory" value="InstallPath\Base\" />
<add key="InstanceName" value="Instance[Number]" />
</appSettings>
*<version_number> is the current version of the software e.g., 8.0.0.0.
When you try to recall an archived document in the SharePoint User Interface, this error message may be displayed:
Unable to submit recall request, restore activity may be disabled.
If IPv6 is enabled, then the proper nPREFERREDIPFAMILY key needs to be configured.
For SharePoint Portal 2003 Servers, do the following to display the Recall Archived Data menu in the SharePoint user interface:
CVAddSharePointMenu -c
For SharePoint 2007 Servers, do the following to display the Recall Archived Data menu in the SharePoint user interface:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin\stsadm.exe -o installfeature -filename <Company>\feature.xml
For SharePoint 2010 Servers, do the following to display the Recall Archived Data menu in the SharePoint user interface:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Bin\stsadm.exe -o installfeature -filename <Company>\feature.xml
*Typically, the iisreset command is used to restart IIS.
When you try to recall an archived document in the SharePoint User Interface, if the following error message is displayed, use the procedure below to correct the issue.
Unexpected
ErrorCVAddSharePointMenu -c
*Typically, the iisreset command is used to restart IIS.