I have a clean install on the latest and greatest: Windows Server 2008, SQL Server 2008 and MOSS 2007 SP1 with all updates. This is the layout of my farm:
Everything works fine, except the search crawl gave Access Denied errors on http://mysite
and sps3://mysite
.
I checked everything, but could only find this in the Application event log:
Also the Security event log says:
I had a hard time finding the solution, until I encountered Ron Grzywacz’s Blog: Crawling Issue with .NET 3.5 SP1.
Although KB896861 only mentions Windows XP and Windows Server 2003, it seems to fix the issue on Windows Server 2008 as well.
So to fix this:
- Click Start, click Run, type
regedit
, and then click OK - In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
- Right-click MSV1_0, point to New, and then click Multi-String Value
- Type
BackConnectionHostNames
, and then press ENTER. - Right-click BackConnectionHostNames, and then click Modify
- In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK
- Quit the Registry Editor, and then restart the IISAdmin service
It worked immediately!