"Phil Angus" <> wrote in message
news:...
> Checking Connection to WSUS/SUS Server
> WUServer = http://192.168.0.103
> WUStatusServer = http://192.168.0.103
> UseWuServer is enabled. . . . . . . . . . . . . . . . . PASS
> Connection to server. . . . . . . . . . . . . . . . . . PASS
>
> WinHttpDownloadFileToMemory(szURLDest, NULL, 0, NULL, NULL, NULL,
> &downloadBuffer) failed with hr=0x80190193
This is an HTTP '403' error attempting to access the Default Web Site
/selfupdate virtual directory of the WSUS server.
The specific subcode being encountered here can be obtained from the IIS
logs and matched against this subcode listing for HTTP 403 errors. Assuming
this is a fresh install on a fresh server, I'd start by reevaluating things
you =changed= that are not documented in the Step By Step Guide as needing
to be changed (which is, to be honest, *nothing*). If this wasn't a fresh
server installation, then the question goes to what's changed on this server
from a default installation of Win2003 and IIS6. Implementation of a SCW
template is also a typical cause of issues with WSUS involving HTTP 403
errors as a result of ACL modifications on NTFS resources.
In other words, I'm pretty confident that whatever is not the *default* on
this server, is the culprit.
Most likely causes are:
- Host Headers are enabled and they're not matching the client request
- The DWS is restricted to an IP Address that does not match the client
request
- SSL has been enabled on the site and is not configured properly for WSUS.
- Something has modified the ACLs on the NTFS folders supporting IIS or the
%ProgramFiles% folder.
403 Substatus Error Codes for IIS
403.1 - Execute access forbidden.
403.2 - Read access forbidden.
403.3 - Write access forbidden.
403.4 - SSL required.
403.5 - SSL 128 required.
403.6 - IP address rejected.
403.7 - Client certificate required.
403.8 - Site access denied.
403.9 - Too many users.
403.10 - Invalid configuration.
403.11 - Password change.
403.12 - Mapper denied access.
403.13 - Client certificate revoked.
403.14 - Directory listing denied.
403.15 - Client Access Licenses exceeded.
403.16 - Client certificate is untrusted or invalid.
403.17 - Client certificate has expired or is not yet valid.
--
Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)
My Blog:
http://onsitechsolutions.spaces.live.com
Microsoft WSUS Website:
http://www.microsoft.com/wsus
My MVP Profile:
http://mvp.support.microsoft.com/pro...awrence.Garvin