Windows error 0x000021C0, 8640

Detailed Error Information

DS_DISALLOWED_NC_REDIRECT[1]

MessageThe redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller.
Declared inwinerror.h

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

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 Code8640 (0x21c0)

Questions

3votes
1answer

Crash happens on iOS 5

So my app was sent in and rejected. They said it crashed on iOS 5. I'm still pretty new to iPhone programming and I'm having difficulty reading the crash logs they sent. The said this along with the crash logs. > We found that your app crashed on iPhone 4 [...] read more
iphone
ios
ios5
0votes
1answer

Rejected for crashing on launch

So my app is apparently crashing on launch. Your app crashed on both Wi-Fi and cellular networks on launch. What I don't understand is even after downloading Xcode 4.2 and trying it out on iOS 5 like they had done in the simulator I'm still not seeing any crashes. Here [...] read more
iphone
ios
ios5

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