It's all about the answers!

Ask a question

Exporting testscripts from RQM


Deepa Srini (61) | asked Dec 26 '11, 12:13 a.m.
Hi all,

I am using RQM 3.0.1.I tried exporting testscripts from RQM using RQMUrlUtility.jar by running the appropriate "GET" command from the command prompt, which would generate an xml file containing the details of testscripts.There were 182 testscripts in RQM.But to my surprise, the xml had only 50 entries, which means only 50 of the 182 testscripts were exported.Do we have this limit while exporting assets from RQM?

Thanks.

3 answers



permanent link
Deepa Srini (61) | answered Dec 28 '11, 1:54 a.m.
any idea on this pls?????

permanent link
Patrick Van Zandt (1.2k1) | answered Dec 28 '11, 7:58 p.m.
JAZZ DEVELOPER
any idea on this pls?????


What URL are you requesting?

What is the XML being returned?

I am guessing that you are looking at a paginated feed, and that your server is set to return 50 results per page. Look at the bottom of the XML -- is there a "next" link? If yes, do a GET on that URL to get the next page of results.

Cheers,
Patrick

permanent link
Paul Slauenwhite (8.4k12) | answered Jan 03 '12, 12:08 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Patrick is correct. You are seeing the first 50 results in your paged feed. You can:

-Increase the Max Feed Entries/Page (under com.ibm.rqm.integration.service.internal.IntegrationService) in Advanced Properties (http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.jazz.repository.web.admin.doc/topics/tconfigproperties.html).

and/or

-Request the subsequent pages from the feed.

For more information, see https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds.

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.