What does NTSTATUS 0xC0000801 (STATUS_DS_DOMAIN_RENAME_IN_PROGRESS) mean?

 
Previous Next
STATUS_DISK_REPAIR_DISABLED STATUS_DISK_QUOTA_EXCEEDED

STATUS_DS_DOMAIN_RENAME_IN_PROGRESS

A domain rename is in progress

Domain rename is a forest-wide operation coordinated through dedicated tooling and directory metadata. While that operation is active, Active Directory blocks changes that could conflict with the rename script or produce inconsistent naming state.

Do not treat this as a normal transient retry. Determine the current rendom phase, whether all domain controllers have executed the script, and whether cleanup has completed.

What to inspect

  • Check the domain rename tool state and forest update script status.
  • Verify that all DCs have replicated the rename metadata.
  • Do not start unrelated domain, trust or naming operations until the rename has been completed or rolled back according to procedure.

References


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