Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Admin Console missing Build Configuration Node

Tags:

tfs

I've been forced to reinstall the TFS build service on one of our build machines, and after I uninstalled and reinstalled, the Build Configuration node does not get loaded in the Team Foundation Server Administrative Console. I've tried uninstalling and reinstalling a couple of times without success. The build service is running fine, with 2 agents.

It's TFS2010.

Any thoughts?

like image 323
jaspernygaard Avatar asked Nov 07 '11 13:11

jaspernygaard


2 Answers

A developer from TFS Admin & Ops team suggested the following:

Any chance the TFS Power Tools were installed on that box? There was a problem with the backup power tool that caused some nodes not to show up. If that’s the case, under HKLM\Software\Microsoft\TeamFoundationServer\10.0\Plugins there will probably be two nodes – one for backup and one for TeamBuild – removing the backup plug-in node would probably resolve the problem. You could also check the admin log to see if there are exceptions in there, and perhaps export the TFS registry key above.

Hope this helps.

like image 189
Duat Le Avatar answered Oct 21 '22 18:10

Duat Le


In my case build services were not installed at all on the machine with TFS app tier and build controller configuration was available from the separate build server.

like image 37
Pavel Shkleinik Avatar answered Oct 21 '22 18:10

Pavel Shkleinik