Monday 16 September 2013

Authentication window is continuously appear and not accepting the credentials, FMI: Event ID: 6037

Source: LsaSrv
Type: Error
Description:

The program svchost.exe with the assigned process ID 4224 could not authenticate locally by 
using the target name HTTP/website.domain.com 
The target name used is not valid. A target name should refer to one of the local 
computer names for example the DNS host name.

Try a different target name.

The below settings should fix the above issue.

Go to Run and type "REGEDIT"

It will open the registry editior. and add the below value in the corresponding location.

HKLM\system\CurrentControlSet\Services\Lanmanserver\parameters
DisableStrictNameChecking:DWORD=1

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
DisableLoopbackCheck:DWORD=1

The server must be restarted for the settings to take effect. See ME896861 for details about these 
registry settings.

No comments:

Post a Comment

Rescan Disk Option Greyed Out | New Disks Not visible on Disk management | Update-HostStorageCache

  Recently I have added several LUN from NetApp Storage to Hyper-V servers. But in the disk management I couldn't see those new LUN. Exi...