We are exporting the default solution from one CRM 2011 organisation, and trying to import it into another CRM 2011 (on a different server). Both are on update rollup 16.
We get this error in the trace log
Crm Exception: Message: Import failed, ErrorCode: -2147188706, InnerException: System.ArgumentException: An item with the same key has already been added
and this error in the import log
Form | Contract | Failure | 0x80044150 | An item with the same key has already been added. |
Comparing the attributes in the Contract entity we found a difference in upper/lower case in the schema name for one attribute.
We deleted this attribute from the original organisation, re-exported the default solution, and tried importing again.
Same error in the same place.
Can anyone help get this sorted please?