Hello,
I installed wsus on a fresh installed Windows Server 2012R2 Essentials (german) and "wsusutil checkhealth" gives me Event 12072 and 13002
The WSUS Content Directory is not accessible (Es kann nicht auf das WSUS-Inhaltsverzeichnis zugegriffen werden.)
System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (401) Nicht autorisiert.
(remoteserver gave error back: 401, not authorized)
bei System.Net.HttpWebRequest.GetResponse()
bei Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)
What I did:
installed server 2012R2 Essentials
did a domain migration from a 1-Server 2003 Domain to this 1-Server 2012 Domain the old 2003 server hosted a wsus server
installed wsus as a role, content directory: D:\wsus (not created before, was created automatically by wsus setup/config)
ran the wsus config, products: Server 2012 only
grant "Network service" Full Access in D:\ and D:\WSUS
grant "Network service" Full Access in %windir%\.Net\Framework\v4..\Temporary ASP .Net Files
tried to grant "Network service" Full Access in IIS-Manager > WSUS-Management > APIRemoting30 but got some "access denied" errors here, although i am administrator
"D:\WSUS\WsusContent\anonymousCheckFile.txt" exists, is empty
icacls D:\wsus\wsuscontent
NT-AUTORITÄT\Netzwerkdienst:(OI)(CI)(F)
ROESRATH\WSUS Administrators:(OI)(CI)(F)
NT-AUTORITÄT\Netzwerkdienst:(I)(OI)(CI)(F)
VORDEFINIERT\Administratoren:(I)(OI)(CI)(F)
NT-AUTORITÄT\SYSTEM:(I)(OI)(CI)(F)
http://localhost/connect/Server.aspx still works
Unfortunately I did not find anything about this 401 not authorized in the web :-((
Hope, anyone could help me
Regards
Uwe