Last week I had a customer with a major MOSS 2007 problem.
First the situation:
He had a WSS 3.0 environment first, which was already used in the company. Then he installed MOSS 2007 on top of it.
At that point, still only the original WSS sites were in use. Then he applied the KB934525 security update. This broke the new portal he recently set up, but the original WSS sites were still working. Fixes described on several places on the internet did not work.
I was there to do my part in the migration (physical to virtual) of practically all the servers. So in the new environment we wanted to have a clean (not updated with a dodgy KB934525 patch) MOSS 2007 installation. We installed on the new servers a total clean MOSS 2007. Unfortunately it wasn't possible to attach the still working databases, because it came complaining that the installation was too old and we should upgrade... (with KB934525).
And we didn't want to do that.
What did I do:
- I set up a little test environment
- Updated that environment with KB934525
- Attached the production database
- Exported the Site Collection using stsadm -o export
- Imported the Site Collection as a subsite in our new environment using stsadm -o import
... and guess what? It worked. So I downgraded the site, while just using stsadm -o export/import
So now he has a brand new MOSS 2007 environment, with all his old WSS 3.0 content, in a not KB934525 patched environment. Just the way he wanted it.
Keep on turntabling
Tom