Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

No mapping defined for value "" in CQ connector

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.

0 votes



2 answers

Permanent link
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>

0 votes


Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 20 '10, 8:36 a.m.

Question was seen: 4,585 times

Last updated: Feb 20 '10, 8:36 a.m.

Confirmation Cancel Confirm