ERROR_DS_SRC_NAME_MISMATCH - 8484 (0x2124)

Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object.

Updated: Feb 21, 2026

Technical Meaning

The error code ERROR_DS_SRC_NAME_MISMATCH (8484, 0x2124) is returned when an object move operation in a cross-domain scenario fails due to a discrepancy between the source and destination names of the object. This indicates that either the source or the destination does not have the latest version of the object's name.

Error Details

This error typically occurs during directory services operations, such as moving objects within an Active Directory environment across different domains. The operation requires both the source and destination to agree on the current name of the object being moved. If they do not, this error is generated to indicate a failure in the operation.

Usage Context

This error code is relevant in scenarios where directory services operations are performed, particularly when moving objects between domains. It can be encountered during administrative tasks such as managing user accounts, group memberships, or other object properties within an Active Directory infrastructure.

Developer Interpretation

Developers should interpret this error as a failure in the cross-domain move operation due to a name mismatch. This could indicate issues with synchronization, outdated information, or incorrect configuration of the directory services environment. Developers should ensure that all relevant systems are up-to-date and correctly configured before performing such operations.

Related Errors

  • ERROR_DS_SRC_PATH_INVALID (8472, 0x2118): Indicates an invalid source path during a move operation.
  • ERROR_DS_DST_PATH_INVALID (8496, 0x2130): Indicates an invalid destination path during a move operation.

FAQ

Q: What does the error code ERROR_DS_SRC_NAME_MISMATCH signify?

A: It signifies that there is a mismatch between the source and destination names of an object being moved in a cross-domain scenario. This can occur due to outdated or incorrect information on one side of the move operation.

Q: How can I resolve this error?

A: Ensure that both the source and destination systems are synchronized and up-to-date with the latest version of the object's name before performing the move operation.

Summary

The ERROR_DS_SRC_NAME_MISMATCH (8484, 0x2124) is a specific error code indicating a failure in a cross-domain move operation due to a mismatch between the source and destination names. Developers should ensure proper synchronization and configuration of directory services environments to avoid this error.