To display report information, use an external reporting product such IBM® Rational® Insight or Business Intelligence and Reporting Tools (BIRT).
You can use Rational Insight to generate reports from IBM Rational Asset Manager data and other Rational products. Rational Insight is a common reporting solution that helps you get consistent metrics from across the organization and tool sets to objectively measure status and progress. It implements standard measurements, reports, and dashboards to provide accurate insight into systems and software delivery. For more information, see: http://publib.boulder.ibm.com/infocenter/rentrpt/v1r0m0/index.jsp and Configure Rational Insight for Rational Asset Manager
Managing software assets goes beyond submitting them to a repository and managing them through consumption. Over time, looking at the changing elements, the models and trends of asset details, consumption use cases, and users information can help companies evaluate the needs of their current business strategies.
Users with different roles need different reports:
Business analysts, administrators, asset owners, and asset consumers need different information to evaluate the repository use. For example, administrators want to know when a role was given to a user. Asset owners want to know who is subscribed to their assets. Asset consumers want to know what the most popular assets are.
Users can generate reports without needing technical knowledge.
The data that is used in the reports comes from a user-created URLs that return repository and asset information. The data is XML that can either be downloaded from a web browser or accessed directly from a reporting tool like BIRT. Different report paths, or URLs, return different types of data. Report paths can also take parameters that allow for query-like functionality; for example, the fromTime and toTime parameters can be used to retrieve only activities that occurred between timestamps.
Reporting URLs use the Rational Asset Manager web services URL, /reporting/, and then one or more report paths and parameters (ReportPath:Parameter=ParameterValue) that determine the data. The following example shows the basic syntax:
http://Host Name:Port/ram.ws/reporting/ReportPath:Parameter=ParameterValue
If the report takes multiple parameters, separate multiple parameters by using commas:
http://.../reporting/ReportPath:Parameter1=Parameter1Value,Parameter2=Parameter2Value
Sometimes to create reports, you must use multiple report paths. Separate multiple report paths with a vertical bar (|)
To learn about the report paths that you can use to create URLs, view sample reports, and combine data URLs so that the result of one URL can become the parameter for another URL, see the references at the end of this topic.