Unable to create team project using Agile or CMMI templates
I am getting error on creation of team project using CMMI or Agile templates. It works good with Scrum templates. Please check out the following exception details: Module: Work Item Tracking Exception...
View ArticleTFS 2013 update 4 with multi server topology
Hello Team,TFS 2013 update 4 install with SSRS 2012 and SharePoint Foundation 2013 - SSRS on separate serverWe are planning to install TFS 2013 update 4 , SQL Server 2012 and SharePoint Foundation...
View ArticleAny idea how to get any support for TFS?
As the title says.I have been posting messages about TFS build process but nothing is coming back. I am asking fellow developers struggling with their companies' choice of using TFS. I am having a...
View ArticleMicrosoft Test Manager (MTM)
Hi,I have a licensed Microsoft Visual Studio running on m y machine. It also includes MTM (Microsoft Test Manager), which I'd like to start using. However, whenever I run it, I'm required to enter my...
View ArticleUpdate vs2013 update 4 and TFS can't work!
like this:and the ActivityLog.xml show :<entry><record>1581</record> <time>2015/02/16 08:36:44.371</time> <type>Information</type>...
View ArticleUnable to open .cs files from Visual studio solution
I am unable to open visual studio .cs files. .cs file are part of solution. Blank screen is displayed with no text display
View ArticleAbout the role of process configuration files
I have done some customizations in process template XMLs. I have done my major changes only in the work item type definition XMLs. I am wondering about the role of process configuration files or...
View ArticleTFS Test Controller not configuring
While upgrading to TFS 2013 test controller to update 4 I received this error during the configuration process.Service cannot be started. Microsoft.VisualStudio.TestTools.Exceptions.EqtException: The...
View ArticleHow to get the total no.of fields count in TFS
How to check this:You can define no more than 1,024 work item fields in the same team project collection, and you can set no more than 1,024 fields to reportable in all team project collections.I have...
View ArticleImporting process template changes and upgrade to latest version for existing...
Hi, I have tested my template customization changes in the test server and going to move these changes to the existing TFS and make it to new upgrade also. Please share your experiences on things that...
View ArticleTF237090: Does not exist or access is denied, when usint witadmin importwitd
Hi all,I installed a TFS2013 and attached our TFS2012 database. I can access the project and everything works fine. But now I want to upgrad our process template. When I try to upload a new work item,...
View ArticleHow to obtain change set information in TFS using TFS SDK
Hi There,I want to write a program to obtain changeset information expecially comment context. It is used to search for specific strings in comment of a list of changesets.I am new to TFS sdk. any...
View ArticleHow to link a bug to test case using TFS API's with C#
Hi,I have the below code and I want to know what are the API's available to link a bug to testcase using TFS API's in C#.WorkItemStorestore =newWorkItemStore(ServerURL);Projectvproj =...
View ArticleMSBuild on TFS
HiI am trying to use MS build to do auto deploy 3 web applications within a big solution, with the TFS build.I am supplying the necessary MSBuild arguments except for the DeployIISAppPath.When the...
View ArticleTFS Background Job Agent is failing to start
Earlier this month I applied TFS 2013 Update 4. We were previously running 2013 Update 3. We were humming along and then the following week I applied DNS friendly names to our TFS environment....
View ArticleCustom build information into TFS database?
Hello guys,I have a customized build process where I do several validations on the code submitted. My purpose is to use some of the information generated by my validations for reporting.Is there a...
View ArticleTFS 2013 Kanban - Default Done swimlane not populated with the 20 latest, but...
Hi,I have set up my Kanban board in TFS 2013 with the swimlanes & WIP Limits as needed, but the automatic 20 user stories that shows up in the Done swim lane is not the latest 20 based on timestamp...
View ArticleError 503. Service is not available
Hi all,I am facing an issue while accessing my tfs web portal. I am getting 503 error server is not available.When I looked into the event viewer I found that there is some problem with initialization...
View ArticleAssigned To not displayed
Step 1: Open a User storyStep 2: Click on testcases tabStep 3: Add a testcaseStep 4: Write a testcases without any Assigned To nameStep 5: Save the stepsStep 6: Click on the testcase again Step 7:...
View ArticleWhat will be the correct way to connect to TFS server in Server plugins coding.
public TFSAccess(string tfsUri, string username = null, string password = null) { TfsTeamProjectCollection tfs; if (username != null && username != string.Empty)...
View Article