질문하기질문하기
 

답변됨Not authorized to access authoring site locally

  • 2009년 4월 29일 수요일 오후 3:00Ed_M 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    I'm having a very weird problem.  I have MOSS w. SP2 setup on a VPC in its own farm.  When I create a new blank site via the GUI and then try to access it locally (from the VPC), I get challenged and then it denies me access.  If I access the same site from another machine (like my host PC), it works just fine.  I'm having the same problem with my Shared Service Provider site.

    Any idea what could be causing the problem?  My event logs show security failures like this:
    Event Type: Failure Audit
    Event Source: Security
    Event Category: Logon/Logoff
    Event ID: 537
    Date:  4/29/2009
    Time:  9:35:25 AM
    User:  NT AUTHORITY\SYSTEM
    Computer: PSCMUELLEEBEM
    Description:
    Logon Failure:
      Reason:  An error occurred during logon
      User Name: ed.mueller
      Domain:  hdc
      Logon Type: 3
      Logon Process: Èù®
      Authentication Package: NTLM
      Workstation Name: PSCMUELLEEBEM
      Status code: 0xC000006D
      Substatus code: 0x0
      Caller User Name: -
      Caller Domain: -
      Caller Logon ID: -
      Caller Process ID: -
      Transited Services: -
      Source Network Address: 127.0.0.1
      Source Port: 1358

    (Yes, I'm providing the correct password).  We used a domain account to setup MOSS and run all the services and app. pools and it fails even when I try logging on with that account.

    Thanks for your help.
     - Ed.

    • 편집됨Mike Walsh MVPMVP, 중재자2009년 4월 29일 수요일 오후 3:05Help! removed from the Title. Titles are for a short problem description. That's all.
    •  

답변

  • 2009년 4월 29일 수요일 오후 3:33Prashanth Palakollu 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Please make the following registry change and let us know if the problem still exists:

    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.

    Thanks,
    Prashanth

    • 답변으로 표시됨Ed_M 2009년 5월 1일 금요일 오후 6:21
    • 답변으로 제안 취소됨Mike Walsh MVPMVP, 중재자2009년 5월 1일 금요일 오후 2:27
    • 답변으로 제안됨V284 2009년 5월 1일 금요일 오전 11:40
    •  

모든 응답

  • 2009년 4월 29일 수요일 오후 3:20V284 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I guess it is something related to permissions. Can you please give more details regarding the following.
    -> What account were you using when trying to connect from a remote machine? Are you using the domain account to access the sharepoint site ? 
    ->From the local machine, Are you using the domain account or Sharepoint Admin account ? 

    Also, if you are using Farm administrators account , add farm administrator to site collection administrator group of the sharepoint site to access the sharepoint site locally.

    Thanks 
    V
  • 2009년 4월 29일 수요일 오후 3:32Ed_M 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    All accounts are domain accounts.  I tried adding the farm domain account to site collection admins. but that had no effect.  My personal account is setup as a site collection admin.; neither account has access when used on the VPC; both work when I try from my host machine, which is in the same domain as the VPC.  In IE, both show the zone as Local Intranet.

    When I trace both with Fiddler, the one that works has:

    Cookie: MSOWebPartPage_AnonymousAccessCookie=80; WSS_KeepSessionAuthenticated=80
    Authorization: NTLM TlRM...

    The one that doesn't work is missing the two cookies; I don't know why or if that's relevant.
  • 2009년 4월 29일 수요일 오후 3:33Prashanth Palakollu 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Please make the following registry change and let us know if the problem still exists:

    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.

    Thanks,
    Prashanth

    • 답변으로 표시됨Ed_M 2009년 5월 1일 금요일 오후 6:21
    • 답변으로 제안 취소됨Mike Walsh MVPMVP, 중재자2009년 5월 1일 금요일 오후 2:27
    • 답변으로 제안됨V284 2009년 5월 1일 금요일 오전 11:40
    •  
  • 2009년 5월 1일 금요일 오후 1:53Ed_M 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I'm sorry, I forgot to mention that I had done this a while back and have rebooted several times since then.  No effect.
  • 2009년 5월 1일 금요일 오후 3:04V284 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Ed, 

      Can you tell me if you are using any alternate access mapping for the url? What type of authentication are you using? Are you using NTLM or kereberos ?
  • 2009년 5월 1일 금요일 오후 3:14Ed_M 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Security is NTLM only.  No alt. access mappings.  My VPC has IE7.
  • 2009년 5월 1일 금요일 오후 3:54V284 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
      Can you add your url that you are having problem in the IIS hostheaders. The solution given by Prashanth should have solved the issue. I had the same problem in our server, and it did solve the issue.


  • 2009년 5월 1일 금요일 오후 4:15Ed_M 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    The URL IS in the IIS host header of the site.  I setup host headers for it and my SSP to run on port 80 (e.g., sharedservices1.hdc.net).
  • 2009년 5월 1일 금요일 오후 5:46Michael Ruberg 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    This sounds a lot like a problem I am having too.

    On all of my production web servers, I cannot browse to my SharePoint site, but I can from a client computer. The same is true for my development machines. On dev, I have SP2 installed for testing. I do not have SP2 on production.

    I have only noticed this problem for the last few weeks. Before that there was no problem. Because I have multiple servers and environments affected, I am leaning towards some OS patch that was applied to all of my servers, but I haven't had a chance to look into it any further.
    Michael Ruberg - www.landofsharepoint.com
  • 2009년 5월 1일 금요일 오후 6:06Michael Ruberg 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Ok, it looks like the culprit is KB963027. I removed it from my dev server and now I can browse to my local SharePoint site from the server.
    Michael Ruberg - www.landofsharepoint.com
  • 2009년 5월 1일 금요일 오후 6:21Ed_M 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Could be.  I removed DisableLoopbackCheck from the registry and rebooted.  Still didn't work, so I re-added it and rebooted.  Now it works!  So, the only logical explanation is...the machine's possessed.  I hope it just stays fixed.  Thanks to everyone for their help.