Restoring a SharePoint site leads to the error below when the restoring is done from zipped backup.
What I have done :
1.Create a new SharePoint site wss1.toto.com
2.Create zipped backup (wss1.toto.com.zip). Note that the name of the file in the ZIP is wss1_toto_com.bsh)
3.Create normal backup (wss1_toto_com_bsh file is created).
4.Restore from wss1_toto_com_bsh is OK.
5.Restore from wss1.toto.com.zip leads to the error below. Morover, the original site is deleted!!!
Could you try to reproduce the issue, please ?
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'RESTORE_SITE' task on 'wss1.mmcrz.com' SHAREPOINT ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Could not restore SharePoint site ---> System.UnauthorizedAccessException: Access to the path 'C:\WINDOWS\TEMP\Cookies' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at Microsoft.SharePoint.Administration.SPSiteCollection.Restore(String strSiteUrl, String strFilename, Boolean bOverwrite, Boolean hostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Restore(String strSiteUrl, String strFilename, Boolean bOverwrite)
at DotNetPanel.Providers.SharePoint.Sps30Remote.RestoreVirtualServer(String url, String fileName)
--- End of inner exception stack trace ---