Welcome to the Jazz Community Forum
ClearQuest import of attachments with different fieldname

I have an internal customer migrating ClearQuest defects to Jazz Work Items in RTC using the ClearQuest Importer. One CQ record type in the user database has a field they created of type ATTACHMENT_LIST but the field name in ClearQuest is not called Attachments (its called MercverFiles). We've included this in the result set of the query used on the import but the export to a zip file xml fails with this error...
com.ibm.team.interop.service.managers.clearquest.common.ERException: CQ Error - CRVAP0002E Resource not found: cp.record:PatchRequest/WTX00004000/Attachments/dstxver_windows.txt@RTP.WTX/WTX
Is there a way around this so we can get the CQ Importer to except the fieldname difference?
Is there a way around this so we can get the CQ Importer to except the fieldname difference?
2 answers

One thing to consider is to whether you can rename field "MercverFiles" to "Attachments". Of course, you want to make sure that you don't have another field called "Attachments" yet and you don't have hook code that looks for a hard-coded field name "MercverFiles". Testing with a copy of your db will be a good idea.
Thanks
- Yuhong
Yuhong Yin
Dev Manager, CC-RTC/CQ-RTC Connectors and Integrations Team
Thanks
- Yuhong
Yuhong Yin
Dev Manager, CC-RTC/CQ-RTC Connectors and Integrations Team