In Part 1 of my TFS 2010 Beta 2 + MOSS 2007 Single Server Installation walkthrough I described all TFS 2010 prerequisites and presented the necessary steps for a proper MOSS 2007 installation so that it can interoperate with TFS. In this second part I will present how to perform the actual TFS 2010 installation, which is much easier as you will see.
TFS 2010 Installation
To install TFS 2010:
1. Launch the setup and click Next.
2. In the license terms screen, select I have read and accept the license terms and click Next.
3. In the features to install screen select only Team Foundation Server and Build Service on the left side. You don’t need the Extensions for SharePoint Products and Technologies as you already installed MOSS 2007 in this server. Team Foundation Server Proxy is not needed either because that applies for remote access scenarios. Click Install and wait for the installation to finish.
4. In the final screen make sure the Launch Team Foundation Server Configuration Tool checkbox is checked and click Finish.
The TFS Configuration Tool will now start.
TFS 2010 Configuration
TFS 2010 configuration is a separate process from the main installation. This gives you the great benefit of being able to reconfigure your TFS as many times as you want without having to reinstall the software.
To configure TFS 2010:
1. On the Team Foundation Server Configuration screen select Advanced on the left side and click Start Wizard.
2. On the Team Foundation Server Advanced Configuration Wizard welcome screen click Next.
3. On the Database screen enter the name of your SQL Server Instance and click Next.
4. On the Account screen choose Use a system account and select NT AUTHORITYNETSORK SERVICE. This is my personal option for the simplest configuration scenario but you may want to specify some other account here. Select NTLM for the authentication method and click Next.
5. On the Application Tier screen select Create a new site and accept the default values. This is the site to which your users will connect from their Visual Studio client computers. Click Next.
6. On the Reporting screen check the Configure Reporting for use with Team Foundation Server checkbox and click Next.
7. On the Reporting Services screen enter the name of your Reporting Services Instance and select the Report Server and Report Manager URLs. Then click Next.
8. On the Analysis Services screen enter the name of your Analysis Services instance and click Next.
9. On the Report Reader Account enter the credentials for your TFSREPORTS account. If you’re following this walkthrough from Part 1 (where you can find the requirements for this account) the account would be <domain>tfsreports. Click Ne
xt.
10. On the SharePoint screen check the Configure SharePoint Products for use with Team Foundation Server checkbox and click Next.
11. On the SharePoint Settings screen select Use an existing server farm for SharePoint Products and accept the defaults for the Site URL and Administration URL, which should match the MOSS 2007 installation performed on Part 1. Click Test for both URLs and click Next after both tests pass.
12. On the Project Collection screen check the Create a new team project collection checkbox, leave the default value for the collection name (DefaultCollection) and click Next.
13. On the Review screen click Next.
14. On the Readiness Checks screen wait until all checks pass and click Configure.
15. On the Configure screen wait until all configurations finish and click Finish.
16. On the Complete screen click Close.
Associating the Enterprise Application Definition
When you use MOSS 2007 with TFS 2010 you need to associate the enterprise application definition you created in SharePoint with your TFS configuration.
To associate the enterprise application definition:
1. Open the Team Foundation Server Administration Console from Start Menu –> Microsoft Team Foundation Server 2010 Beta 2 on your server.
2. Select Extensions for SharePoint Products on the left side and on the right side select the SharePoint application you created for TFS and click Modify Access.
3. On the Access for Team Foundation Server dialog enter the name of your enterprise application definition you created in SharePoint (we did this in Part 1) and click OK.
Team Foundation Build Configuration
This is an optional step, but you should really consider configuring your build server right away if you pretend to do any serious software development. This is pretty easy anyway, so why not!
To configure Team Foundation Build:
1. Open the Team Foundation Server Administration Console from Start Menu –> Microsoft Team Foundation Server 2010 Beta 2 on your server. Click on Team Foundation Build Configuration on the left side and then click on Configure Installed Features on the right side.
2. On the Team Foundation Server Configuration screen click Start Wizard.
3. On the Team Foundation Build Service Configuration wizard welcome screen click Next.
4. On the Project Collection screen click Browse… to choose the team project collection you will associate with this build configuration.
5. On the Connect to Team Project Collection dialog click Servers… to select your Team Foundation Server.
6. On the Add/Remove Team Foundation Server dialog click Add.. to add your Team Foundation Server to the list.
7. On the Add Team Foundation Server dialog enter the name of your server (your Team Foundation Server) in the top most text box and leave the defaults for the rest. Then click OK then Close and finally Connect in the previous dialogs.
8. Back in the Project Collection screen you have now selected your Team Project Collection. Click Next.
9. On the Build Services screen select Use the default setting and select 1 (recommended) for the number of build agents. This is appropriate as this is a single server.
10. On the Settings screen select NT AUTHORITYNETWORK SERVICE for the Team Foundation Build Service account (again, my personal choice to simplify things) and accept the default port (9191). Then click Next.
11. On the Review screen click Next.
12. On the Readiness Checks screen wait until all checks pass and click Configure.
13. On the Configure screen wait until all configurations are done and click Next.
14. On the Complete screen click Close and then click Close again in the previous screen.
15. Your build server is now ready.
You’re Done!
Yep, your new TFS 2010 installation is ready and you should be able to connect to TFS from your Visual Studio client and start creating Team Projects. I will probably start there in my next post so stay tuned!
Julio
Hope you find it useful!
Very nice write up. Thanks!
You’re welcome!
Waiting for your next post. Thank you for this post.
Waiting for your next post.Thank you for this post
You’re welcome, I should be publishing the next post in the following 2 weeks.
Very nice site!
julioc,
thanks for your posts.. I’ve read both in relation to TFS 2010 setup and no matter what I do I keep getting this following error..
[ System Checks ] TF255435: This computer is a member of an Active Directory domain, but the domain controllers are not accessible. Network problems might be preventing access to the domain. Verify that the network is operational, and then retry the readiness checks. Another options include joining the computer to a workgroup. For more options and information go to http://go.microsoft.com/fwlink/?LinkID=164053&clcid=0x409
I’m logged into the machine, which is on a domain, as the domain administrator. All other test pass, and I don’t know why.
Any ideas?
Hi, your article has helped me a lot but I’m stuck at one part.
Under Associating the Enterprise Application Definition
step 1 the Screenshot does not have Extensions for Sharepoint in the navigation tree but in step 2 it is there and you can proceed with the rest of the configuration.
Currently I am at Step 1 and do not see the Extension for Sharepoint in my navigation tree does this mean I have to install it?
I already have MOSS configure as per part 1 of guide and part 2 states that installing the extensions is un-necessary so I’m a little confused as to how to proceef from here.
Hi Bob,
There is a bug in my post, as that Step 1 Screenshot should indeed show the Extensions for SharePoint Products and Technologies as part of the TFS Administration Console.
I can ensure you that you don’t need to install those extensions if you are installing TFS 2010 in the same server where you have already installed MOSS 2007. You can confirm that in this MSDN page: http://msdn.microsoft.com/en-us/library/bb552177(VS.100).aspx
Question: Are you installing MOSS 2007 and TFS 2010 Beta 2 in the same server?
Julio
Hi Julio,
Thanks for the quick response.
In answer to your question I am installing tfs2010 beta 2 on the same server.
After doing some searching through posts I think the problem is actually the order in which I installed them.
1. We had tfs 2008 -> upgraded to new hardware with tfs2010 beta 2
2. tfs2010 was initially installed with the included sharepoint services 3.0
3. We upgraded to MOSS2007
As yet not being able to configure the Enterprise Application Definition has not seemed to impact us.
Besides having to manually create the sharepoint sites and some issues with reports I haven’t noticed any major issues so far.
Yea, in that case the order will probably have something to do with your issue. Anyway you should just install the extensions from the TFS 2010 installer and you should be fine.
Julio
Why would you assume that we do not want to load Team Foundation Server Proxy?
Very nice write up..Keep up the good work
Nice Article, thank you very much.
Labros
Hi, I installed TFS but without SharePoint.
So When i tried to create a new team project I got the follow error:
TF30279 Can’t load “Microsoft.ProjectCreationWizard.TestManagement” from type “Project Creation Plugins”
Can you help?? I don’t know whats wrong
You’re a champion