All crawl jobs are failing with errors, Query server not responding.

Hi All,

I'm facing issue with search service , one of the Query server not responding and all the crawl jobs are throwing errors.

Errors:

"The SharePoint item being crawled returned an error when requesting data from the web service. ( Error from SharePoint site )"

"The object was not found. ( Error from SharePoint site: HttpStatusCode NotFound The request failed with HTTP status 404: Not Found. )"

Please suggest some resolutions.

Pavan

April 16th, 2015 10:33am

Hi Pavan,

1. First verify as given in this article - https://support.microsoft.com/en-us/kb/2323206?wa=wsignin1.0

2. If not 1 resolves issue then try to disable the anonymous access on the default zone web application(in content source)

3. Also check this article if above two steps does not resolve the issue - http://www.sharepointtechs.com/the-sharepoint-item-being-crawled-returned-an-error-when-requesting-data-from-the-web-service-error-from-sharepoint-site-value-does-not-fall-within-the-expected-range

4. If none of the above works then install this CU update http://support.microsoft.com/kb/2596505 and then re-run you SP Configuration Wizard and restart your SharePoint Server. But before installing this CU on your SharePoint Server ensure your have the latest backup.

4. If all above does not work then remove the anonymous access (if enabled) and restore the site collection to a new new site.

Free Windows Admin Tool Kit Click here and download it now
April 16th, 2015 11:21am

Hi Chougle,

Thank you for the post, In my case i have restarted the query servers and everything fine now.


there are a commands with Search Service Application name that is exactly "Search Service Application":

$SearchApp = Get-SPEnterpriseSearchServiceApplication -identity "Search Service Application"

$SearchApp | Get-SPEnterpriseSearchQueryTopology | Get-SPEnterpriseSearchQueryComponent | Where-Object {$_.ServerName -eq 'SERVERNAME'}  | Restart-SPEnterpriseSearchQueryComponent

pavan

April 17th, 2015 5:20am

Hi Chougle,

Thank you for the post, In my case i have restarted the query servers and everything fine now.


there are a commands with Search Service Application name that is exactly "Search Service Application":

$SearchApp = Get-SPEnterpriseSearchServiceApplication -identity "Search Service Application"

$SearchApp | Get-SPEnterpriseSearchQueryTopology | Get-SPEnterpriseSearchQueryComponent | Where-Object {$_.ServerName -eq 'SERVERNAME'}  | Restart-SPEnterpriseSearchQueryComponent

pavan

Free Windows Admin Tool Kit Click here and download it now
April 17th, 2015 9:16am

That's nice to see you resolved the issue. Yes true, sometimes a simple restart is the solution to all problems.
April 17th, 2015 4:17pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics