tirsdag den 2. februar 2010

Cannot Access a local SharePoint site from server console

Jeg har set dette problem på flere servere og det virker til at være ret vilkårligt, hvornår eller om det opstår. Det virker fint hvis du tilgår sharepoint sitet, fra en klient pc. Efter at have brugt en del tid på at undersøge problemet, fandt jeg en løsning:

"From what I've gathered it's a loopback check issue. I've seen it come up as a result of installing WSS SP2 a few times as well. I've seen it "randomly" happen on customers' servers all over the place. I say randomly because I'm guessing that customers have installed Windows updates on these servers which may have installed an update which has caused it.

The fix is to disable the loopback check in the registry. I pulled the instructions on how to from MS KB 896861."

Method 2: Disable the loopback check

Follow these steps:

  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.


Kilde: DavidLozzi

Ingen kommentarer:

Send en kommentar