stsadm -o import error
- by Indra
I am trying to import a sharepoint site and have got the following error.
Error: Unable to update the information in the Microsoft Office document (doc name with relative url)
This is a MOSS 2007 site collection. Exported from one server farm and trying to import to an "identical" but different server farm. The exact cmd I am running is as follows
stsadm -o import -url (http://webaddress) -filename (path to .cmp file) -includeusersecurity -haltonfatalerror -updateversions 2
How do I fix this?