Windows error 0x00002108, 8456

Detailed Error Information

DS_DRA_SOURCE_DISABLED[1]

MessageThe source server is currently rejecting replication requests.
Declared inwinerror.h

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

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 Code8456 (0x2108)

Questions

1vote
1answer

My Application Crashes While Running In Background

Exception Type: 00000020 Exception Codes: 0x8badf00d Highlighted Thread: 0 Application Specific Information: GpsDemo[162] has active assertions beyond permitted time: {( <SBProcessAssertion: 0x8f585c0> identifier: CoreLocationBackgroundClient process: GpsDemo[162] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:162 preventSuspend preventIdleSleep )} Elapsed total CPU time (seconds): 6.670 (user 2.850, system 3.820), 1% CPU Elapsed application CPU [...] read more
iphone
0votes
1answer

iOS5 - KERN_INVALID_ADDRESS in crash log

I need your help to understand what's going on in this crash log for my app on iPhone 4S. Date/Time: 2011-10-23 07:51:33.669 -0700 OS Version: iPhone OS 5.0 (9A334) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xc0000008 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread [...] read more
crash
ios5

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