NDS error: duplicate value (-614) on Generic LDAP Export to NetIQ eDirectory
Dear community,

using the Generic LDAP Agent, the latest eDirectory (8.8.SP8 (20806.01) and FIM Version (4.1.3627.0)) I encounter the following problem in very special situations (namely when the value in eDirectory only differs from the FIM value by different upper/lower case letters:
NDS error: duplicate value (-614)

DirectoryOperationException: (0) 0 Server Message: The attribute exists or the value has been assigned.

April 15th, 2015 4:16am

I don't see that as a Problem, when it is in fact doing string comparison.  You may need to write an advanced flow rule to simply say something like this

CSHARP Snippet.  (if not equal, case does not matter)

if !(csentry["co"].ToUpper().Equals(mventry["co"].ToUpper()))

{

 csentry["co"].Value =mventry["co"].Value ;

Free Windows Admin Tool Kit Click here and download it now
April 15th, 2015 8:00am

Thank you very much for your reply!

I will write Rules extensions as you suggested. But I need to call this function for almost any attribute which might slow down the replication.

Best regards,
Rainer

June 17th, 2015 2:49pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics