Windows error 0x00002011, 8209

Detailed Error Information

DS_NO_MORE_RIDS[1]

MessageThe directory service has exhausted the pool of relative identifiers.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80072011.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code8209 (0x2011)

Questions

0votes
0answers

What is the right sequence to start VMX root operation in Linux

I am working on a Linux kernel module (KVM and KVM_intel have already been unloaded) to test Intel's VMX function. And now I am wondering the pre-requisite of entering VMX root mode. My kernel modules uses Linux file system interface to provide a device interface to user space program to [...] read more
linux
x86
virtualization

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0