Project Missing Reports
I have a single project missing its reports. The other team projects have their reports and they return data, but not this one project.
Is there a simple procedure to rebuild the standard reports?
Greg
I have a single project missing its reports. The other team projects have their reports and they return data, but not this one project.
Is there a simple procedure to rebuild the standard reports?
Greg
Hello Greg,
You can try to add these report to the report service manually.
Here are brief steps.
All the following steps need Report Service Content Manager Permission.
For more detail of permission: Team Foundation Server Administrator Permissions
How to: Set Administrator Permissions for Reporting Services
1. Connect to the report service server
2. Open the SQL Server Management Studio
3. Select Server type 'Reporting Services' and select Report Server name (App - Tier), click 'Connect' button.
4. Expand the Home node in Object Explorer
5. Expand one team folder which has good report.
6. Right click a report, select 'Edit Report...'. to download a report definition file (.rdl) to local disk.
7. Right click the team folder which has missed his report, select 'Import File' to upload a local .rdl file to its
folder. You can upload the previous report file to his report.
8. Open the Report Manager site: http://App - Tier/Reports/Pages/Folder.aspx
Find the new added report in the team folder. Set the DataSource property and Parameters.
DataSource should be the same as the other team project ( TfsOlapReportDS or TfsReportDS)
For more about Report Manager : ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rptsrvr9/html/80949f9d-58f5-48e3-9342-9e9bf4e57896.htm (local MS Help Book shipped with Installation of SQL Server 2005).
Repeat step 5, 6, 7,8 import and configurate all the report.
Hope these help.
If you have any question please post it.