Hey guys. Today, out of the blue towards the end of the day, our SBS 2008 server just locked up, and we had to do a hard reset. I am seeing this error:
--------------------------------------------------------------------
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 1/30/2013 4:29:40 PM
Event ID: 10010
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: EXCHANGE.hannahan.local
Description:
The server {1F87137D-0E7C-44D5-8C73-4EFFB68962F2} did not register with DCOM within the required timeout.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
<EventID Qualifiers="49152">10010</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-01-30T22:29:40.000Z" />
<EventRecordID>1362459</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>EXCHANGE.hannahan.local</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">{1F87137D-0E7C-44D5-8C73-4EFFB68962F2}</Data>
</EventData>
</Event>
-----------------------------------------------------------------------------
One thing I did notice, is the Default Impersonation Level is set toImpersonate, not Identify.
What would happen if I change it to Identify?
*Edit*
I did verify that the string in regedit has the correct permissions set.