Hi guys,
So the story so far:
I have a client who uses SharePoint on there windows small business server 2008. We are migrating them into our enterprise environment and would like to move there SharePoint site to a new server preferably 2012 R2 but 2008 R2 would be fine.
We are going to be using the foundations version of SharePoint.
I am looking for some direction on how to do this.
I have tried to do the following:
STSADM.EXE -o export -url https://URL/ -filename c:\test\test1 -overwrite -includeusersecurity -force -verbose
and then
Import-SPWeb -Identity "http://URL/ -path "C:\xxxx\xxx" -Force -Verbose
But this gives me an error:
Import-SPWeb : The version of the package 12.0.10.0 is different from the current version this program supports, 15.0.0.0.
I looked into this and asked a question but did not really understand the answer.
http://social.technet.microsoft.com/wiki/contents/articles/22063.direct-import-spweb-from-wss-3-0moss-2007-to-sharepoint-2013.aspx
I have also tried:
stsadm -o backup -url http://oldportal -filename C:\oldportal.dat
take the .dat to the new server, create a new WebApplication with a Blank Site Collection
stsadm -o restore -url http://newportal -filename C:\oldportal.dat -overwrite
I received this at the end of the command: <nativehr>0x80070003</nativehr><nativestack></nativestack>
The site still does not work.
IF anyone could help that would be awesome.
Thanks!!