Help and Support

Article ID: 952692 - Last Review: May 5, 2008 - Revision: 1.1

Upgrading Windows SharePoint Services from version 2.0 to 3.0 after upgrading Team Foundation Server 2005 to version 2008

Expand all | Collapse all
Source: Microsoft Support

RAPID PUBLISHING

RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.

Action


You have upgraded a Microsoft Visual Studio 2005 Team Foundation Server installation to Microsoft Visual Studio 2008 Team Foundation Server. You now wish to upgrade the associated Windows SharePoint Services installation from version 2.0 to 3.0.

Resolution

  1. Navigate to the "Upgrading to Windows SharePoint Services 3.0" page at http://go.Microsoft.com/fwlink/?LinkID=87953 (http://go.microsoft.com/fwlink/?LinkID=87953) .


  2. Click the "Perform pre-upgrade steps" link, and follow the steps.

    a. You should already have Service Pack 2 for Windows SharePoint Services 2.0 installed, as this is a prerequisite for the Team Foundation Server 2005 installation.

    b. Run pre-upgrade scan tool to verify if you can upgrade Windows SharePoint Services from 2.0 to 3.0.


  3. Navigate back to the "Upgrading to Windows SharePoint Services 3.0" page at http://go.Microsoft.com/fwlink/?LinkID=87953 (http://go.microsoft.com/fwlink/?LinkID=87953) .


  4. Click the "Perform an in-place upgrade" link.

    a. Click the "Install and configure Windows SharePoint Services for an in-place upgrade" link.

    b. Carry out the "Install Windows SharePoint Services 3.0" steps. At the step for running setup, you can install by running SharePoint.exe from the folder AT\wcu\WSS on the Microsoft Visual Studio 2008 Team Foundation Server installation media, or by downloading Windows SharePoint Services 3.0 from http://www.Microsoft.com/downloads/details.aspx?FamilyID=d51730b5-48fc-4ca2-b454-8dc2caf93951&DisplayLang=en (http://www.microsoft.com/downloads/details.aspx?FamilyID=d51730b5-48fc-4ca2-b454-8dc2caf93951&DisplayLang=en) .

    c. Choose "Web Front End" as the server type.


  5. Follow the "Run the SharePoint Products and Technologies Configuration wizard" steps.

    a. When the following message box appears, click Yes:
    ---------------------------
    SharePoint Products and Technologies Configuration Wizard
    ---------------------------
    The following services may have to be started or reset during configuration:

    Internet Information Services
    SharePoint Administration Service
    SharePoint Timer Service

    Choose yes to restart the services if required and continue with the configuration wizard or no to exit the configuration wizard.
    ---------------------------
    Yes    No
    ---------------------------

    b. When prompted, you will need to select a port number for the SharePoint Central Administration site. You cannot specify the old port (the default for a Team Foundation Server 2005 installation is 17012) because that port is in use. You need to select new port number, such as 17013. Make a note of this port number.

    c. Specify NTLM as the Configure Security Settings section.

    d. You may see the following message box, if so click OK.
    ---------------------------
    SharePoint Products and Technologies Configuration Wizard
    ---------------------------
    You must run setup to install new binary files for every server in your server farm. If you have multiple servers in your server farm, run setup and the configuration wizard on the other servers now, and then return to this server and click OK to continue.

    For more information about upgrading a server farm, see the Help system.
    ---------------------------
    OK
    ---------------------------


  6. When you complete the wizard, it will navigate to the Upgrade Running page. This page will refresh once a minute until the upgrade has completed. Please wait until the upgrade has completed before you continue. If you did not make a note of the port number in step 5b, you can see it in the Internet Explorer address bar now. You can also get the port number later by starting "SharePoint 3.0 Central Administration" under Control Panel / Administrative Tools.


  7. Change the SharepointAdminUri setting for the new SharePoint Central Administration port number. Use tfsadminutil.exe from the Tools directory under the Team Foundation Server 2008 installation folder (by default, C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server) to perform this task.

    a. Run tfsadminutil configureconnections with the following command line to determine the current SharepointAdminUri setting: 

        tfsadminutil configureconnections /view

    b. You will see output which includes a line similar to this:
     
        Current value for SharepointAdminUri = http://machinename:port/_vti_adm/admin.asmx

    c. Run tfsadminutil configureconnections to change the SharepointAdminUri setting to the new port number. You will be using the SharepointAdminUri from the above step, except you will change the port number to the new port number from step 5b, and exclude the trailing /_vti_adm/admin.asmx. Execute this command as below, making sure the value entered in the does not include the trailing /_vti_adm/admin.asmx which appears in the SharepointAdminUri value:

        tfsadminutil configureconnections /SharepointAdminUri:http://machinename:port

    d. Verify the new setting with the following command line: 
      
        tfsadminutil configureconnections /view

    e. Leave this command prompt window open. We will want to use some of these settings in a moment.



  8. Run the Windows SharePoint Services Extensions setup. This is necessary to upload the TFS templates for SharePoint 3.0.

    a. Run Setup.exe on the Microsoft Visual Studio 2008 Team Foundation Server Installation media.

    b. Highlight Windows SharePoint Services Extensions and click Install.



  9. At the end of the installation, you will see the “Team Foundation Server SharePoint Configuration” dialog. The dialog appears, with three textboxes.

    a. In the “Windows SharePoint Services site” box, enter the value from tfadminutil configureconnections /view for “Current value for SharepointSitesUri”. This will be in the form http://machinename:port/Sites.

    b. In the “Reporting Services reports site” box, enter the value from tfadminutil configureconnections /view for “Current value for ReportsUri”. This will be in the form http://machinename/Reports, or http://machinename/Reports_instancename.

    c. In the “Reporting Services administrative site” box, enter the value from tfadminutil configureconnections /view for “Current value for ReportServerUri” excluding the trailing /ReportService.asmx This will be in the form http://machinename/ReportServer, or http://machinename/ReportServer_instancename. Again, be sure to that the value entered in the textbox does not include the trailing /ReportService.asmx which appears in the ReportServerUri value.

    d. Click Apply. You may see a message box similar to the following. If so, click Yes.
    ---------------------------
    TfsConfigWss
    ---------------------------
    The following site has already been configured for Team Foundation Server: 'http://machinename/Sites'. Another instance of Team Foundation Server might already be using this site.

    Current configuration information:
       Reports: 'http://machinename/Reports' 
       Report server: 'http://machinename/ReportServer'

    Do you want to overwrite the current values?
    ---------------------------
    Yes    No
    ---------------------------

    e. You may see a message box similar to this. If so, click OK.
    ---------------------------
    TfsConfigWss
    ---------------------------
    The reporting settings for the following Windows SharePoint Services site were updated successfully: 'http://machinename/Sites'.
    ---------------------------
    OK
    ---------------------------

    f. Click Exit to close the “Team Foundation Server SharePoint Configuration” dialog.



You should now have your Team Foundation Server 2008 installation configured to use Windows SharePoint Services 3.0.

DISCLAIMER

MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE “MATERIALS”) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.

APPLIES TO
  • Microsoft Visual Studio 2005 Team Foundation Server
  • Microsoft Visual Studio Team System 2008 Team Foundation Server
  • Microsoft Windows SharePoint Services 2.0
  • Microsoft Windows SharePoint Services 3.0
Keywords: 
kbnomt kbrapidpub KB952692