Microsoft Knowledge Base Email Alertz

KBAlertz.com: Error message when you try to access the search settings page in SharePoint Server 2007: The search service is currently offline

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]

Search KbAlertz

Advanced Search

Webmasters
Put kbAlertz on your website.
[ Click Here for more! ]





ASP.NET 3.5 Web Hosting with Windows 2008 and SQL 2008: Click Here!
Discount ASP.NET Hosting
ASP.NET 2.0 and 3.5
Windows2008 and SQL2008
US and UK Hosting
The ad says 3 - but KBAlertz referrals get
** SIX MONTHS FREE **


Bug Tracking Software
For bug tracking software or defect tracking software or issue tracking software, visit Axosoft.


Community Site



We Send hundreds of thousands of emails using ASP.NET Email



Expert Web Design & Graphic Design
Design44.com

ASP.NET 3.5 Web Hosting with Windows 2008 and SQL 2008: Click Here!
Discount ASP.NET Hosting
ASP.NET 2.0 and 3.5
Windows2008 and SQL2008
US and UK Hosting
The ad says 3 - but KBAlertz referrals get
** SIX MONTHS FREE **




Mentioned In








Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks




Article ID: 953448 - Last Review: August 5, 2008 - Revision: 1.0

Error message when you try to access the search settings page in SharePoint Server 2007: "The search service is currently offline"

On This Page

SYMPTOMS

When you try to access the search settings page in Microsoft Office SharePoint Server 2007, you receive an error message that resembles the following:
The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.
This problem occurs when the following conditions are true:
  • SharePoint Server 2007 is configured to use the default proxy server to enable communication between different nodes in the farm.
  • The default proxy server is not configured to allow for dynamic traffic between the nodes in the SharePoint farm when the SharePoint farm communicates by using Web service calls to and from the Office Server Web Services Web application.

CAUSE

This problem occurs because of the restrictions on the port that is requested. Therefore, the Web service call is not processed, the search service does not start, and indexing does not occur.

RESOLUTION

To resolve this problem, use one of the following methods, as appropriate for your situation.

Method 1

On the proxy server that does not pass the traffic requests, configure the proxy server to pass the traffic on the specified port. Typically, TCP port 56737 and SSL port 56738 are used to pass traffic.

Method 2

Configure the Web.config file for the Central Administration Web site to bypass the proxy server so that the communication with other nodes in the farm is direct.

Note You have to configure the Web.config file for the Central Administration Web site to bypass the proxy server on each node where Central Administration is provisioned.

MORE INFORMATION

The proxy setting configuration for the default Web.config file setting is as follows:
<system.net>
    <defaultProxy>
      <proxy autoDetect="true" />
    </defaultProxy>
  </system.net>
A proxy bypass configuration resembles the following configuration:
<system.net>
    <defaultProxy>
      <proxy
         usesystemdefault="false"
                 proxyaddress="http://someproxy:74"
         bypassonlocal="true"
      />
      <bypasslist>
        <add address="[a-z]+\.somebody\.com" />
        <add address="Server1" />
        <add address="Server2" />
        <add address="Server3" />
        <add address="Server4" />
        <add address="Server5" />
        <add address="Server6" />
      </bypasslist>
    </defaultProxy>
  </system.net>
Note In this configuration, the "Server1" through "Server6" entries are placeholders that represent the names of each SharePoint node in the farm.

APPLIES TO
  • Microsoft Office SharePoint Server 2007
Keywords: 
kbexpertiseadvanced kbtshoot kberrmsg kbprb KB953448
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Be the first to leave feedback, to help others about this knowledge base article.

(Optional) Name

(Optional) Public URL Or Email

Comments
No HTML -- Text Only Please