Windows error 0x00002009, 8201

Detailed Error Information

DS_MEMBERSHIP_EVALUATED_LOCALLY[1]

MessageThe directory service evaluated group memberships locally.
Declared inwinerror.h

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

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 Code8201 (0x2009)

Questions

2votes
1answer

NSObject's 'description' method giving parentheses as output?

So, I'm debugging an app I'm building and using the description method to help me find the problem. But instead of giving me the app as a string it is printing out parentheses instead. Please help! Here's the code: - (void)viewDidLoad { [super viewDidLoad]; reminders = [[NSMutableArray alloc] init]; currentTitle [...] read more
iphone
nsobject
0votes
1answer

Strange crashes when using MPMoviePlayerController in iPad and iPad simulator with iOS 4.2

I'm getting crashes when trying to play a movie using MPMoviePlayerController on the iPad and in the iPad simulator using iOS 4.2. I am building using xcode 3.2.5 and the 4.2 SDK. When running on an iPad using iOS 3.2 or in the iPad simulator 3.2, the same code works [...] read more
ipad
mpmovieplayercontroller

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