SharePoint 2010 SP2 FARM
I was trying to run a full crawl because my search is fully not working and I believe it is because of this error
I ran this command line
PS C:\> stsadm -o spsearch -action fullcrawlstart
Operation completed successfully.
But I got these two errors the Event Id 10016 happened 75 times event 14 only once for this time period
Log Name: System
Source: Microsoft-Windows-Distribu
tedCOM
Date: 6/22/2015 10:13:52 AM
Event ID: 10016
Task Category: None
Level: Error
Keywords: Classic
User: mydom\spserv
Computer: SERV013.FQDN.com
Description:
The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
{B15C0E47-C391-45B9-95C8-E
B596C853F3
A}
and APPID
{FA3FC5CF-0304-4CAC-99F0-0
32AC2B15D1
E}
to the user mydom\spserv SID (S-1-5-21-3054588571-13414
59584-7841
28302-3140
) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Di
stributedC
OM" Guid="{1B562E86-B7AA-4131-
BADC-B6F3A
001407E}" EventSourceName="DCOM" />
<EventID Qualifiers="0">10016</Even
tID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80800000000000
00</Keywor
ds>
<TimeCreated SystemTime="2015-06-22T14:
13:52.8971
91300Z" />
<EventRecordID>24616</Even
tRecordID>
<Correlation />
<Execution ProcessID="620" ThreadID="5332" />
<Channel>System</Channel>
<Computer>SERV013.FQDN.com
</Computer
>
<Security UserID="S-1-5-21-305458857
1-13414595
84-7841283
02-3140" />
</System>
<EventData>
<Data Name="param1">machine-defa
ult</Data>
<Data Name="param2">Local</Data>
<Data Name="param3">Activation</
Data>
<Data Name="param4">{B15C0E47-C3
91-45B9-95
C8-EB596C8
53F3A}</Da
ta>
<Data Name="param5">{FA3FC5CF-03
04-4CAC-99
F0-032AC2B
15D1E}</Da
ta>
<Data Name="param6">MYDOM</Data>
<Data Name="param7">spserv</Data
>
<Data Name="param8">S-1-5-21-305
4588571-13
41459584-7
84128302-3
140</Data>
<Data Name="param9">LocalHost (Using LRPC)</Data>
<Data Name="param10">Unavailable
</Data>
<Data Name="param11">Unavailable
</Data>
</EventData>
</Event>
Log Name: Application
Source: Microsoft-SharePoint Products-SharePoint Foundation Search
Date: 6/22/2015 10:13:32 AM
Event ID: 14
Task Category: Gatherer
Level: Warning
Keywords:
User: MYDOM\spserv
Computer: SERV013.FQDN.com
Description:
The start address sts4://tgcs013:29261/conte
ntdbid={ac
89cd5e-197
e-46c6-b68
1-11fa3597
4595} cannot be crawled.
Context: Application 'Search_index_file_on_the_
search_ser
ver', Catalog 'Search'
Details:
Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository. If the repository being crawled is a SharePoint repository, verify that the account you are using has "Full Read" permissions on the SharePoint Web Application being crawled. (0x80041205)
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-SharePoint
Products-SharePoint Foundation Search" Guid="{1C415899-58B3-4BFC-
9236-105E7
FD38719}" />
<EventID>14</EventID>
<Version>14</Version>
<Level>3</Level>
<Task>174</Task>
<Opcode>0</Opcode>
<Keywords>0x20000000000000
00</Keywor
ds>
<TimeCreated SystemTime="2015-06-22T14:
13:32.2352
13200Z" />
<EventRecordID>24581</Even
tRecordID>
<Correlation />
<Execution ProcessID="5092" ThreadID="5852" />
<Channel>Application</Chan
nel>
<Computer>SERV013.FQDN.com
</Computer
>
<Security UserID="S-1-5-21-305458857
1-13414595
84-7841283
02-3140" />
</System>
<EventData>
<Data Name="string0">sts4://serv
013:29261/
contentdbi
d={ac89cd5
e-197e-46c
6-b681-11f
a35974595}
</Data>
<Data Name="string1">
Context: Application 'Search_index_file_on_the_
search_ser
ver', Catalog 'Search'
Details:
Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository. If the repository being crawled is a SharePoint repository, verify that the account you are using has "Full Read" permissions on the SharePoint Web Application being crawled. (0x80041205)</Data>
</EventData>
</Event>
Thoughts