Windows error 0x00002185, 8581

Detailed Error Information

DS_MODIFYDN_DISALLOWED_BY_FLAG[1]

MessageA system flag has been set on the object and does not allow the object to be moved or renamed.
Declared inwinerror.h

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

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 Code8581 (0x2185)

Questions

7votes
1answer

SIGPIPE exception in iOS Project With BUMP API Integrated

I am experiencing a SIGPIPE error in my Xcode Project. This error has been started showing since one week before. If I commented this method call : [self configureBump]; everything works fine. I had integrated BUMP API in my project. This API is working till one week before without any [...] read more
objective-c
ios6
bump
sigpipe
2votes
5answers

Changing name of ViewController causes app to crash?

I created a new View-based iPhone app in XCode (4.0) using iOS SDK 4.3. I then changed the name of the ViewController from MyProjectNameViewController to LoginViewController. I also replaced every single instance I could find of MyProjectNameViewController with LoginViewController, and I have double checked all of the links in interface [...] read more
iphone
xcode
cocoa-touch
ios4
uiviewcontroller
1vote
0answers

PFLoginViewController and Facebook Login: couldn't login

I'm currently experiencing a problem with the PFLoginViewController and Facebook Login process. I set up the FB app from the developer page, I put the APP id e secret ID in the Parse App setting in the Authorization tab then I add a URL scheme and FacebookAppID e DisplayName as [...] read more
objective-c
facebook
login
parse-platform

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