| Previous | Next |
| STATUS_VID_PARTITION_NAME_TOO_LONG | STATUS_VID_PARTITION_ALREADY_EXISTS |
STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG
The VID message queue name is too long
STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG is specific to a host-side VID message queue. It should not be collapsed into a partition-name problem, because queues have their own namespace and lifecycle.
Message queues are used by the virtualization infrastructure to deliver work between components in the management partition. A name-length failure means queue creation or lookup never reached the point where queue contents matter.
The name generated for a VID message queue exceeds the limit accepted by that host object namespace. Inspect the exact queue identifier after all prefixes, generated IDs, and imported metadata have been applied, because the display name shown for the VM may not be the string VID receives.
What to inspect
- Capture the generated queue name and the operation that created it.
- Check whether device, memory-block, or notification identifiers were appended repeatedly.
- Look for recent VM import, checkpoint restore, or service retry code that may have duplicated a name component.
References
- Microsoft TLFS: inter-partition communication
- Microsoft TLFS: HV_MESSAGE
- Microsoft: Hyper-V architecture
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.