RQM Copy Util: What is urn:com.ibm.rqm:attachment and migration is taking a very long time
Accepted answer
Could you be copying the attachments to the same server/project area?
Can you confirm the actual number of attachments in the source and destination project areas (see https://jazz.net/wiki/bin/view/Main/RqmApi#ResourcesFootnote6)?
Also, can you post your RQM Copy Utility command?
Comments
So when I first started trialling the migration tool, I performed the migration between 2 RQM projects on the same RQM Server. Could this have caused the issue.
Also the command I run is:
java -jar RQMCopyUtility.jar -s=https://<Hostname>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectName> -us=<UserName> -pws=<Password> -d=https://myhost2:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectName> -ud=<UserName> -pwd=<Password> -l=importlog.txt <o:p> </o:p>
I would agree that this sounds like a defect. Please open a defect.
1 vote
I have just verified this, created a new Server (tomcat) and created two Projects. With no attachments I ran the Copy Utility and it worked fine, as soon as I added an attachment on the source project and reran the Utility, on every run it would double the amount of attachments copied.