Windows error 0x0000209A, 8346

Detailed Error Information

DS_ATTRIBUTE_OWNED_BY_SAM[1]

MessageAccess to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
Declared inwinerror.h

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

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 Code8346 (0x209a)

Questions

7votes
2answers

Using OCMock 1.77 for Unit and Application Test with iOS4 and Xcode 4/SDK4.3

I am trying to use OCMock 1.77 for unit and application testing with iOS4 and Xcode 4/SDK4.3. I have followed the instructions to do using OCMock as a static library found here: http://www.mulle-kybernetik.com/software/OCMock/. The unit and application tests run fine without OCMock. When I add OCMock and try to run [...] read more
iphone
objective-c
xcode
ocmock
6votes
2answers

How do I create application tests in a Cocoa Touch Unit Testing Bundle with Xcode 4?

I've created an Xcode 4 project with a Cocoa Touch Unit Testing Bundle. I'm able to create and run logic tests successfully. However, I'm not sure how to create a test as an application test that runs on an iOS device and uses UIKit. When I create a test that [...] read more
iphone
cocoa-touch
unit-testing
2votes
0answers

Logic tests hang in -[MKTileCache init] () after linking AssetsLibrary.framework

My iOS app has a bunch of simple logic tests, which we run in a continuous integration using buildot. Recently I started linking the AssetsLibrary framework to both the main app, and to the logic tests. The logic tests include classes from the main application, which use the framework in [...] read more
ios
alassetslibrary
octest

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