I'm attempting to export a WSS v3 subsite into a
top-level site of the same name. The export seems to
work fine but then I run the import I get a fatal
error. The command line I'm using is hereL:
stsadm -o import -url
http:/***/sites/it-annual-planning
-includeusersecurity -updateversions 1 -filename
it.dat
Here's the error message that I receive:
[3/12/2008 4:14:53 PM]: Error: The file cannot be
imported because its parent web
/sites/it-annual-planning/IT-Annual-Planning does not
exist.
[3/12/2008 4:14:53 PM]: FatalError: The file cannot
be imported because its parent web
/sites/it-annual-planning/IT-Annual-Planning does not
exist.
at
Microsoft.SharePoint.Deployment.FolderSerializer.GetParentWeb(SerializationInfoH\
elper
infoHelper, ImportObjectManager objectManager)
at
Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object
obj, SerializationInfo info, StreamingContext context,
ISurrogateSelector selector)
at
Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type
objectType, Boolean isChildObject)
at
Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type
objectType, Boolean isChildObject, DeploymentObject
envelope)
at
Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream
serializationStream)
at
Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream
serializationStream)
at
Microsoft.SharePoint.Deployment.ImportObjectManager.ProcessObject(XmlReader
xmlReader)
at
Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
at Microsoft.SharePoint.Deployment.SPImport.Run()