Workaround 1
Clear all the duplicates in the Source environment
Workaround 2
By default we use the distinguishedName to uniquely identify Domino objects. It is possible to choose to specify one or more different attributes by which to uniquely identify Domino objects by using SourceUniqueAttrs in the configuration.xml.
Example changing SourceUniqueAttrs to use the Notes UNID instead:
<SourceUniqueAttrs>unid</SourceUniqueAttrs>
Example using multiple attributes. Pipe character separates attribute names:
<SourceUniqueAttrs>distinguishedName|employeeID|department</SourceUniqueAttrs>
- Open the configuration.xml
- Find the Director Connector Name
- add <SourceUniqueAttrs>distinguishedName|mail</ SourceUniqueAttrs> under the Connector Setting of the connector with the PRIMARY KEY error.
- Save configuration.xml.
- Click Activate in the CMN console.
- Run the connector.