Site icon EfmSoft

What does NTSTATUS 0xC0370007 (STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG) mean?

 
Could be also:
ConstantTypeOS
ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONGHRESULTWindows
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

References


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

Exit mobile version