We are seeing the following on a DC:
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 02/11/2018 07:57:25
Event ID: 10006
Task Category: None
Level: Error
Keywords: Classic
User: domain\SVRsupport
Computer: SVRDC1.domain.suffix
Description:
DCOM got error "2147944122" from the computer SVRSQLXTRA.domain.suffix when attempting to activate the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}
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="0">10006</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2018-11-02T07:57:25.754082300Z" />
<EventRecordID>243531</EventRecordID>
<Correlation />
<Execution ProcessID="792" ThreadID="832" />
<Channel>System</Channel>
<Computer>SVRDC1.domain.suffix</Computer>
<Security UserID="S-1-5-21-643322192-3791837119-3815354684-500" />
</System>
<EventData>
<Data Name="param1">2147944122</Data>
<Data Name="param2">SVRSQLXTRA.domain.suffix</Data>
<Data Name="param3">{8BC3F05E-D86B-11D0-A075-00C04FB68820}</Data>
</EventData>
</Event>
Why is it complaining about the performance counters on another machine?
What do we need to do?
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 02/11/2018 07:57:25
Event ID: 10006
Task Category: None
Level: Error
Keywords: Classic
User: domain\SVRsupport
Computer: SVRDC1.domain.suffix
Description:
DCOM got error "2147944122" from the computer SVRSQLXTRA.domain.suffix when attempting to activate the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}
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="0">10006</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2018-11-02T07:57:25.754082300Z" />
<EventRecordID>243531</EventRecordID>
<Correlation />
<Execution ProcessID="792" ThreadID="832" />
<Channel>System</Channel>
<Computer>SVRDC1.domain.suffix</Computer>
<Security UserID="S-1-5-21-643322192-3791837119-3815354684-500" />
</System>
<EventData>
<Data Name="param1">2147944122</Data>
<Data Name="param2">SVRSQLXTRA.domain.suffix</Data>
<Data Name="param3">{8BC3F05E-D86B-11D0-A075-00C04FB68820}</Data>
</EventData>
</Event>
Why is it complaining about the performance counters on another machine?
What do we need to do?
0