Site icon EfmSoft

What does Windows error code 8323 (ERROR_DS_ATT_VAL_ALREADY_EXISTS) mean?

 
Previous Next
ERROR_DS_RANGE_CONSTRAINT ERROR_DS_CANT_REM_MISSING_ATT

ERROR_DS_ATT_VAL_ALREADY_EXISTS

The duplicate is a value, not the attribute name

ERROR_DS_ATT_VAL_ALREADY_EXISTS means the requested value is already present for the specified attribute. It matters most for multi-valued attributes such as membership-like or identifier-like properties. The directory compares values under the attribute's equality rules, so two textual inputs that look different to an application can still be the same value to LDAP.

This commonly happens when a provisioning system retries an add change after losing the response, when two controllers perform the same enrollment concurrently, or when the client compares unnormalized data before issuing a change.

How to diagnose and design for it

Compare with nearby schema errors

This code does not say that the attribute is forbidden for the object class. It says that an allowed attribute already contains the value. A forbidden attribute produces ERROR_DS_ATT_NOT_DEF_FOR_CLASS instead.

References


Looking for a different code? Search another status or error code.

Exit mobile version