Git Protocol Usage With TFS 2013

In our organization we have been using TFS for some time. Recently we have had a set of developers building internal tools to be consumed by various parts of our engineering teams to help with our developing or product. These developers used a local Git
server for their version control. At the time our version of TFS was 2012 which did not support Git repositories.
We upgraded our TFS servers to 2013 and created a git based team project. All source was successfully moved and it seemed as if everything was good. However, the team has come up against an issue with using Git as TFS provides it.
With their old server the team was able to use npm, nodejs package manager, to have our other engineers install their tools. The instructions for installing their tool would be:
npm install git://gitorious.corp.local/project/repo.git
When trying this command with TFS:
npm install git://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo
we have an error:
npm ERR! git clone git://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo Cloning into bare repository 'C:\npm-cache\_git-remotes\git-tfs-8080-tfs-DefaultCollection-Project-git-repo-fbbf0c4b'...
npm ERR! git clone git://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo
npm ERR! git clone git://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo fatal: protocol error: bad line length character: HTTP
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "git://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo"
npm ERR! node v0.10.35
npm ERR! npm v2.4.1
npm ERR! code 128
npm ERR! Command failed: fatal: protocol error: bad line length character: HTTP
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! C:\Source\git\sumtotal-module\npm-debug.log
If I startup Wireshark and trap the response from TFS I see this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid URL</h2>
<hr><p>HTTP Error 400. The request URL is invalid.</p>
</BODY></HTML>
Clone, fetch, pull, and push all work with the HTTP protocol and fail if they use git://.
Is there a way to setup the git protocol with TFS?

@John, I was working on a reply to you when @Jesse replied. I think my reply to him will cover what I was going to answer.
@Jesse,
I think I remember reading somewhere that git:// is SSH.
We're developing a tool in NodeJS that is consumed by our other engineering teams. When on the previous internal gitorious host we used the git:// protocol for regular git operations (clone, fetch, pull, push) and for using npm (node package manager).
After I moved the repository to TFS by doing a bare clone and mirror'd push the engineers working on the tools changed their remotes to point at the new TFS repo. The URL that TFS gave us was http. So to answer your question we are using the http protocol
for regular dev.
The problems comes from the consumption side. NPM defaults to using the npmjs.com feed for modules. However, npm allows the use of tarball and git repositories from which to install a module. With the gitorious host the consumers of the tools could simply
type:
npm install git://gitorious.corp.local/Project/repo@tag
This would cause NPM to install the version at the tag of the module at that git repository.
In my OP I stated that this gives an error. I forgot to post that switching git for http also causes an error:
npm ERR! fetch failed http://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 401
npm ERR! fetch failed http://tfs2013.corp.local:8080/tfs/DefaultCollection/TeamProject/_git/Repo
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 401
Now I did a wireshark trace to get the response to the command with git:// but until now didn't think of doing it for this case. I also let it slip that a 401 code is unauthorized access:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}
-->
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
<h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
</fieldset></div>
</div>
</body>
</html>
I suppose now the question becomes, is there any way to specify the credentials through this request? I'm going to reach out to the npm project to see why it wouldn't be passing me back a challenge or a sending my windows creds.

Similar Messages

  • How to get chart option in Test tab with TFS 2013 update 4?

    Hello, 
    I have installed Visual studio ultimate - TFS 2013 update4, but I do not see "chart" option in Test plan.
    What are the steps to enable this feature in TFS web client?

    Hi Malvip,  
    Thanks for your post.
    Please ensure you’re using TFS 2013 Update 4, open your TFS Admin Console to confirm that.
    If you can ensure you’re using TFS 2013 Update 4, but still cannot see the Chart in Test plan, please create a new team project using your default TFS 2013 Update 4 process template, the check the Chart in this new team project Web Access.
    https://msdn.microsoft.com/en-us/library/dn282443.aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • System Center 2012 R2 with TFS 2013

    I was able to complete the process to integration the two systems to pass over the Performance items into TFS (my attahcments are working yet...but that is a separate issue).
    I really love the view of the AppDiagnostics web page to show all the performance and problems that System Center is reporting.
    What I would like to see is a way from AppDiagnostics to be able to send over the performance/problems to TFS. It seems like the System Center console does not have access to all the performance and problems that AppDiagnostics is showing. The other options
    would be to allow an Export button on the AppDiagnostics web views to export this information to Excel and then re-import it back into TFS. Does anyone have a better solution?

    Hi Jeff,
    Based on your description, we could make sure that it is not the VS Debugger/VS profiler tool issue.
    Since it is related to the System Center, I suggest you post this issue to the System Center forum:
    https://social.technet.microsoft.com/Forums/en-US/home?category=systemcenter2012configurationmanager
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Compatibility of TFS 2013's MSSCCI with PowerBuilder 12.5

    Does anyone know if there are any compatibility issues with using PowerBuilder 12.5 and TFS 2013?  We are planning on upgrading our TFS server from 2010 to 2013.  I've seen discussions on PB 12.5 using TFS 2012, and PB 11.5 using TFS 2013.....but
    what about PB 12.5 with TFS 2013?

     Hi Andria, 
    Thanks for your post.
    According the information in
    TFS 2013 MSSCCI Provider download site, the PowerBuilder 12.5 not displays in support products list. So we suggest you use PowerBuilder 11.5 works with TFS 2013 MSSCCI.
    And I noted that you have asked a question about this issue in that download site, please tracking the reply from there. And you can try to install the PowerBuilder 12.5 and TFS 2013 MSSCCI on a test machine to check if there’s any error. 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TFS 2013 + MRM - Build & Release Failure

    I have a project in a Git repo in my TFS 2013 environment, and it's automated releases are failing. I am using ReleaseGitTemplate.12.xaml (from
    http://blogs.msdn.com/b/visualstudioalm/archive/2013/12/09/how-to-modify-the-build-process-template-to-use-the-option-trigger-release-from-build.aspx) as my build process template, and VS 2013 as my editor.
    The error message in the build log under the heading "Other Errors and Warnings" is: "Release build failed (type Exception)".
    The stack trace is:
    at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
    at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
    at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    After the error occurs, when I bring up the MRM Client it doesn't appear as if a release was even attempted.
    If I set the "Release Build" property on the "Process" tab for the build def to "False", and then run a build using that build def...the build succeeds. I can then, successfully, do a Manual Release using the latest (successful)
    build output and everything works -- i.e. my web/app is updated on the server, including my web.config.token file being processed with the variables in the various stages of my release template.
    I need to figure out why the automated release won't work. I have another project in the same environment that uses TFVC (and ReleaseTfvcTemplate.12.xaml from the same blog thread) and it's automated releases work just fine.
    theBoringCoder

    Hi BC, 
    Thanks for your post.
    You’re using TFS 2013 Update 4 and Release Management Server, Client, Deployment Agent 2013 Update 4 ?
    Try to manually run release template(using completed TFS build) from RM Client, the release can run successfully?
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TFS performance report pack not working on TFS 2013

    Hi
    I have TFS 2013 setup and I found TFS performance report pack from http://blogs.msdn.com/b/granth/archive/2009/02/03/announcing-tfs-performance-report-pack.aspx URL.
    These reports don't work after uploading to my report server. The blog talk about creating a shared data source TfsActivityReportDS
    and using Data Source=localhost;Initial Catalog=TfsActivityLogging
    as connection string.
    I don't have any database by name TfsActivityReportDS in my TFS and as a result I am not able to run any report on my TFS 2013 server.
    Is there any way to get these reports work for TFS 2013? Or is there other TFS performance report pack made for TFS 2013?
    Regards, Premal Acharya

    Hi Charles,
    Thanks a ton for your help. :)
    It worked on TFS 2013. I followed your steps. I also found one easy way to edit the queries mentioned in those rdl files. I opened them in text editor and replaced TfsActivityLogging with my TFS project name (Tfs_DefaultCollection). Saved rdl file and opened
    it in report builder and then my job was only to modify the data source.
    I really appreciate your help for getting the reports worked on TFS 2013.
    However I am only stuck with one little issue pertained to Server Status - Source Control Request Queue.rdl file
    This report file doesn't have any queries and it also uses XML as connection to the data source. When I run this report on my TFS server I am getting error as URL "http://localhost:8080/versioncontrol/v1.0/administration.asmx" not found.
    Detailed information about the report file is given below.
    Report Name
    Server Status - Source Control Request Queue
    Connection type
    XML
    Connection string in data source 
    http://localhost:8080/versioncontrol/v1.0/administration.asmx
    Query Under data set
    <Query>
       <Method Name="QueryServerRequests" 
    Namespace="http://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/Admin/03">
       </Method>
       <ElementPath IgnoreNamespaces="true">*</ElementPath>
    </Query>
    -------END---------
    I don't know how to get it work. Your help and advice on this will be highly appreciated.
    Thanks again for helping me to get other reports worked with TFS 2013.
    Regards, Premal Acharya

  • Unable to connect TFS 2013.4 server

    Recently we created new TFS server 2013.4 on Windows server 2008 R2 in Domain A. We connected to this machine from Domain B using Win 7 RDC.
    From VS 2013 of domain B  machine, we were able to craete a new Team project in default Collection.
    Now we are unable to connect to TFS server (Domain A) using VS 2013 ( Domain B). Error code we get is TF400324.
    RDC ( from Domain B) is working fine to go to TFS server machine( Domain A).
    Web access ( from Domain B) of TFS is also working fine. Able to create new users / see repository etc..
    Please suggest

    Hi SaranRam,
    It's suggested to use the same version of VS and TFS, and it would be better to use Visual Studio/Team Explorer 2013 to work with TFS 2013.
    For your situation, you can have a try to Team Explorer 2013 separately to connect to the team project in TFS 213 and work with the upgraded projects. You can also have a check on other machines to see if it works for you. Another option is clean team founation
    cache to see if it's related to your credential. Also view event logs to see if there any useful information.
    About the second link you referred, please have a double check if  you have configured it properly. And elaborate more details if the issue persists.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TFS 2013 - Convert project to branch

    Hi,
    id like to get some expert advise here.
    End 2013 we have migrated from TFS 2010 to TFS 2013. All good so far, very happy with TFS 2013.
    On "feature" in TFS 2010 was to create a new project as a branch of another team project. This is how have worked for a long time and are still doing.
    But in 2013 this option is gone. So what we have done is create a new empty team project and then merge from the other team project (main). This then becomes a baseless merge, with no relationship to the parent folder.
    I noticed an option to convert the root of a team project to a branch, but i cannot really find what changes this will make.
    Can you please advise what the best way is to create "branched" projects.
    We have about 8 team projects under the main project that are not linked. Is it possible to link those ? 
    What is the best way to create a new team project that is suppose the be a branch of the other team project ? Im guessing it requires the main project to be a branch. Is that safe to change ?
    I hope you can advise here. We do have future plans to migrate our branched project to a branch folder in a new team project and create new team branches (foldeR) from there, thus all working on the same team project as recommended.
    But untill then we need to stick with this and i like to improve the experience.
    looking forward to your reply.
    Regards,
    Nico

    Hi Nico,  
    Thanks for your reply.
    I did a mistake, so I deleted the previous reply. Please refer to below information.  
    The Branch option will try to create a new branch folder first, then create branch relationship between the source branch and new created branch(target branch) automatically.
    In your scenario, as you have created the Main.test team project, it means the target branch has already existed, so you cannot use the
    Branch option, because Branch operation always try to create a new branch with the name which your provided in
    Target Branch Name textbox. So if there’s the target branch existed, you can only merge from your Main team project(needn't convert to folder) to Main.test team project first, then create branch relationship between them(Reparent).
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to connect TFS 2013 from Visual Studio 2005

    Hi Team,
    Our customer had recently migrated all TFS Projects in Team Foundation Server from  2010 to 2013  (which has  .NET 2.0,3.5 and 4.0 Projects)  as well. We are facing one critical issue for some developers working in Visual Studio 2005
    projects after migrating to TFS 2013, were unable to use their VS 2005 Projects with TFS 2013 server.
    We installed the following software in the order
    VS 2005 professional edition
    Team Explorer 2005
    VS 2005 SP1
    Forward Compatibility Patch SP1
    MSSCCI Plugin for TFS 2013
    Team Explorer 2013
    We have also referred the below msdn links to resolve the problem
    http://blogs.msdn.com/b/tfssetup/archive/2014/01/23/connecting-to-team-foundation-server-2013-using-visual-studio-2005-thru-msscci-provider.aspx
    http://blogs.msdn.com/b/tfssetup/archive/2014/01/23/connecting-to-team-foundation-server-2010-using-visual-studio-2005-thru-msscci-provider.aspx
    SaranRam

    Hi SaranRam,
    It's suggested to use the same version of VS and TFS, and it would be better to use Visual Studio/Team Explorer 2013 to work with TFS 2013.
    For your situation, you can have a try to Team Explorer 2013 separately to connect to the team project in TFS 213 and work with the upgraded projects. You can also have a check on other machines to see if it works for you. Another option is clean team founation
    cache to see if it's related to your credential. Also view event logs to see if there any useful information.
    About the second link you referred, please have a double check if  you have configured it properly. And elaborate more details if the issue persists.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Reports Migration from TFS 2008 to TFS 2013.

    Hi There,
    We wanted to migrating reports(integrated with TFS 2008) to new report server(integrated with TFS 2013) using RDL pull and push method using rs.exe tool. later planning to rebuild Tfs_Warehouse and Tfs_Analysis. Below are my queries:
     If i migrate the reports using pull and push method will those report.rdl files still work with TFS2013 re-built data or
    Should i upgrade the entire ReportServerDB? If so, does report.rdl files under go any changes during upgrade?
    please guide me if my understanding is wrong and suggest me what should be taken care if i follow pull and push method.
    Thanks in Advance.

    Hi Manoj C N,
    If you can migrate your report server database, it would be better to migrate the Reporting service databases to new report server since the data will not be changed.
    About the existing reports, please elaborate more details and the result after taking the methods. But for moving reports, you can also download the existing reports and upload to the new report server. Refer to the link below for more information:
    http://blogs.msdn.com/b/tfssetup/archive/2012/12/19/moving-rdl-files-from-one-reporting-services-instance-to-another.aspx
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Migrating from Git to TFS 2013

    Hi,
    I have TFS 2013 and want to migrate GIT source code to TFS. I was able to migrate the code with history but want to ask for a way where by I can keep branches also intact. I want to give away from GIT and want to use Git support from TFS itself.
    Thanks,
    Suman

    Hi Suman,
    Since you use GitHub, and it's a 3rd party hosted service which like Visual Studio Online(TFS online). Actually, you can connect to Git team project of Visual Studio Online and publish your git repository to GitHub. And also connect to the git repository
    via Team Explorer. As for Visual Studio Online, Microsoft is working on adding support to allow Git repos to be added to
    TFVC team projects in the near future. Check the user voice for more info:
    http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3612921-support-converting-tfs-online-project-from-tfsvc-t
    For your scenario, you might need to move from GitHub to TFS git repostiry, then import a git repository to TFS. Please check the links below for the detailed information:
    https://tomkrueger.wordpress.com/2013/05/13/move-from-github-to-tfs-git-repository/
    http://blog.simontimms.com/2013/04/02/importing-a-git-repository-into-tfs/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields??

    Dear All,
    TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields?? is there any way..
    Tried couple of tools:
    1) Excel based migration : loss of data is custom fields, links, attachments, status
    2) few tools in Code plex : Crashing/Not working.
    Kindly provide your valuable comments here.
    Cheers, Tarun

    Hi Tarun,
    I'd like to know the tools that you used in CodePlex. Generally, CodePlex project is not supported in MSDN forum, and you can post your questions and concerns in the issue secton of the project.
    If you use TFS integration tools, according to this
    blog, it is limited to migrating only Version Control items, Work Items, and the links between them. Please check the limiation and have a check with your migration. For the customized fields, you might need to do the same customizatoin on the target
    team project.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Does On-Premise TFS 2013 work with Office 365 natively or do I need an Exchange/O365 Hybrid solution?

    Hello. We currently have an on-premise Exchange 2010 environment with 2 servers setup in a DAG. Our Development Department uses an on-premise TFS 2013 server for everything, they can't work without
    it. Upper Management wants the IT Dept to move the company from on-premise Exchange 2010 DAG to Office 365. My concern is TFS 2013 since it uses AD and Exchange for workflow notifications. An employee's AD account is given permission to resources
    inside TFS 2013 and since Exchange attributes are tied to their AD account they receive workflow notifications. My question is will I need to keep a permanent Exchange 2010/O365 Hybrid solution in-place in order for TFS 2013 to continue function
    properly? If the answer is yes than that is fine, I am just looking for confirmation before I start the project. I would appreciate any advice on this topic.<o:p></o:p>
    Thanks<o:p></o:p>
    <o:p></o:p>

    Hi Cirbin,
    As far as I know, it's not supported to integrate TFS 2013 with Office 365. You can check the
    link for more information.
    For your situation, whether keep a permanent Exchange 2010/O365 Hybrid solution or not, you might open a new thread in SharePoint/Exchange forum for a better response.  From the thred, seems you need  to keep the hybrid solution.
    And for integration Office 365 users to TFS, please vote the user voice
    here.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • GIT pull failling with timeout error.

    Hi all,
    I am new to tfs 2013 & GIT so I have one query. when I try to pull the repository using GIT pull I am getting error "Timeout".
    I am little bit in confusion why it is happening. Please help me with the troubleshooting steps and the probable reasons of this error.
    Thanks for help.

    Please see these docs.
    Data Collection Fails Because Of Time Out Timeout error [ID 339968.1]
    OPM-ASCP: Data Collection Timeout Error [ID 601539.1]
    STD COLLECTION FAILING AT PLANNING DATA PULL WITH TIMEOUT ERROR [ID 978472.1]
    Data Collections is Failing - All Errors - First Diagnostic Steps [ID 207644.1]
    Troubleshooting Errors with ATP/Planning Data Collections [ID 1227255.1]
    MSCPDC PLANNING ODS LOAD ERRORS WITH TIMEOUT ERROR - POOR PERFORMANCE [ID 417633.1]
    Thanks,
    Hussein

  • Importing modified Bug WIT does not refresh the template in TFS 2013 for the project created using Scrum Template.

    Hi,
    We have a TeamProjectA created in a collection using ScrumTemplate 2013.4. I have added a new State 'Duplicate' in the Bug WIT and modified the workflow. Also the ProcessConfiguration file is modified to match the metastate and imported using the ImportWit
    Commands which were successful. When I Export the modified WIT using Process Editor for TeamProjectA I can see the Bug.xml has my changes. However, when I try to create a new Bug through TWA, I do not see the new State'Duplicate' that I added.
    I dont see my changes are updated in the common configuration files Path ie C:\\Program Files\Microsoft Team Foundation Server 12.0\Tools\Deploy\ProcessTemplateManagerFiles
    Note: I have a different TeamProjectB created using the Agile template created under the same Collection as my other TeamProjectA. Not sure if this has anything to do with my problem.

    Hi NetLearuner15,  
    Thanks for your reply.
    If you want use witadmin command on your TFS Server machine, you need install VS 2013 on your TFS 2013 Server machine.
    Have you tried create new Bug using VS? The new added state value shows correctly in VS or cannot see it in VS too?
    You’re using TFS 2013 Update 4 and VS 2013 Update 4?
    Yes, you can restart your TFS Server and check the result.
    And we suggest you add a new custom field in your Bug_Test work item type(Fields and Layout) or only edit a default state value in it using Process Editor, then save this Bug_Test work item type and check if this new update shows correctly when you create
    a new Bug_Test work item from TFS Server. If the  new field or changed state value can be updated correctly in your TFS Server, I think your initial ‘Duplicate’ state value not defined correctly in your Bug WIT>>workflow.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • A way to search System Files and by File Name as default?

    Hello. Is there a way I can make the default search both include searching by File Name and searching System Files? I know I can make a saved search, but this just is one extra step. I'd like to the default behavior of the Finder be to search system

  • WWI Installation

    Dear All, I am trying to Install WWI with EHS Management Server As per config guide a) Install EHSSTART.EXE as a service Host <Name of local PC> Name For example, EhsStart Display Name For example, EH&S Failure Recovery Executable path <WWI or Expert

  • Question about audio in and xbox360 audio on the x-fi audio c

    I am having an extremely difficult time getting my audio to go from my 360 through the card. I have updated everything and still can't get any audio. I actually had audio for a day or two and then it stopped and I have no clue why it started or stopp

  • How to stop your iPhone from recording you

    There are 3 ways: - Apple does it for everyone (likely very soon) - Remove your battery (Hmmm, but how? It's built-in. Exactly, hmmm is the right word. The only way to properly disarm any device is to spray liquid nitrogen to freeze the battery rende

  • Nomad Zen Xtra - Why is Media Player 10 Converting to W

    When I copy MP3's to Zen Xtra using Media Player 0, it converts the MP3's to WMA and I lose the track information. Can I avoid this? My MP3's are encoded at 300k. I do not want to convert to WMA...Any help would be greatly appreciated.