Error when importing site
-
sexta-feira, 31 de agosto de 2012 07:56
Hi
I am trying to move a site from Project Server 2010 to SharePoint Server 2010 using Export-SPWeb/Import-SPWeb, but when importing I get an error:
Could not find file 'C:\Users\ ...\ExportSettings.xml
What is the reason for that?
Thanks,
Jakob
Todas as Respostas
-
sexta-feira, 31 de agosto de 2012 08:21
Hi,
use Backup-SPSite and then Restore-SPSite.
Cheers
Daniel Bugday
Microsoft Community Contributor, Member of Microsoft Extended Expert Team, MCT, MCTS/MCPD SharePoint 2007/2010, SQL MCDBA, MCSE
Blog: SharePoint By Bugday
Twitter: Follow me on Twitter
Technet: My Ask The Expert Area On Technet
Founder of SharePoint Forum -
sexta-feira, 31 de agosto de 2012 11:27
Hi Daniel
Backup-SPSite doesn't Work - apparently because project sites in Project Server are subsites, not site Collections.
This is what I get when trying Backup-SPsite:
Backup-SPSite : Cannot find an SPSite object with Id or Url: http://project/HAIBA/.
Thanks
Jakob
-
sexta-feira, 31 de agosto de 2012 11:31
Maybe the size of the Project site is to big for the import..
You may need to change this limit using the CompressionSize parameter to set the cab size (up to a maximum of 1024Mb
Try using export-import again.
Cheers
Daniel Bugday
Microsoft Community Contributor, Member of Microsoft Extended Expert Team, MCT, MCTS/MCPD SharePoint 2007/2010, SQL MCDBA, MCSE
Blog: SharePoint By Bugday
Twitter: Follow me on Twitter
Technet: My Ask The Expert Area On Technet
Founder of SharePoint ForumCheck here:
http://technet.microsoft.com/en-us/library/ff607895.aspx
- Editado Daniel Bugday sexta-feira, 31 de agosto de 2012 11:32 Added link
-
sexta-feira, 31 de agosto de 2012 12:21
Try
"%COMMONPROGRAMFILES%\microsoft shared\web server extensions\12\bin\stsadm.exe" -o export -url "http://myspserver/asite" -filename "C:\export\asite.cab" -includeusersecurity -versions 4
Changed file extension and added "-includeusersecurity"
Similar Error with solution here http://www.sharepointboris.net/2008/01/cannot-find-cexportsettingsxml-error-when-restoring-with-sharepoint-designer/
Mai Omar Desouki | Software Consultant | Infusion | MCP, MCTS, MCPD, MCITP, MCT Microsoft Certified Trainer & MCC Microsoft Community Contributor | Email: mai_omar_86@live.com | Blog: http://moresharepoint.wordpress.com
- Marcado como Resposta Yaoyao ChenMicrosoft Contingent Staff, Moderator sexta-feira, 7 de setembro de 2012 07:04

