TF53010 - The build request is not from the configured Team Foundation Server.
I'm getting this whenever I try to execute a Team Build on my build server. This started happening even on fresh generic Team Builds.
TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff.
Technical Information (for the administrative staff):
Date (UTC): 5/2/2006 8:04:17 PM
Machine: TEAMSYSTEM
Application Domain: /LM/W3SVC/3/Root/Build-5-127910574860151622
Assembly: Microsoft.TeamFoundation.Build.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
Process Details:
Process Name: w3wp
Process Id: 232
Thread Id: 5772
Account name:<stripped>
Detailed Message: TF42057: The build request is not from the configured Team Foundation Server. Please contact your Team Foundation Server administrator for help.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Team Foundation Build machines can only accept build requests from a single Team Foundation Server (though a single TFS can utilize multiple build machines). Perhaps you recently started using a new Application Tier for your TFS?
In any case, you can configure the TFS that the Build machine talks to using the TFSBuildService.exe.config file on the build machine - look for the "AllowedTeamServer" key/value pair and adjust the value.
Aaron,
Check out this post by Kishore - http://blogs.msdn.com/mnkish/archive/2005/12/16/504607.aspx
specifically check out this paragraph --
Most of these errors can be avoided by the pre-checks. Item 5 occurs in the case where an build machine which was used with another TF Server ( say beta2 TF server ), is now set to being used for the new Team foundation server. In these cases, the “AllowedTeamServer” key in the registry at HKCU\Software\microsoft\visualstudio\8.0\teambuild for the Build service account, or the “AllowedTeamServer” key in the TFSBuildService.exe.config contain the allowed team server. If this is no longer in use, delete the registry entry.