Jan 03
Access Is Denied When Crawling SharePoint Content

A common SharePoint 2007/2010 content source crawl error is the following:

"Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository. If the repository being crawled is a SharePoint repository, verify that the account you are using has "Full Read" permissions on the SharePoint Web Application being crawled."


To address this you will likely need to disable the loopback check.

This error results from an authentication check that Windows performs to validate the local device name (i.e. server physical name). However since most of us use a FQDN for a SharePoint site (i.e. https://sharepoint...) the result is an error. You will need to disable this loopback functionality by making the following registry change.

  • Click Start > Run
  • Type regedit > click Yes
    • Navigate to the following registry key
      • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
        • Right-click LSA > New > Select DWORD (32-bit) Value and name it DisableLoopbackCheck
          • Right-click DisableLoopbackCheck and click Modify…
            • Input 1 as the Value data and click OK
  • Close the Registry Editor and Restart your device

Comments

There are no comments for this post.

 ‭(Hidden)‬ Blog Tools