Symptoms
Assume that the crawl history retains 90 days of crawl history logs in Microsoft SharePoint Server 2010. In this situation, the crawl history Web Part does not display on the Search Administration page.
Note The crawl history table contains lots of rows when it retains more than 90 days of crawl history logs.
Note The crawl history table contains lots of rows when it retains more than 90 days of crawl history logs.
Resolution
To resolve this issue, apply this following hotfix packages:
- 2516471 Description of the SharePoint Server 2010 hotfix package (osrchwfe-x-none.msp): April 26, 2011
- 2516472 Description of the SharePoint Server 2010 hotfix package (sts-x-none.msp): April 26, 2011
- Get the Search Service Application ID:
Get-SPServiceApplication - Get the Search Service Application object:
$searchApp = Get-SPServiceApplication | Where {$_.Id -eq "Search Service Application ID"} - Set the CrawlLogCleanUpIntervalInDays property:
Set CrawlLogCleanUpIntervalInDays.
$searchApp.CrawlLogCleanUpIntervalInDays = Retention Period$searchApp.Update()
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.