I ran into a problem that I cannot solve, here are the details:
I use TFS2008 in my APPTier and in my Build agent. First, I installed everything on the Apptier server (including the build agent), and I managed to run the build on the Apptier server (and build). Now I need to create a new Build agent on another server. I installed Team Foundation Build on my build machine (called MyBuildAgent). Using TeamExplorer, I create a new build agent that points to my build machine to create a project, but when I run the build, it displays the following message:
TF215085: An error occurred while connecting to agent \myproject\MyBuildAgent: TF215076: Team Foundation Build on computer MyBuildAgent (port 9191) is not responding. (Detail Message: Unable to connect to the remote server)
The Visual Studio Team Foundation Build service runs on my build machine, I can also start building in Apptier from MyBuildAgent, but I can not start building in MyBuildAgent.
Can someone tell me what I'm doing wrong or what part did I skip to set up my new build agent?
source share