Cannot find reports in Team Foundation Server 2010

I recently installed TFS 2010 and am trying to access the reporting feature. TFS is installed on Windows Server 2008 R2, and I am accessing TFS using Visual Studio 2010.

From what I saw on the Internet, I should have a reporting option in Team Explorer or from the Team menu in Visual Studio. I do not have such opportunity. I have seen MSDN articles in which an option may have a red cross next to it, but I don't see at all.

A setup message is generated in the TFS admin console. All three options (Warehouse, Analysis Services and Report Server) have a green checkmark and say β€œConfigured”.

If I access the reports URL, I get the web interface, but there are no ready-made reports.

Thanks in advance for your help.

+3
source share
2 answers

The problem was that the default location of the report folder was not set. I just noticed by clicking all the screens in desperation.

Open the TFS Admin Console, go to "Application Level"> "Project Project Collections". Then, on the "Report Folders" tab at the bottom, make sure you set the value. I just used the default example, which was / TfsReports / DefaultCollection.

+5
source

Don't you see the Reports folder in this view?

enter image description here

Do you have such a screen?

enter image description here

+3
source

All Articles