ScottVinkle
Programmer
Hello all. I'm very new to this forum and to SharePoint in general. I'm a student at a summer placement in their systems testing department. - This is NOT a "Homework" problem - They have me working with SharePoint, trying to get SharePoint Team Services (v1) from a Win2000 Server PC to Windows SharePoint Services (v2) on a Win2003 Server PC.
The past week I've just been researching and reading all the guides I could find @ Microsoft.com, etc. I've come to the point where I'm conducting the back-up/restore portion of my testing. I've used smigrate.exe to backup the v1 website and it seemed to be successful. I used this command:
C:\smigrate.exe -w -f C:\backup.fwp
The site was a small test site that I created with some test data. This gave me a 839Kb FWP file. Now to my current problem.
I'm trying to restore the site to my Win2003 Server PC. I'm attempting to use smigrate.exe to do this but with no luck. I am using this command:
C:\smigrate.exe -r -w -f C:\backup.fwp
The exect result (with "domain/site2" example):
C:\>smigrate.exe -r -w -f C:\backup.fwp
18 May 2004 10:00:56 -0400 Site collection opened
18 May 2004 10:00:58 -0400 ERROR (possibly fatal):
ERROR: 6553678 The Web server at " does not appear to have Win
dows SharePoint Services installed.
18 May 2004 10:00:58 -0400 Site collection closed
C:\>
This seems quite odd to me as I do infact have Windows SharePoint Services installed. I'm not sure if this could be a SQL Server problem, a virtual server problem or application pool problem, as I've had issues with those things while installing onto the Win2003 Server PC. The whole virtual server/application pool thing is still confusing to me.
With all that said, I'd appreciate any feedback at all if you have some insight to this problem.
Thank you.
The past week I've just been researching and reading all the guides I could find @ Microsoft.com, etc. I've come to the point where I'm conducting the back-up/restore portion of my testing. I've used smigrate.exe to backup the v1 website and it seemed to be successful. I used this command:
C:\smigrate.exe -w -f C:\backup.fwp
The site was a small test site that I created with some test data. This gave me a 839Kb FWP file. Now to my current problem.
I'm trying to restore the site to my Win2003 Server PC. I'm attempting to use smigrate.exe to do this but with no luck. I am using this command:
C:\smigrate.exe -r -w -f C:\backup.fwp
The exect result (with "domain/site2" example):
C:\>smigrate.exe -r -w -f C:\backup.fwp
18 May 2004 10:00:56 -0400 Site collection opened
18 May 2004 10:00:58 -0400 ERROR (possibly fatal):
ERROR: 6553678 The Web server at " does not appear to have Win
dows SharePoint Services installed.
18 May 2004 10:00:58 -0400 Site collection closed
C:\>
This seems quite odd to me as I do infact have Windows SharePoint Services installed. I'm not sure if this could be a SQL Server problem, a virtual server problem or application pool problem, as I've had issues with those things while installing onto the Win2003 Server PC. The whole virtual server/application pool thing is still confusing to me.
With all that said, I'd appreciate any feedback at all if you have some insight to this problem.
Thank you.