Does the Copy Utility support RQM3.0 RC3?
Hi,
Just wondering if the Copy and URL utility support RQM3.0 RC3? I didn't notice those utilities are in the download page for RQM3.0 RC3. Then I went ahead and tried to copy some artifact from RQM2.0.1 to RQM3.0 RC3. I kept getting the following error even though I'm sure my login is correct and the destination url is correct:
com.ibm.rqm.ct.util.Logger logError SEVERE: Error logging in to destination. Return Code: 404
Here is the command I used:
java -jar RQMCopyUtility.jar -s=https://rqm2:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TProj -us=admin -pws=admin -d=https://rqm3:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TProj -ud=admin -pwd=admin -l=import.html
If hitting the destination url directly in a web browser, it shows a blank page. If hitting the same url with /testcase it will display test case ATOM feed for that project with a blank list, as it's a empty project at the moment.
Any suggestion how to make it work? Thanks.
Just wondering if the Copy and URL utility support RQM3.0 RC3? I didn't notice those utilities are in the download page for RQM3.0 RC3. Then I went ahead and tried to copy some artifact from RQM2.0.1 to RQM3.0 RC3. I kept getting the following error even though I'm sure my login is correct and the destination url is correct:
com.ibm.rqm.ct.util.Logger logError SEVERE: Error logging in to destination. Return Code: 404
Here is the command I used:
java -jar RQMCopyUtility.jar -s=https://rqm2:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TProj -us=admin -pws=admin -d=https://rqm3:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TProj -ud=admin -pwd=admin -l=import.html
If hitting the destination url directly in a web browser, it shows a blank page. If hitting the same url with /testcase it will display test case ATOM feed for that project with a blank list, as it's a empty project at the moment.
Any suggestion how to make it work? Thanks.
One answer
The 2.X version of the Copy Util only works if the context root is "jazz". In new 3.0 installs, your context root very well may be "qm", or even a different value.
The Copy Util that will be on the RQM 3.0.1 GA downloads page will include an update that supports any context root.
The Copy Util that will be on the RQM 3.0.1 GA downloads page will include an update that supports any context root.