Μετάβαση στο κύριο περιεχόμενο
Υποστήριξη
Είσοδος με Microsoft
Είσοδος ή δημιουργία λογαριασμού.
Γεια σας,
Επιλέξτε διαφορετικό λογαριασμό.
Έχετε πολλούς λογαριασμούς
Επιλέξτε τον λογαριασμό με τον οποίο θέλετε να εισέλθετε.
Αγγλικά
Λυπούμαστε. Αυτό το άρθρο δεν είναι διαθέσιμο στη γλώσσα σας.

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.  

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

Note After you apply these hotfix packages, you must set the crawl history’s retention period to a value less than 90 days. This will reduce the number of rows in the crawl history table. To do this, run the following PowerShell commands.

  1. Get the Search Service Application ID:

    Get-SPServiceApplication 
  2. Get the Search Service Application object:

    $searchApp = Get-SPServiceApplication | Where {$_.Id -eq "Search Service Application ID"} 
  3. 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.

Χρειάζεστε περισσότερη βοήθεια;

Θέλετε περισσότερες επιλογές;

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Σας βοήθησαν αυτές οι πληροφορίες;

Τι επηρέασε την εμπειρία σας;
Πατώντας "Υποβολή" τα σχόλια σας θα χρησιμοποιηθούν για τη βελτίωση των προϊόντων και των υπηρεσιών της Microsoft. Ο διαχειριστής IT θα έχει τη δυνατότητα να συλλέξει αυτά τα δεδομένα. Δήλωση προστασίας προσωπικών δεδομένων.

Σας ευχαριστούμε για τα σχόλιά σας!

×