Wednesday, September 28, 2011

HRESULTS: FACILITY_USERMODE_VHD


This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.

CodeHRESULTDescription#define
10x803A0001 The virtualization storage subsystem has generated an error. ERROR_QUERY_STORAGE_ERROR
10xC03A0001 The virtual hard disk is corrupted. The virtual hard disk drive footer is missing. ERROR_VHD_DRIVE_FOOTER_MISSING
20xC03A0002 The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum. ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH
30xC03A0003 The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted. ERROR_VHD_DRIVE_FOOTER_CORRUPT
40xC03A0004 The system does not recognize the file format of this virtual hard disk. ERROR_VHD_FORMAT_UNKNOWN
50xC03A0005 The version does not support this version of the file format. ERROR_VHD_FORMAT_UNSUPPORTED_VERSION
60xC03A0006 The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum. ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH
70xC03A0007 The system does not support this version of the virtual hard disk.This version of the sparse header is not supported. ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION
80xC03A0008 The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt. ERROR_VHD_SPARSE_HEADER_CORRUPT
90xC03A0009 Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk. ERROR_VHD_BLOCK_ALLOCATION_FAILURE
100xC03A000A The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt. ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT
110xC03A000B The system does not support this version of the virtual hard disk. The block size is invalid. ERROR_VHD_INVALID_BLOCK_SIZE
120xC03A000C The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk. ERROR_VHD_BITMAP_MISMATCH
130xC03A000D The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk. ERROR_VHD_PARENT_VHD_NOT_FOUND
140xC03A000E The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk. ERROR_VHD_CHILD_PARENT_ID_MISMATCH
150xC03A000F The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk. ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH
160xC03A0010 Failed to read the metadata of the virtual hard disk. ERROR_VHD_METADATA_READ_FAILURE
170xC03A0011 Failed to write to the metadata of the virtual hard disk. ERROR_VHD_METADATA_WRITE_FAILURE
180xC03A0012 The size of the virtual hard disk is not valid. ERROR_VHD_INVALID_SIZE
190xC03A0013 The file size of this virtual hard disk is not valid. ERROR_VHD_INVALID_FILE_SIZE
200xC03A0014 A virtual disk support provider for the specified file was not found. ERROR_VIRTDISK_PROVIDER_NOT_FOUND
210xC03A0015 The specified disk is not a virtual disk. ERROR_VIRTDISK_NOT_VIRTUAL_DISK
220xC03A0016 The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk. ERROR_VHD_PARENT_VHD_ACCESS_DENIED
230xC03A0017 The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk. ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH
240xC03A0018 The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain. ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED
250xC03A0019 The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain. ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT
260xC03A001A The requested operation could not be completed due to a virtual disk system limitation. Virtual disks are only supported on NTFS volumes and must be both uncompressed and unencrypted. ERROR_VIRTUAL_DISK_LIMITATION
270xC03A001B The requested operation cannot be performed on a virtual disk of this type. ERROR_VHD_INVALID_TYPE
280xC03A001C The requested operation cannot be performed on the virtual disk in its current state. ERROR_VHD_INVALID_STATE
290xC03A001D The sector size of the physical disk on which the virtual disk resides is not supported. ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE
300xC03A001E The disk is already owned by a different owner. ERROR_VIRTDISK_DISK_ALREADY_OWNED
310xC03A001F The disk must be offline or read-only. ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE
320xC03A0020 Change Tracking is not initialized for this Virtual Disk. ERROR_CTLOG_TRACKING_NOT_INITIALIZED
330xC03A0021 Size of change tracking file exceeded the maximum size limit. ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE
340xC03A0022 VHD file is changed due to compaction, expansion or offline patching. ERROR_CTLOG_VHD_CHANGED_OFFLINE
350xC03A0023 Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state. ERROR_CTLOG_INVALID_TRACKING_STATE
360xC03A0024 Change Tracking file for the virtual disk is not in a valid state. ERROR_CTLOG_INCONSISTENT_TRACKING_FILE
370xC03A0025 The requested resize operation could not be completed because it might truncate user data residing on the virtual disk. ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA
380xC03A0026 The requested operation could not be completed because the virtual disk's minimum safe size could not be determined. This may be due to a missing or corrupt partition table. ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE
390xC03A0027 The requested operation could not be completed because the virtual disk's size cannot be safely reduced further. ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE

No comments:

Post a Comment