You have errors in the event log relating to being unable to crawl your Share Point Site. This is because the Loop Back feature of Share Point has not been disabled, this issue is described here http://support.microsoft.com/kb/896861
Error Message in the Crawl Log
When you look in the Crawl Logs you can see the error listed for your Share Point Web Application.
Run PowerShell Script
You can disable the loopback feature with the PowerShell cmds
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -Value "1" -PropertyType dword
Restart Share Point Server Search Service
Restart the Share Point Server Search Service 15 Service.
Start a new Crawl
In Share Point Central Administration, go to Crawling, Content Sources and then start a new crawl.
Crawl Success
You should now see your crawl has been successful.
Thanks for this valuable piece of information. It made the difference.
ReplyDelete