Recently I was troubleshooting a SharePoint farm of a customer. The crawl of the content sources did not work and always ended with a “access denied” error in the crawl log. In the eventlog event ID 2436 appeared: “Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content.”
To solve this you have to make a DisableLoopbackCheck registry key. Follow these steps to do so:
- 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
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
Tags: Best Practices, error


September 21st, 2009 at 10:18 AM
The DisableLoopbackCheck error also occurs at Windows Server 2003 servers when SharePoint 2007 is updated with Service Pack 2.