It's all about the answers!

Ask a question

No mapping defined for value "" in CQ connector


Thomas Loeber (62237950) | asked Feb 20 '10, 8:36 a.m.
JAZZ DEVELOPER
I'm getting the following incoming synchronization error with the ClearQuest connector.
Incoming at 2/20/10 8:27:30 AM EST
Error occurred:
com.ibm.team.repository.common.TeamRepositoryException: There is no mapping defined for value "" of property "Resolution" in synchronization rule com.ibm.rational.clearquest.UCMInterop.Defect

This is a sandbox environment with RTC and CQ Connector 2.0.0.2 with ClearQuest 7.1.1. Mapping a CQ Defect to RTC work item. Any clue as to how to fix this? I cannot map a blank external value.

2 answers



permanent link
Lorelei Ngooi (1.5k22) | answered Feb 22 '10, 9:25 a.m.
JAZZ DEVELOPER
Add a value mapping to the Resolution field where the blank external value is mapped to the "Unresolved" item value.

Here's an example of what the source will look like:

<valueMapping>
<externalValue></externalValue>
<itemValue>Unresolved</itemValue>
<defaultExternalValue>false</defaultExternalValue>
<defaultItemValue>false</defaultItemValue>
</valueMapping>

permanent link
Thomas Loeber (62237950) | answered Feb 22 '10, 12:25 p.m.
JAZZ DEVELOPER
Add a value mapping to the Resolution field where the blank external value is mapped to the "Unresolved" item value.

Here's an example of what the source will look like:

<valueMapping>
<externalValue></externalValue>
<itemValue>Unresolved</itemValue>
<defaultExternalValue>false</defaultExternalValue>
<defaultItemValue>false</defaultItemValue>
</valueMapping>


Thanks. That got me past that error and on to another one. See this post...
http://jazz.net/forums/viewtopic.php?t=9285

Your answer


Register or to post 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.