Event ID 104 When Upgrading To Windows Sharepoint Services 3.0

by Paul Cunningham on March 27, 2007

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.

Did you find this post useful? If so please leave a comment below. You may also subscribe to the RSS feed to receive new posts automatically.

{ 11 comments… read them below or add one }

Roger April 18, 2007 at 7:58 am

Nice tip, and thanks for the help!!

Capslock Assassin April 19, 2007 at 6:32 am

No worries, you’re welcome.

David Cairns May 12, 2007 at 11:13 pm

cool post thanks !!!

saved my bacon !!!

Sean M May 23, 2007 at 7:53 am

Thanks for the great tip. Saved me lots of time!!!!!!!

Suraj June 27, 2007 at 3:50 pm

Thanks for the info. its helped me too.

RemonB August 20, 2007 at 7:00 pm

Thank you, this post helped allot! clean and simple

Dev Wood October 17, 2007 at 1:40 pm

Excellent tip that saved much time! Thank you for taking the time to post the solution.

Capslock Assassin October 25, 2007 at 7:38 pm

Thanks everyone for taking the time to post your comments. I always appreciate it.

UnixMan November 29, 2007 at 2:03 am

You the man! Why microsoft would not tell us that when running the tool! hehehehe

hussein April 27, 2009 at 9:49 pm

i get error “This program requires Windows SharePoint Services v2″!!!!!!!

Note:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>PRESCAN.EXE /all
This program requires Windows SharePoint Services v2.

can you help me?…. tnx

Paul April 27, 2009 at 10:53 pm

Hussein, are you trying to upgrade from WSS v2 to WSS v3?

Leave a Comment