我安装了TFS Server 2013,并在安装TFS之后配置了Sql Reporting Services。一切都很顺利,直到我看到TFS看不到Reporting Services (在浏览器中,没有可用的报表url ),即使向导显示在TFS中配置并启用了Reporting Services。当我访问Reporting Services Url时,发现没有创建任何TFS报表。
其他人也有这个问题吗?有人知道答案吗?
员工已经在TFS中引入了数据,所以我不能简单地重新安装服务器。
请帮帮我!
发布于 2016-01-04 22:57:23
从TFS服务器获取TFS Power Tools和download the process template,然后使用:
tfpt addprojectreports /collection:"http://MyServer:8080/tfs/DefaultCollection“/teamproject:MyProject /processtemplate:"TemplateName”
更多详细信息请访问:Upload reports to a team project
https://stackoverflow.com/questions/34592890
复制相似问题