Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

Exporting testscripts from RQM

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.

0 votes



3 answers

Permanent link
any idea on this pls?????

0 votes


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

0 votes


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

0 votes

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

Question asked: Dec 26 '11, 12:13 a.m.

Question was seen: 5,440 times

Last updated: Dec 26 '11, 12:13 a.m.

Confirmation Cancel Confirm