Windows error 0x8004D102, -2147167998

Detailed Error Information

SL_REMAPPING_SP_STATUS_SYSTEM_TIME_SKEWED[1]

MessageThe security processor reported that the machine time is inconsistent with the trusted time.
Declared inslerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code53506 (0xd102)

Questions

-1votes
1answer

A resource manager with the same identifier is already registered with the specified transaction coordinator

I am consistently getting ResourceManager error. I use below code: public static IDocumentStore Initialize() { const string id = "2a5434cf-56f6-4b33-9661-5b6cc53bd9a5"; _instance = new DocumentStore { Url = "http://localhost:8085", DefaultDatabase = "Testing", ResourceManagerId = new Guid(id) }; _instance.Initialize(); return _instance; } Here's the call stack: 2015-06-04 15:39:08.366 INFO NServiceBus.Unicast.Transport.TransportReceiver Failed to [...] read more
ravendb
nservicebus

Comments

Leave a comment

(plain text only)

Sources

  1. slerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0