What does NTSTATUS 0xC0000404 (STATUS_DS_NAME_NOT_UNIQUE) mean?

 
Previous Next
STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED STATUS_DS_DUPLICATE_ID_FOUND

STATUS_DS_NAME_NOT_UNIQUE

The requested directory name is not unique

This status points to uniqueness enforcement in the directory namespace or indexed identity attributes. It is not necessarily the same as an object already existing at the exact same DN; the conflict may involve a unique identifier used for lookup or naming.

Diagnose it by searching the relevant naming context and GC, especially when provisioning code constructs names from display names, aliases, UPNs or legacy account names.

What to inspect

  • Search for existing objects using the exact identifier and normalized forms.
  • Check both the writable domain partition and the Global Catalog when the name must be forest-wide.
  • Review synchronization joins that may be reusing an old object instead of updating it.

References


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