CatalinIancu
CatalinIancu

Reputation: 3

TFS Reporting Services

I installed TFS Server 2013 and I configured Sql Reporting Services after the TFS installation. All went well until I saw that Reporting Services is not seen by the TFS (in the browser, no url for reports are available) even if the wizard is showing me that Reporting Services are configured and enabled in TFS. When I follow the Reporting Services Url, I see that no TFS reports were created.

Has anyone else had this problem? Does anyone know the answer?

Employees had already introduced data into TFS so I can't just reinstall the server.

Please help!

Upvotes: 0

Views: 105

Answers (1)

rerwinX
rerwinX

Reputation: 2035

Grab the TFS Power Tools and download the process template from the TFS server and then use:

tfpt addprojectreports /collection:"http://MyServer:8080/tfs/DefaultCollection" /teamproject:MyProject /processtemplate:"TemplateName"

More details here: Upload reports to a team project

Upvotes: 2

Related Questions