Courtesy of Pat Walters [MSFT]
While this solution can sometimes work using the procedures you mention
here, this is a step missing. The proxy configuration is an unknown
quantity when someone wants to change it. The best thing to do, if you are
going to change the proxy, is to clear the proxy cache, before applying the
new proxy. For example:
1. Click Start
2. Click Run
3. Type: cmd <Enter>
4. In the Command Prompt, type: proxycfg <Enter> <-- To display proxy
settings.
5. Type: proxycfg -d <-- To clear the proxy cache, and to set the proxy
on direct access.
6. Type: proxycfg -p prxyname:0000 <Enter> <-- Where prxyname is the
NETBIOS name of your proxy server, and 0000 is replaced with the port your
proxy server settings use to access the Internet over HTTP. As an example,
if I had a proxy server with the name golf1 and I used port 80 to access the
Internet over HTTP, then the command would be:
proxycfg -p golf1:80 <Enter>
Sincerely,
Pat Walters [MSFT]
--
Peter
Please reply to Newsgroup for the benefit of others.
"MikeD <====" <> wrote in message
news:e8p%...
> 0x80244016 Error in the Windows Update after I installed SP1 on Windows
> 2003. I installed SP1 on all Windows 2003 SP1 Servers at the same time,
> then I ran the Windows Update a few days later (Tuesday Updates) and
> received the error on the last server with SQL/SPS/ProjectServer.
>
> I have an automated build of Windows 2003 on my DC, SPS/Project Server and
> this error is only exhibited on the SQL/SPS/PS (same machine) - they were
> all built at the same time.
>
> Again, No problem on any of the 2 DC and File Server - only the
> SPS/SQL/Project Server (the one Windows Update does not run on -
> 0x80244016).
>
>
|