Installing Windows Sharepoint Services 3.0 to an existing Windows Small Business Server 2003 server involves a few steps. After confirming you have a good, working backup of the server, you then need to ensure that .NET Framework 2.0 and 3.0 are both installed.
I ran the WSS 3.0 installer and chose to upgrade the existing sites. The existing sites aren’t modified though, not until the Sharepoint Products and Technologies Configuration Wizard is run. This will launch immediately after the WSS 3.0 installer finishes, but in my case it failed on the first step.
The Event Log showed the following error:
Event Type: Error
Event Source: SharePoint Products and Technologies Configuration Wizard
Event Category: None
Event ID: 104
Date: 27/03/2007
Time: 8:41:56 AM
User: N/A
Computer: LLSRV01
Description:
Failed to initialize SharePoint Products and Technologies upgrade.
An exception of type Microsoft.SharePoint. PostSetupConfiguration. PostSetupConfigurationTaskException was thrown. Additional exception information: The pre-upgrade scan tool has not yet been run successfully on all content databases in the server farm. The pre-upgrade scan tool must complete without errors before you can continue with the upgrade process.
Microsoft.SharePoint. PostSetupConfiguration. PostSetupConfigurationTaskException: Exception of type ‘Microsoft.SharePoint. PostSetupConfiguration.PostSetupConfigurationTaskException’ was thrown.
at Microsoft.SharePoint. PostSetupConfiguration. InitializeTask.PrepareForUpgrade()
at Microsoft.SharePoint. PostSetupConfiguration. InitializeTask.Run()
at Microsoft.SharePoint. PostSetupConfiguration. TaskThread.ExecuteTask()For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
The pre-upgrade scan tool referred to is located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN. To run it you simply navigate to that folder in a command line window, and then run “prescan /all”.
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>prescan /all
0%
99%
100%
Operation completed successfully.
File Name:C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\ PreupgradeReport_633105822209429795_Log.txt
File Name:C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\ PreupgradeReport_633105822209429795_Summary.xml
When this has completed successfully, you can rerun the Sharepoint Products and Technologies Configuration Wizard from the Administrative Tools folder in the Start Menu.




April 18th, 2007 at 7:58 am
Nice tip, and thanks for the help!!
April 19th, 2007 at 6:32 am
No worries, you’re welcome.
May 12th, 2007 at 11:13 pm
cool post thanks !!!
saved my bacon !!!
May 23rd, 2007 at 7:53 am
Thanks for the great tip. Saved me lots of time!!!!!!!
June 27th, 2007 at 3:50 pm
Thanks for the info. its helped me too.
August 20th, 2007 at 7:00 pm
Thank you, this post helped allot! clean and simple
October 17th, 2007 at 1:40 pm
Excellent tip that saved much time! Thank you for taking the time to post the solution.
October 25th, 2007 at 7:38 pm
Thanks everyone for taking the time to post your comments. I always appreciate it.
November 29th, 2007 at 2:03 am
You the man! Why microsoft would not tell us that when running the tool! hehehehe