It's all about the answers!

Ask a question

RQMCopyUtility - correct URL


Karen Steele (1.2k1133127) | asked Sep 11, 2:20 p.m.
I have this, it starts, but does not actually do anything so wondering if there is something wrong here with the information - copying from one server to another (source is 5.0.2)

java -jar RQMCopyUtility.jar -s=https:/{servername}:9443/qm/secure/service/com.ibm.qm.integration.service.IIntegrationService/resources/{projectname} -us={username} -pws={password} -d=https://{servername}:9443/qm/{projectname} -artifactType=testplan -artifactId=600 -i=remotescript -l=importlog.txt -force

Because the assets are so big, I need to copy individually by the UUID of the test plan e.g. the 600


Thanks in advance for any help


Comments
Karen Steele commented Sep 12, 7:35 a.m.
I think I have the plan in the wrong place .. would this be correct ?

java -jar RQMCopyUtility.jar -s=https:/{servername}:9443/qm/secure/service/com.ibm.qm.integration.service.IIntegrationService/resources/{projectname} -us={username} -pws={password} -artifactType=testplan -artifactId=600 -d=https://{servername}:9443/qm/{projectname}  -i=remotescript -l=importlog.txt -force

Karen Steele commented Sep 12, 12:33 p.m.

confirmed I had the test plan id in the wrong spot the above works

One answer



permanent link
Karen Steele (1.2k1133127) | answered Sep 12, 12:33 p.m.
java -jar RQMCopyUtility.jar -s=https:/{servername}:9443/qm/secure/service/com.ibm.qm.integration.service.IIntegrationService/resources/{projectname} -us={username} -pws={password} -artifactType=testplan -artifactId=600 -d=https://{servername}:9443/qm/{projectname}  -i=remotescript -l=importlog.txt -force

Your answer


Register or to post your answer.