What does HRESULT 0xC03A0029 (ERROR_VHD_INVALID_CHANGE_TRACKING_ID) mean?

 
Could be also:
ConstantTypeOS
STATUS_VHD_INVALID_CHANGE_TRACKING_IDNTSTATUSWindows
Previous Next
ERROR_VHD_METADATA_FULL ERROR_VHD_CHANGE_TRACKING_DISABLED

ERROR_VHD_INVALID_CHANGE_TRACKING_ID

ERROR_VHD_INVALID_CHANGE_TRACKING_ID means a backup, replication, or management operation supplied a change-tracking identifier that does not belong to the current virtual disk state.

What to check for ERROR_VHD_INVALID_CHANGE_TRACKING_ID

  • Check whether the VHD/VHDX was replaced, restored, converted, or moved since the last incremental operation.
  • Follow the backup product procedure to reset the incremental baseline or run a new consistency/full backup.
  • Do not copy or fabricate change-tracking identifiers between disks or hosts.

Microsoft: Hyper-V backup approaches

Microsoft: Get-VHD

Microsoft: Hyper-V antivirus exclusions

Diagnostic interpretation

This result has the HRESULT value 0xC03A0029. AllStat records the condition as “The specified change tracking identifier is not valid.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the vhd / change / tracking / id operation.
  • Preserve the first failure in the call chain; a later HRESULT can describe cleanup rather than the original vhd / change / tracking / id condition.

Retry and recovery

Do not retry an unchanged request after ERROR_VHD_INVALID_CHANGE_TRACKING_ID. Change the confirmed precondition first, then rerun the original path and record the next result and final object state.


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