When you install Reporting Services in a NLB cluster using a virtual name to access it this can cause them to show the error HTTP 401 (Unauthorized) or the browser is a loop asking for user credentials.
To solve this problem you have two options:
1. Disable LoopBackCheck this is done in HKEY_LOCAL_MACHINE \\ SYSTEM \\ CurrentControlSet \\ Control \\ Lsa and create a DWORD with the name DisableLoopbackCheck with a value of 1, this fixes the problem
HKEY_LOCAL_MACHINE \\ System \\ CurrentControlSet \\ Services \\ LanmanServer \\ Parameters
Value Name: DisableStrictNameChecking
Data Type: REG_DWORD
Base: Decimal Value
: 1
HKEY_LOCAL_MACHINE \\ SYSTEM \\ CurrentControlSet \\ Control \\ Lsa
2. Specify the name of the host headers, this is a preferred method.
HKEY_LOCAL_MACHINE \\ System \\ CurrentControlSet \\ Services \\ LanmanServer \\ Parameters
Value Name: DisableStrictNameChecking
Data Type: REG_DWORD
Base: Decimal Value
: 1
In Registry Editor, locate the following key and click on it:
HKEY_LOCAL_MACHINE \\ SYSTEM \\ CurrentControlSet \\ Control \\ Lsa \\ MSV1_0
0 comments:
Post a Comment