Today is Patch-Day!
Planned was to install the latest OS Patches + SP2 for WSS and MOSS. everything went fine — exept:
The start address <http://ssol-emea.spx.com> cannot be crawled.
Context: Application ‘SharedServices1′, Catalog ‘Portal_Content’
Details:
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. (0×80041205)
What a nice Error! The solution for our system was providet by Sandeep Lad in the MS Technet:
- 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.
Refer also to http://support.microsoft.com/kb/896861










