Hi, I'm trying to install a TFS on a workgroup, so single server (Win2k3 with SP1). IIS, SQL 2005 (using Local Service) and Sharepoint are successfully installed on the server (including the .net2 hotfix and reports server hotfix given with the CD). Then, I have created two users : TFSService (member of Users on the server) and TFSReports (member of Administrators on the server). Now the last step : installation of TFS. Unfortunatelly if doesn't work. During the installation, I have this error : Error 28925. TFServerStatusValidator:Calling the Team Foundation Server ServerStatus Web service failed.
petoulachi
Solution found.
The problem was that the TEMP and TMP variable were pointing to Documents and Settings\Users. Then, when ASP.net try to compile with NETWORK SERVICE account, it could not create the .dll because this account does not have a home directory.
I have just replaced with %windir%/\TEMP for the both variable and now it works.