We have a central deployment of Team Foundation Server (2008), where all projects are stored. Each project installs its own build server, on which Team Build runs, to run its own automatic builds.
Here is the problem. When a connection error is detected between TFS and the Team Build server, it transfers the status of the assembly agent to "unavailable", which means that it is unavailable for subsequent assemblies. Our servers have scheduled reboot windows, and when TFS cannot communicate with these agents (or vice versa) during this window, it moves the agent to "inaccessible". Every morning we come and find that we need to manually log in and reactivate the agent.
Is it possible for assembly agents to appear on the network as soon as they reappear? Or perhaps write a script that automatically returns them to the network?
source
share