Windows error 0x00002012, 8210

Detailed Error Information

DS_INCORRECT_ROLE_OWNER[1]

MessageThe requested operation could not be performed because the directory service is not the master for that type of operation.
Declared inwinerror.h

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

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 Code8210 (0x2012)

Questions

0votes
1answer

using SetJob function in printspooler API

I am using a getJobs function I found to get current print jobs in my printer (not print device). So far I can tell how many print jobs are in the queue of my virtual printer, and I have the information from JOB_INFO_ strucs to mess with, but I am [...] read more
c++
printing
print-spooler-api
0votes
2answers

NSRangeException

I'm trying to use two buttons to cycle through an array of images. I'm using a buttonPressed function that identifies the tag of the left or right button, and should change the image that is displayed. Problem is, the function works perfectly when going right (incrementing the array), but if [...] read more
iphone
objective-c
xcode
nsarray

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