What does NTSTATUS 0xC00002AF (STATUS_DS_CROSS_DOM_MOVE_FAILED) mean?

 
Previous Next
STATUS_DS_CANT_MOD_OBJ_CLASS STATUS_DS_GC_NOT_AVAILABLE

STATUS_DS_CROSS_DOM_MOVE_FAILED

The cross-domain object move did not complete

A cross-domain move is not the same as a rename inside one container. It can involve source and target domain controllers, object identity, SID history, group membership, quotas, trust and replication effects.

This status is best investigated as a multi-DC operation. The object may be valid in the source domain while still failing target-domain constraints or required infrastructure checks.

What to inspect

  • Record the source DN, target DN, source DC and target DC.
  • Check trust, GC availability, object class constraints and name uniqueness in the target domain.
  • Inspect replication and whether a partially moved or conflicting object already exists.

References


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