Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes

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.


Accepted answer

Permanent link
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

1 vote

Comments

2 will require that you either have access to the RTC host or those who can will provide you the information.


Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,023

Question asked: Sep 29 '14, 7:32 a.m.

Question was seen: 2,851 times

Last updated: Sep 30 '14, 2:36 a.m.

Confirmation Cancel Confirm