In SharePoint, What is the best way to move a subsite to its own site collection?
Posted
by
user7862
on Server Fault
See other posts from Server Fault
or by user7862
Published on 2010-07-25T14:32:21Z
Indexed on
2011/01/01
5:55 UTC
Read the original article
Hit count: 300
I am currently running a SharePoint 2007 Farm.
I have a subsite (http://server/sites/hr/finance) that I wish to move to its own site collection (http://server/sites/finance).
I exported the subsite using stsadm -o export. Then I created the new site collection (http://server/sites/finance). Then I attempted to import the site using stsadm -o import.
However, I'm getting the following error: "The file cannot be imported because its parent web does not exist"
I am running as the Site Collection administrator.
© Server Fault or respective owner