CQTM migration to RQM with custom attachment field defined in CQTM
Hi guys,
I have a CQTM 7.1.0 to RQM 3.0.1.3 with a custom field in CQ schema named "Attachments" of time Attachment_list I have changed the migration.cfg with the following line <mapping from="Attachments" to="attachment" file="true"/> When running the export to RQM I receive the following error, exporting TMTestCase record 6 of 97 : CPF0008_Volcado_Ficheros Couldn't make path for file 33555426Couldn't make path for file user.logCouldn't make path for file 10534Couldn't make path for file response: HTTP/1.1 200 OK Do you have any idea of what could be origin of this problem? |
2 answers
Hi Luis,
You can use the RQM URL Utility, Poster and/or HttpRequester to work-around the error using the following steps: 1) Upload the attachments to RQM. 2) Associate the attachments to RQM resources (e.g. test case). Please see your PMR for more details. |
Hi guys,
Thanks a lot for your comments. As Zhou has mention we have use RQM URL utility to upload attachments to a PA in RQM and put HTTP request to associate uploaded attachment with specific TC. The most difficult was to find the correct PUT xml to upload to RQM. I'm doing a PERL script that grab attachments from CQTM through CQ API, runs RQM URL Utility and put http request under specific and existing TC or TP in RQM. Once the script is working I will let you know how it works. Thanks again. |
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
hi Luis, as we discussed in ST, I think everything goes well with RQM Url Uitility. If any other question please post comment or ping me in ST.