What does the message "Key is already set for type stringExtensions" mean?
I recently added a new attribute to a work item and we are hitting errors with it.
My new attribute is an Enumeration List (with a set of string values in the enumeration) and it is added to the Editor as a Picker Enumeration List. When using the Web Client, we are getting the error: "Key is already set for type stringExtensions" when we attempt to add a value from the list and then save the work item. I have no idea what that error message means or what is the issue. Any help?? Susan |
One answer
Hi Susan,
https://jazz.net/forum/questions/110441/synchronize-attributes-results-in-error-running-operation-synchronizing-attributes-key-is-already-set-for-type-mediumstringextensions-key-is-already-set-for-type-mediumstringextensions might give you some ideas. Comments
Susan Hanson
commented May 14 '13, 7:14 a.m.
Not really. Neither actually gives any solution. The client version that is updating the work item isn't an issue in my case, since the web client shows this error, and a 4.0.0.1 Eclipse client actually never gets the selected value from teh dialog box to even be able to save. It is clearly work items created PRIOR to adding this, and most likely these were created either with a 3.0.1 eclipse client or a web client when the server was running 3.0.1 (based on the date when these were created).
Kevin Ramer
commented Sep 12 '13, 4:19 p.m.
Faced with the same issue.
|
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
The steps looks quite correct to me. Have you by any chance renamed the attribute or checked the Allow any value in the presentation?
I haven't renamed the attribute and we also don't get this in all of the work items, just some. I have tried multiple times to resync attributes and nothing seems to work.
I can't find the "Allow any value in the presentation" so I would have to say I haven't check it :-)
Susan
I did a bit more investigation:
1) it only fails on EXISTING work items of this type that were created prior to the new attribute even though I have done a Sync Attributes on the work item.
2) in the Eclipse 4.0 RTC client, the selected items are not even showing up in the Picker Enumeration List presentation in the editor.
NEW work items that are created seem to work fine in both Eclipse and web clients.
I'm going to open a PMR for this.