loads of useful information, examples and tutorials pertaining to web development utilizing asp.net, c#, vb, css, xhtml, javascript, sql, xml, ajax and everything else...

 






Adventures in Migrating from WSS 2.0 to MOSS 2007

by naspinski 1/20/2008 6:52:00 PM

"Your backup is from a different version of Windows Sharepoint Services and cannot be restored to a server running the current version."

DAMN YOU SHAREPOINT! NO IT ISN'T!!!


That was the error I have been facing for a couple of days and it was driving me utterly crazy.


This was my situation: I was tasked with migrating the sharepoint data on an ancient server (PIII 512 RAM) running WSS 2.0 and SQL 2000 to a new server running MOSS 2007 and SQL 2005 - I have done plenty of backups and restores on SharePoint, and they are suprisingly easy.  This should be no problem...


Wrong. This turned into a classic battle of me vs. some software, and I refused to let it win! (plus, my boss would be pissed).


You can read the [Details of the battle] or just read on for the solution.

 

Turns out that even though WSS Backup/Restore was supposed to be compatible with SQL 2005, they didn't actually make it compatible until SP3.  So, despite not even being the same version anymore, it seemed to work just fine EVEN THOUGH THE ERROR CLEARLY STATED THAT MY VERSIONS WERE DIFFERENT!  I think they need to revise that error message before someone stabs their eyes out!


So it turns out that all you have to do is this:

 

  1. Update both servers to WSS 2.0 SP3
  2. Backup your initial server using stsadm
  3. Restore to your new machine using stsadm
  4. Upgrade your new system to MOSS 2007 

 

That's it... thats the whole answer to my week long battle with WSS.  Now I just have to upgrade to MOSS 2007.  You can get SP3 here: WSSSP3-KB923643-FullFile-ENU.zip (6.19 mb) - hopefully this saves someone a whole bunch of hours on a ridiculous problem, though no one even uses WSS 2.0 anymore...

Currently rated 3.0 by 2 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

sharepoint

Related posts

Comments

5/19/2008 10:44:19 PM

naspinski

I got a comment in email today and realized 2 things.

Number one is that my email system is broken on my website, I get name and message, but not the email address.

Second, I realized that my solution for this problem was not very clear. So... I added it in there (bolded list).

Also, I will be fixing my email system within the week. Sorry about the inconvenience.

I hope the person that sent me the question reads this Smile

naspinski us

Add comment

Name*
E-mail* (Gravatar)
Website
Country   Country flag

Comment* [b][/b] - [i][/i] - [u][/u]- [quote][/quote]




Live preview

8/19/2008 11:29:32 PM