Click here to Skip to main content
15,907,874 members
Articles / Desktop Programming / WPF

SharePoint Search crawl error on Windows Server 2008 Operating System

Rate me:
Please Sign up or sign in to vote.
3.86/5 (3 votes)
5 May 2009CPOL 16.3K   2   1
SharePoint Search crawl error on Windows Server 2008 Operating System

You get the following error message when you try to create a web application using host header name, e.g. http://portal.litwareinc.com or http://portal/.

See the screen shot here:

This issue occurs when the Web site uses Integrated Authentication and has a name that is mapped to the local loopback address.

Resolution: Follow the KB article KB896861 to disable loop back

http://support.microsoft.com/default.aspx/kb/896861.

Here are the steps to follow:

  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.

Category: MOSS 2007
Published: 29/04/2009 23:18

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Version 1
Ireland Ireland
Adnan Ahmed is SharePoint Architect in Version 1(http://www.version1.com), the IT Consulting Company in Ireland and has involved with many large enterprises to help them realise real benefits of SharePoint 2007|2010.

SharePoint Architect | Blogger | IT Evangelist | MCPD SharePoint 2010 Developer| MCITP SharePoint Administrator 2010

Email: adnan.ahmed@live.ie
Owner: http://www.mossgurus.com
http://www.sp-blogs.com
Linked In Profile: http://www.linkedin.com/in/syedadnanahmed

My Blogs:
http://www.sp-blogs.com/blogs/adnan

Comments and Discussions

 
GeneralMy vote of 1 Pin
Andi Fandrich5-May-09 20:38
professionalAndi Fandrich5-May-09 20:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.