It's all about the answers!

Ask a question

Regarding the maximum limit on the query results in RTC


nagaraju varaparla (111) | asked Jun 03 '14, 7:06 a.m.
 Hi,
   I am using BIRT to get all the children associated with an initiative recursively.
for this I am trying to get all the rows from the links table with LINK_TYPE as 'com.ibm.team.workitem.linktype.parentworkitem'
 and then traverse the dataset using javascript to get the .parent child tree. 
The problem is the query results from LINKS table is limited to 1000. 
i followed 
https://jazz.net/forum/questions/126270/rtc-eclipse-client-query-results-limitted-to-1000-rows-how-to-retrieve-rows-after-1000
and changed "Maximum Query result set size"  to 10000.
but still i am getting the number of rows in dataset as 1000.
even i tried by restarting the server also, but still it is showing 1000.

can you please provide any suggestions ?

regards,
Nagaraju.V

Accepted answer


permanent link
Krzysztof Kaźmierczyk (7.5k480103) | answered Jun 18 '14, 5:14 a.m.
edited Jul 20 '15, 6:52 a.m.
Hi Nagaraju,
There is a limit of 10000 work items in report preview in BIRT. See this thread: https://jazz.net/forum/questions/105234/why-birt-report-across-multiple-rtc-projects-do-not-list-all-wis-which-would-have-otherwise-listed-project-by-project.
that should help.
Ralph Schoon selected this answer as the correct answer

2 other answers



permanent link
heba Ishaq (2122) | answered Jun 10 '14, 11:40 a.m.
 Hi Nagaraju,
I tried to change the Max Query Result Set Size and it is able to pick up the changes. I do not have 10000 to test if it works on such large number of results but I tried 3 and 100 and both works for me. Do you mind trying 1500 resutls. for that go to Web UI, CCM Admin, Advanced Properties in the Web UI: https://[server]:[port]/ccm/admin#action=com.ibm.team.repository.admin.configureAdvanced  and set the value to 1500 and see if that gets picked up. Also, 10000 is a very large number and it might cause JTS performance issue. Once you make the changes you do not need to restart the server. It will pick up the changes automatically. let me know if the above test works. Thank you

permanent link
Albert Yao (5411322) | answered Jul 20 '15, 10:06 a.m.
In the thread:
Which is the correct number?

Your answer


Register or 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.