While researching ways to use TFS 2010 with the AGILE method of Software Development, I created a quick but efficient outline that is useful when proposing the process for developer and business use. I also added a few links that could assist new users to Team Foundation Server, with details on how to complete certain task within TFS. It would be great to read suggestions from others that may be using TFS in a different manner to broaden my knowledge base.
The Development outline while working with TFS 2010 is as follows.
Work Items and Workflow (Agile)
http://msdn.microsoft.com/en-us/library/dd997897(v=VS.100).aspx#CreatingManyWorkItems
Working with User Stories
http://msdn.microsoft.com/en-us/library/dd380634(VS.100).aspx#LinkBug
Working with Tasks
http://msdn.microsoft.com/en-us/library/dd380700(v=VS.100).aspx
Complete Process with Details on All Reports
http://msdn.microsoft.com/en-us/library/dd997796(v=VS.100).aspx#TrackTheProject
Product Planning Workbook (Reports)
http://msdn.microsoft.com/en-us/library/dd380682(v=VS.100).aspx
MSF for Agile Software Development v5.0
http://msdn.microsoft.com/en-us/library/dd380647(VS.100).aspx
After installing TFS 2010 RC the project dashboard shows a reporting services error “Default value or value provided for the report parameter ‘StateParam’ is not a valid value. (rsInvalidReportParameter)”.
After searching for a few minutes the issue was resolved by Processing the Analysis Database.
There are 2 ways to complete this task.
Using the TFS webservice
1. Logon to the Application Tier for TFS.
2. Browse to http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx or Use IIS Manager to navigate to this URL.
3. Select Process Analysis Database and Invoke a Full processing Type.
Using SQL Management Studio
1. Login to SQL Management Studio
2. Select your TFS Analysis Server under Databases.
3. Right Mouse Click on the Database and select Process.
4. Select Ok.
While setting up the Build Service for TFS2010 I ran in to an issue with TFS_BUILDSERVICE (Visual Studio Team Foundation Build Service Host) service unable to start. The fix for the issue was found by checking the System Event viewer and reading the errors below. Once all of the dependent services were enabled, the build configuration completed successfully.
*The Remote Access Connection Manager service, Remote Access Auto Connection Manger and Telephony services must all be enabled in order to start the Visual Studio Team Foundation Build Service Host service.
The Visual Studio Team Foundation Build Service Host service depends on the Remote Access Connection Manager service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
The Remote Access Auto Connection Manager service depends on the Telephony service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
Recent Comments