|
1. Run Setup for the release version of Windows SharePoint Services 3.0.
2. Follow the steps to install the product. If the Upgrade Earlier Versions dialog box is displayed, choose No, do not upgrade at this time, and then click Install Now.
3. On the welcome page of the SharePoint Products and Technologies Configuration Wizard, click Cancel, and then click Yes in the dialog box that appears.
4. If you are using a Basic installation, perform the following steps:
a. In Control Panel, double-click Administrative Tools, and then double-click Services.
b. Double-click SQL Server 2005 Embedded Edition (MICROSOFT##SSEE).
c. In the Startup type list, click Automatic, and then click OK.
d. Click Start the service.
e. On the Start menu, click Run. In the Open box, type
regedit
and then click OK.
f. In the Registry Editor, navigate to the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\WSS
g. Under the registry subkey, double-click the Server Role value, change the value to SINGLESERVER, and then click OK.
h. Close the Registry Editor.
5. Install any Microsoft Windows SharePoint Services 3.0 Language Packages. At the end of every language pack installation, cancel the SharePoint Products and Technologies Configuration Wizard when it opens.
6. Run the SharePoint Products and Technologies Configuration Wizard. Use the Central Administration account and password that you noted under "Record current server information," earlier in this article. Be sure you select the same server type you previously used for this server, which you also noted under "Record current server information."
A message box appears to remind you that services will be started; click Yes.
A message box appears to remind you to run the wizard on each server in the farm; click OK.
Note Upgrade may only be run on one server computer in the farm at a time.
Ignore the warning that is briefly displayed in the wizard that reads Failed to start search service SPSearchServiceInstance on this server after completing upgrade. Please start it manually. You will start this service in step 10.
7. If you are performing a Basic installation and the SharePoint Products and Technologies Configuration Wizard fails with the error message …is blocked because the signature is not valid, do the following:
a. On the Start menu, click Run. In the Open box, type
regedit
and then click OK.
b. In the Registry Editor, navigate to the following subkey, and then delete it:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\WSS\Services\Microsoft.SharePoint.Search.Administration.SPSearchService
c. Run the SharePoint Products and Technologies Configuration Wizard again.
8. Wait until upgrade has been completed successfully on this server computer before you start upgrade on any other server computer.
9. Open the file SearchServerList.txt, which you created in step 3 of "Stop Windows SharePoint Services Search in an Advanced (farm) installation," earlier in this article.
10. On every server listed with Status:Online, do the following:
a. On the Start menu, click Run. In the Open box, type
cmd
and then click OK.
b. At the command prompt, type
cd %Programfiles%\Common Files\Microsoft Shared\web server extensions\12\bin
c. At the command prompt, type
stsadm -o spsearch -action start -farmserviceaccount DoMAIN\name -farmservicepassword password -databaseserver searchdatabaseserver -databasename WSS_Search_NewDB
11. After starting search, you need to associate content databases to search servers. If a content database is not associated with a search server and you attempt a search on a site in the content database, the following message will be displayed: Your search cannot be completed because this site is not assigned to an indexer. Perform the following steps:
a. Open SharePoint 3.0 Central Administration, click Application Management, and then click Content Databases.
b. Click the content database for a Web application, and for Search Server choose a Windows SharePoint Services Search Server.
c. Repeat these steps for each content database for each Web application. |