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
| 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