Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 950174 - Last Review: March 10, 2008 - Revision: 1.0
Upgrading Windows SharePoint Services from version 2.0 to 3.0 after upgrading Team Foundation Server 2005 to version 2008
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
- 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)
.
- 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.
- 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)
.
- 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.
- 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
---------------------------
- 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.
- 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. Execute this command:
    tfsadminutil configureconnections /SharepointAdminUri:http://machinename:port/_vti_adm/admin.asmx
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 these settings in a moment.
- 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.
- 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
| kbnomt kbrapidpub KB950174 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
Be the first to leave feedback, to help others about this knowledge base
article.
(Optional) Name
(Optional)
Public URL Or Email
Comments
No
HTML -- Text Only Please