Windows error 0x000021B9, 8633

Detailed Error Information

DS_DRA_MISSING_KRBTGT_SECRET[1]

MessageThe replication operation failed because the required attributes of the local krbtgt object are missing.
Declared inwinerror.h

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

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 Code8633 (0x21b9)

Questions

2votes
1answer

Making Box iOS SDK WebAPI and Google Analytics iOS SDK 2.0beta3 work together

Independently they work great. Tried on device with iOS 5.1 and on iOS simulator 6.0. I get the following error when I try to use them together: 2012-12-07 14:28:53.229 FotoInBox[1962:1cd03] Hit URL: http://www.google-analytics.com/collect 2012-12-07 14:28:53.231 FotoInBox[1962:1cd03] Method: POST 2012-12-07 14:28:53.232 FotoInBox[1962:1cd03] Header User-Agent: GoogleAnalytics/2.0b3 (iPad Simulator; U; CPU iPhone OS [...] read more
ios
google-analytics
box-api
1vote
2answers

UIButton in UITableViewCell crashes when clicked

This should be simple, but I can't figure out what's wrong. I'm creating a tableview and I want a button that I can click to switch between checked and unchecked: UITableViewCell *cell; cell = [tableView dequeueReusableCellWithIdentifier:DiaperCellIdentifier]; if (cell == nil) cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:DiaperCellIdentifier] autorelease]; wetButton = [[UIButton [...] read more
iphone
uitableview
uibutton

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