BIRT Loading error in RTC
Hi,
After deploying the BIRT report file in RTC ,while trying to fetch/run it via RTC web client seamlessly its showing me Loading..... RTC version :4.0.3 BIRT ; 2.6.2 Any solution to overcome this problem |
Accepted answer
Hi Abhinav,
You can try debugging the report in following way: 1. Narrow down the report to e.g reduce number of work items displayed there 2. If this does not help, you can add following line in the report e.g. in onFetch() method: java.lang.System.out.println("ROW: " + row["WHATEVER_COLUMN"] + ", " + row["WHATEVER_COLUMN"]); Then this will be logged to your WAS sysout.log file. Abhinav Mishra selected this answer as the correct answer
Comments
Kevin Ramer
commented Sep 29 '14, 2:47 p.m.
2 will require that you either have access to the RTC host or those who can will provide you the information. |
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.
Comments
I would suggest you use Firebug or something similar to find out what is being sent to/from the server after you "run" the report.