Site icon EfmSoft

What does NTSTATUS 0xC0380022 (STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_MAXIMUM_REGISTERED_USERSHRESULTWindows
Previous Next
STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID STATUS_VOLMGR_MEMBER_IN_SYNC

STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS

A new notification client cannot be registered

STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS belongs to the notification side of the volume-management interface. The registration table is already at its supported limit, so another client cannot join it.

This status is about management clients, not about users signed in to Windows and not about the number of volumes. The Disk Management remote protocol has an explicit initialization and notification interface; Microsoft notes that clients cannot receive notifications until initialization has established that callback relationship.

Look for leaked or duplicated registrations in the component using Volume Manager. A service that reconnects without unregistering its previous notification identity can exhaust a bounded table even though storage topology is unchanged.

What to inspect

References


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

Exit mobile version