Failure to copy the project in RQM from one server to another.
Hello, I am trying to copy the RQM project artifacts from the one server to another server by using RQM copy Utility by using following command: --------------------------------------------------------------- -s=https://myRQMServerA:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/RQMProjectA -us=Admin -pws=Admin- d=https://myRQMServerB:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/RQMPorjectB -ud=Admin -pwd=Admin - l=importlog.txt -f -a=testscript ------------------------------------------------------------------------------------ It is throwing below error. Any thought and suggetion why I am encoutering error. Is there any other option to copy RQM project artifacts from one server to other server.
Apr 25, 2014 10:38:32 AM com.ibm.rqm.ct.util.Logger logInfo
|
Accepted answer
The CopyUtility uses project area alias instead of UI project area name for source and destination Project Area.
error 400 means bad request, so the first is to check if you have the right project area alias for both source and destination. Running https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects to find out your RQMProjectA and RQMProjectB project alias. Some other check points are: 1) make sure permission/license for the user are correct(GET/PUT): https://jazz.net/wiki/bin/view/Main/RqmApi#Permissions for both source and destination projects 2) The CopyUtility should be the same version as your RQM. 3) Source and destination projects should be from the same version of RQM Pradeep Basnet selected this answer as the correct answer
Comments Thanks Don, Now it works. As you mentioned it was the alias issues. Thanks, Pradeep
Don Yang
commented Apr 28 '14, 7:41 p.m.
Thanks for the update and glad to know it works for you.
|
One other answer
Hi Pradeep,
Are you sure there is not typo in the destination? Should that be RQMProject not RQM Porject? d=https://myRQMServerB:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/RQMPorject Thanks, Brett |
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.