Jazz Reporting Service Out of the Box Templates, return no results
Anyone had any luck running all of the out of the box reports for JRS? I can run some of them, but many (most) of them, just return "No results". For example, change set activity. I know there has been activity on the stream selected in the query.
RTC 5.0.2 iFix 003
JRS 5.0.2
Websphere
Oracle 11g
rs.log spits out tons of messages (sql queries), but nothing that looks like an error condition.
I don't know how else to troubleshoot this.
Accepted answer
Hi Brett,
Have you enabled data collection on your streams? This is necessary for the "Change Set Activity" report in particular. To select streams to collect data for, go to
https:<server>:<port>/ccm/web/projects/<Your Project Name>#action=com.ibm.team.reports.admin&id=com.ibm.team.reports.admin.datawarehouse.scm
After you've selected which streams you want to enable, wait for the data collection jobs to run successfully before trying the report again.
For the other out of the box reports, in addition to the things that Francesco mentioned, some of the reports return results from the current iteration only. So if you're not seeing the data you expect (e.g., you're expecting a particular work item to show up in a report and it doesn't), check to see if it's assigned to the current iteration.
Have you enabled data collection on your streams? This is necessary for the "Change Set Activity" report in particular. To select streams to collect data for, go to
https:<server>:<port>/ccm/web/projects/<Your Project Name>#action=com.ibm.team.reports.admin&id=com.ibm.team.reports.admin.datawarehouse.scm
After you've selected which streams you want to enable, wait for the data collection jobs to run successfully before trying the report again.
For the other out of the box reports, in addition to the things that Francesco mentioned, some of the reports return results from the current iteration only. So if you're not seeing the data you expect (e.g., you're expecting a particular work item to show up in a report and it doesn't), check to see if it's assigned to the current iteration.
Comments
showing 5 of 6
show 1 more comments
One other answer
Hello Brett,
2 common causes for reports not returning data are the following:
1) The data was not collected into the data warehouse. Check the data warehouse tables and views involved in the report to see if there is data. To find the tables you can either use the SQL queries in the logs or the data dictionaries:
Reporting data dictionaries
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.rational.reporting.overview.doc/topics/c_reference_datadictionary.html
Also check that the ETL process you are using (CLM data collection jobs, DCC or Insight Data Manager ETL) is successful.
2) The user that runs the report has no access to the project areas where the data comes from. Check that the user can access the projects.
Best Regards,
Francesco Chiossi
2 common causes for reports not returning data are the following:
1) The data was not collected into the data warehouse. Check the data warehouse tables and views involved in the report to see if there is data. To find the tables you can either use the SQL queries in the logs or the data dictionaries:
Reporting data dictionaries
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.rational.reporting.overview.doc/topics/c_reference_datadictionary.html
Also check that the ETL process you are using (CLM data collection jobs, DCC or Insight Data Manager ETL) is successful.
2) The user that runs the report has no access to the project areas where the data comes from. Check that the user can access the projects.
Best Regards,
Francesco Chiossi
Comments
showing 5 of 6
show 1 more comments