RQMCopyUtility - correct URL
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
|
One answer
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
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.
Comments
confirmed I had the test plan id in the wrong spot the above works