What does NTSTATUS 0xC019005C (STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH) mean?

 
Previous Next
STATUS_TRANSACTION_INTEGRITY_VIOLATED STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT

STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH

STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH means that the transaction-manager identity supplied by the caller differs from the identity recorded in the manager’s log. KTM therefore cannot safely treat the log as the state of the manager the caller is trying to create or open.

This is distinct from a missing manager or a recovery name collision. The log was found and examined, but its recorded identity conflicts with the requested one. Common investigation points are a reused log path, copied deployment data, or changed manager configuration.

The manager identity and the persisted log do not belong together

  • Capture the configured TM identity and log location without overwriting the existing log.
  • Verify whether the log belongs to an earlier manager instance, another machine image, or an intentionally restored backup.
  • Restore the matching configuration or provision a separate log according to the component’s recovery design; do not force a new identity onto old state.

References


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