Site icon EfmSoft

What does HRESULT 0xC035000D (ERROR_HV_INVALID_PARTITION_ID) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_PARTITION_IDNTSTATUSWindows
Previous Next
ERROR_HV_PARTITION_TOO_DEEP ERROR_HV_INVALID_VP_INDEX

ERROR_HV_INVALID_PARTITION_ID

Partition IDs identify a live hypervisor object, not a permanent VM name

ERROR_HV_INVALID_PARTITION_ID means no current partition matches the numeric identifier passed to the hypercall. A management VM name, HCS identifier, and hypervisor partition ID are different namespaces. Partition IDs become stale when the partition is finalized and deleted, even if software immediately creates a replacement for the same configured VM.

Trace where the ID was obtained and tie it to a partition generation. Cancel queued VP, property, register, and device operations when deletion begins. If the target is intended to be the caller itself, use the documented self identifier where the hypercall permits it instead of caching a value discovered through another control path.

Stale-identifier checks

References


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

Exit mobile version