Clara's Notes on Technology
Notes to me and the world

TF26204: The account you entered is not recognized.

Friday, January 19, 2007 11:15 AM

As I was trying to import a work item definition into a team project (using the Process Template Editor from gotdotnet) I received the following error message:

TF26204: The account you entered is not recognized. Contact your Team Foundation Server administrator to add your account..

But I had not done any security changes (adding account or groups or permissions). What was it taking about?

Then I understood: I had added a field that contained backslashes as values and TFS interpreted it as user account! My field contained a list of suggested values that looked like this: "Category 1\Subcategory 1". Changing them to this "Category 1 | Subcategory 1" solved the problem!



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# VSTS Links - 01/23/2007

Clara Oscura on TF26204: The account you entered is not recognized.

Brian Harry on A VS SP1 Bug Fix... 1/23/2007 6:51 AM | Team System News

# re: TF26204: The account you entered is not recognized.

Great tip! Thanks! 2/8/2007 2:40 AM | Umar AlFarooq

# re: TF26204: The account you entered is not recognized.

Hmm... Didn't at all work for me when I tried to use "[Project]\QA" as the entry. because I'm actually using a security token and so the | (pipe) symbol won't work. In my case, I actually needed to add the security group. :-D 7/4/2007 1:46 AM | Steven Borg

# re: TF26204: The account you entered is not recognized.

Thanks man! the tip helped me.
But the problem can also be arised if some group of users is missing. 6/4/2010 4:48 AM | Asif Mushaq

# re: TF26204: The account you entered is not recognized.

Thanks alot.
Also it might be for invalid groups in xml file. 5/29/2011 8:28 AM | Reza

# re: TF26204: The account you entered is not recognized.

thank u.. u saved my day.. 6/28/2011 12:03 PM | Jeeva

Post a comment