When trying to restore a document from SharePoint, DPM starts the recovery prosess but failed with error:
object reference not set to an instance of an object..(ID 32017 Details: invalid pointer(0x80004003))
We have 2 Web Front End servers running Server 2012 Standard and 1 SQL server running om Server 2012 with SQL2012
ConfigureSharePoint -EnableSharePointProtection have been run only on one of the WFE servers.
Backup is running without errors.
Restore prosess:
-Recover to orginale site
-Recover without using a recovery farm
- temp SQL (another SQL instanse on the same SQL server) Farm_admin is sysadmin
- DB temp location ( Folder on orginal DB server) The group EVERYONE has "Full Control)
- Folder on the web front end server (EVERYONE = Full Control
Progress.
Restore job starts
- The DPM_xxxxx are generated on the temp SQL_instance
- The .mdf and .ldf file are copied to the Temp folder under a GUID
- Then the .mdf and .ldf files are gone
There is an empty folder left on the web Front end server with the GUID from the job.
The the restore job failed with error:
DPM was unable to export the item https ://xxxxx.xxxx.xx/mysites/personal/bgrfol/Documents from the content database xxxxx\xx\Tenant_Content_DMO.
Exception Message = Object reference not set to an instance of an object..(ID 32017 Details: Invalid pointer (0x80004003))
From the WssCmdletsWrapperCurr.errlog on the Web front end server:
4F7C 6080 WARNING ASSERT: (FileName:WSSObjectModelHelper.cs; LineNumber:494)
4F7C 6080 WARNING The parameter 'spSiteCollection' is null.
4F7C 6080 WARNING ASSERT: (FileName:WssExportHelper.cs; LineNumber:270)
4F7C 6080 WARNING spSite should not be null
Hope someone can give me a solution.