What does NTSTATUS 0xC03A002A (STATUS_VHD_CHANGE_TRACKING_DISABLED) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_CHANGE_TRACKING_DISABLEDHRESULTWindows
Previous Next
STATUS_VHD_INVALID_CHANGE_TRACKING_ID STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION

STATUS_VHD_CHANGE_TRACKING_DISABLED

STATUS_VHD_CHANGE_TRACKING_DISABLED means no resilient change-tracking information is available because tracking is disabled for the selected virtual disk. This is a feature-state result, not proof that the VHD or VHDX container is damaged.

It differs from STATUS_VHD_INVALID_CHANGE_TRACKING_ID, where a particular baseline identifier is not acceptable, and from STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION, where tracking-related data is absent for a requested context. Here the prerequisite tracking capability itself is off.

Do not treat it as a generic disk error

  • Identify whether the caller is a backup, replication or inventory component expecting RCT changed ranges.
  • Record the virtual-disk lifecycle and management state before changing tracking settings or rebuilding a baseline.
  • Use the provider's documented enablement and baseline workflow; enabling tracking does not reconstruct changes from earlier periods.

References


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