TF255352 and TF255331 warning during tfs 2010 beta2 install

This can happen when you change machine name after you installed and configured sql server. I’m trying various type of installation of tfs2010 just to verify the various options, my virtual machine had the default name, so I changed after I installed sql server 2008. I already know that this could cause problems, so I started a fresh installation of TFS just to verify if I guess correctly.

Here is the two warnings I got during installation

1
2
Warning    [Reporting] TF255352: Permissions could not be verified because an error occurred while communicating with the following report server: http://TFS2010B2:80/ReportServer_SQL2008/ReportService2005.asmx. The server returned the following error: Impossibile stabilire una connessione al database del server di report. È necessaria una connessione al database per tutte le richieste e le elaborazioni..
Warning    [Project Collection] TF255331: The existence of the following folder on the report server could not be verified: Impossibile stabilire una connessione al database del server di report. È necessaria una connessione al database per tutte le richieste e le elaborazioni.. A network problem might have prevented communication, the report server might be offline, Windows Management Instrumentation (WMI) may be disabled, or your account might not have permissions on the report server. The team project collection could not be created. To complete this wizard, you must specify the option not to create a collection. As an alternative, you can close this wizard, correct the problem, and then restart the wizard.

Ok, to solve this problem I first tried a simple solution, opened Management Studio, then deleted the two databases of Reporting Services, then started again the configuration of reporting services. The discussion was originally done here.

image

I ask to create new databases, and when the wizard showed me the form, it had the old machine name WMblablablabla, so I changed to actual machine name TFS2010B2.

image

Now reporting services recreates all database he needs, and everything returns green in tfs installation.

image

Alk.

Tags: Team Foundation Server