Query the BIRT Snapshots(Workitem,Common Snapshot through java
Can I query the Snapshot tables through Java?Please provide an example
|
One answer
Hi Mridula,
This is rather BIRT question that RTC. You can find on stackoverflow how to set datasource: http://stackoverflow.com/questions/3244468/how-to-set-a-datasource-for-a-birt-report-programmatically. Getting it should be similar. Anyway I am a little worried about your test case. What is the reason that you want to fetch BIRT snapshots programatically instead of using existing reporting solutions (BIRT, JRS, RRDI or Insight)? Comments Hi,
What is the driver class I should use for the jazz data source...connection string all?
I want to extract the information provided by the snapshots.
1
Donald Nong
commented Apr 29 '15, 11:46 p.m.
If you want to build a Java application to has reporting capability, you probably need to build it on top of the BIRT framework and RTC. Once you have both installed in the same Eclipse shell, you should create a new BIRT data source of the type "Jazz Data Source" to access the snapshots. 1
If you just need access to the data, I would recommend using JDBC to connect to the data warehouse and SQL for the queries.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.