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

RQMUrlUtility download testscript got error code 500

 Hi, I was trying to use the RQMUrlUtility tool to download xml data of some testscript from the server. I can successfully download some testscripts but some of them got me error code 500 and I noticed thet those failed ones all have scripttype as command line script. And those I successfully downloaded are of scripttype manual.


Is is the limitation of the tool or is there anything special about command line testscripts and what should I do to download them using the tool?

Thank you!

0 votes

Comments

what command did you try with to download command line script and manual script?
what is your RQM and URLUtility version?

I tried with some automation script like RFT, it does not have any problem(in v6.0.2).

  Hi Don, 


I was using RQMUrlUtility.jar towards a 6.0.2 server. 

My command looks like this:

"java -jar <path-to-RQMUrlUtility.jar> -command PUT -user <username> -password <password> -filepath <filepath> -url https://<domain>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectArea>/testscript/urn:com.ibm.rqm:testscript:<number here>-context qm"



One answer

Permanent link

PUT command is to update the existing test script not to download.
I tried with the below and it works for me on RFT script:

java -jar RQMUrlUtility.jar -command GET -user don -password don -filepath script.xml -url https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE+Banking+%28Quality+Management%29/remotescript/urn:com.ibm.rqm:remotescript:299

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: Jul 17 '17, 2:21 p.m.

Question was seen: 3,458 times

Last updated: Jul 25 '17, 8:03 p.m.

Confirmation Cancel Confirm