Advertisement

08.12.2008 at 08:50AM PDT, ID: 23641648
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.2

Search Error "The filtering process has been terminated"

Asked by sholsten in MOSS-Sharepoint, Microsoft Operating Systems, Microsoft Server

Tags: , ,

Hello Experts,

Problem:
I'm trying to track down an issue we're seeing with a intranet built on the MOSS2007 SP1 platform.  As one would expect there is a bunch of different content - docs, list items, bdc, and the pages themselves.  Everything seems to be working fine except that it appears as though none of the .aspx pages are being indexed.  This includes wikis (since they are constructed out of .aspx pages) which is really minimizing the value of the wikis.  When I execute a search on a term that is in the text of an .aspx page nothing is returned, but the result set includes documents or list items that contain the search term.

Specs:
MOSS 2007 SP1
Windows 2003
SQL 2005
single server installation

Diagnostic information:
First place I looked was the crawl log.  It is filled with entries like the following (total items in index - 12682, errors in index - 5252):
>>>   http://website/Dept/Marketing/Pages/Brosky.org.aspx    The filtering process has been terminated     Local Office SharePoint Server sites     8/12/2008 11:26 AM


Digging deeper I found this series of entries in the diagnostic log files:

0x2218 Search Server Common           MS Search Administration       8wni High     Resuming default catalog with reason 'GPR_PROPAGATION' for application 'SharedServices1'...  
08/12/2008 10:24:13.05  OWSTIMER.EXE (0x22C0)                    0x2218 Search Server Common           MS Search Administration       8wnj High     Resuming anchor text catalog with reason GPR_PROPAGATION' for application 'SharedServices1'...  
08/12/2008 10:24:13.10  OWSTIMER.EXE (0x22C0)                    0x2218 Search Server Common           MS Search Administration       7hmh High     exception in SearchUpgradeProvisioner Keyword Config System.InvalidOperationException: jobServerSearchServiceInstance is null     at Microsoft.Office.Server.Search.Administration.SearchUpgradeProvisioner..ctor(SearchServiceInstance searchServiceInstance)     at Microsoft.Office.Server.Search.Administration.OSSPrimaryGathererProject.ProvisionContentSources()  
08/12/2008 10:24:27.49  w3wp.exe (0x2944)                        0x2334 CMS                            Publishing Cache               0 High     Released semaphore for for ID CMSCACHE1997930116  
08/12/2008 10:24:27.49  w3wp.exe (0x2944)                        0x2334 CMS                            Publishing Cache               0 High     Unregistered hosting environment for ID CMSCACHE1997930116  
08/12/2008 10:24:27.46  w3wp.exe (0x2944)                        0x2334 CMS                            Publishing                     8fjh High     AppDomainUnloadListener.Stop(False) called. ShutdownReason=HostingEnvironment, this=15368010  
08/12/2008 10:24:27.46  w3wp.exe (0x2944)                        0x2334 CMS                            Publishing                     8x0f High     AppDomainUnloadListener.Stop() about to AcquireWriterLock(), this.countdownSeconds=120  
08/12/2008 10:24:27.46  w3wp.exe (0x2944)                        0x2334 CMS                            Publishing                     8x0i High     AppDomainUnloadListener.Stop() finally{} block with (timedOut == false), ensured that all LRO thread finished  
08/12/2008 10:24:29.52  w3wp.exe (0x2944)                        0x03EC ULS Logging                    Unified Logging Service        8wsw High     Now terminating ULS (w3wp.exe, Microsoft.Office.Server.Native.dll)  
08/12/2008 10:24:29.52  w3wp.exe (0x2944)                        0x03EC ULS Logging                    Unified Logging Service        8wsw High     Now terminating ULS (w3wp.exe, onetnative.dll)  
08/12/2008 10:24:55.01  w3wp.exe (0x1014)                        0x0464 Windows SharePoint Services    General                        8kh7 High     Access denied.  
08/12/2008 10:24:55.10  w3wp.exe (0x1014)                        0x0464 Windows SharePoint Services    General                        8kh7 High     There is no Web named "/Dept/Marketing/Pages/Brosky.org.aspx".
08/12/2008 10:24:55.43  w3wp.exe (0x1014)                        0x0464 Windows SharePoint Services    General                        72kg High     #20001: Cannot open file "Resources.en-US.resx" for reading.  
08/12/2008 10:24:55.43  w3wp.exe (0x1014)                        0x0464 Windows SharePoint Services    General                        72kg High     (#3: Cannot open file "Resources.en-US.resx" for reading.)  

Troubleshooting steps so far:
1.      Content access account - this is a domain account and it has the correct read policy applied to it.  I also can access any of the above .aspx pages by directly browsing to them using this account, so I do not believe it is a permissions issue.  I also tried switching the default content access account to my admin account and saw the same errors in the crawl log.
2.      Search settings - I have verified all the search settings seem to be configured properly.  Considering the indexing is working for documents and list items, I don't think this is a global search problem.
3.      Crawl rules - I do not have any crawl rules excluding .aspx files
4.      File type inclusions - .aspx files are on the search file type inclusion list
5.      Search visibility - I confirmed that the site(s) in question are set to have all .aspx pages indexed regardless of the fine grained permissions (Site Settings==>Search visibility).  I also confirmed that the pages libraries are configured to have their content included in the search results (document library settings ==> Advanced Settings)
6.      Content refresh - I have reset IIS, rebooted the machine, reset the crawled content and execute a nightly full crawl and several incrementals during the day.
7.      Searched Internet sites for hours, finding little or no information to point me in any meaningful direction.
I really don't know where to proceed at this point, so if any one has any suggestions or things to look at, I'm all ears.  I can provide more extensive logging information if necessary.  I feel like I have been fairly thorough in troubleshooting this issue, but clearly I am missing something.

Thanks in advance!
-ScottStart Free Trial
[+][-]08.14.2008 at 09:54AM PDT, ID: 22231970

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 11:04PM PDT, ID: 22266579

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 14-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08.21.2008 at 08:34AM PDT, ID: 22280655

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.21.2008 at 09:00AM PDT, ID: 22280963

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.21.2008 at 11:41AM PDT, ID: 22282885

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.25.2008 at 12:36PM PDT, ID: 22308422

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.25.2008 at 02:23PM PDT, ID: 22309375

View this solution now by starting your 14-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: MOSS-Sharepoint, Microsoft Operating Systems, Microsoft Server
Tags: Microsoft, Sharepoint 2007, Moss
Sign Up Now!
Solution Provided By: sholsten
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628