Windows error 0x0000212F, 8495

Detailed Error Information

DS_CR_IMPOSSIBLE_TO_VALIDATE[1]

MessageThe directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
Declared inwinerror.h

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

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 Code8495 (0x212f)

Questions

5votes
1answer

Getting to the bottom of crash

I have the following crash that I can't replicate on demand but does happen enough to get noticed by the users. This crash report has been symbolicated as well. How would you find out the cause!!! This only seems to happen on 4.1 Exception Type: SIGSEGV Exception Codes: SEGV_ACCERR at [...] read more
iphone
debugging

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