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!
One answer
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
Comments
Don Yang
Jul 17 '17, 9:05 p.m.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).
Ren Zhang
Jul 17 '17, 9:23 p.m.Hi Don,