lunedì 12 dicembre 2016

The program w3wp.exe, with the assigned process ID, could not authenticate locally by using the target name HTTP/WEBSITENAME

Un breve post su un errore molto particolare (mi si è presentato solo dopo aver spostato i content db). In Sharepoint si manifesta con l'impossibilità di navigare sulla pagina "settings.aspx", che richiede 3 volte l'autenticazione e poi da' "blank page". Sull'Event Viewer verrà segnalato un errore simile a questo:
"The program w3wp.exe, with the assigned process ID, could not authenticate locally by using the target name HTTP/WEBSITENAME. 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"
I passi da seguire sono questi:
  1. Andare su REGEDIT e aprire la chiave HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 
  2. Click con il destro su MSV1_0 –> New -> Multi-String Value 
  3. Il nuovo Multi-String Value va rinominato "BackConnectionHostNames"
  4. Click con il destro sul valore appena creato e selezionare "Modify" 
  5. Inserire l'hostname del sito (per esempio: serverSP1) e nella riga sotto il FQDN (per esempio: serverSP1.mydomain.local)
  6. Riavviare IIS