Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows 2003 SP1 and error afterwards

Reply
Thread Tools Display Modes

Windows 2003 SP1 and error afterwards

 
 
MikeD
Guest
Posts: n/a

 
      04-13-2005
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).


 
Reply With Quote
 
 
 
 
Macsarang
Guest
Posts: n/a

 
      04-14-2005
I have the same problem on Windows 2003 with SQL/Project Server.
The other 2003 servers do not show this problem.



"MikeD <====" wrote:

> 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).
>
>
>

 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      04-14-2005
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).
>
>



 
Reply With Quote
 
~Jeffrey Smith
Guest
Posts: n/a

 
      04-15-2005
This is unacceptable modification to our production Project Server -
Microsft needs to escalate this issue immediately.



"Peter Foldes" <> wrote in message
news:...
> 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).
>>
>>

>
>



 
Reply With Quote
 
Junglelasers
Guest
Posts: n/a

 
      04-18-2005
I too am experiencing this same error and when I submitted it to windows
update was told that it was a server issue and I needed to call for tech
support. Pay for a service that was caused by installing hotfixes from
Microsoft. I do not think so. Microsoft needs to fix this error 0x80244016
ASAP. Our problem started after hotfix 835732 was installed and we have not
been able to get to windows update since.

"~Jeffrey Smith" wrote:

> This is unacceptable modification to our production Project Server -
> Microsft needs to escalate this issue immediately.
>
>
>
> "Peter Foldes" <> wrote in message
> news:...
> > 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).
> >>
> >>

> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Update Fails with [Error number: 0x80072F78] on Windows Server 2003 Jim Moon Windows Update 4 04-09-2005 12:32 PM
SPUNIST.LOG Error when trying to uninstall Windows Server 2003 Hot Chip Gehrke Windows Update 1 03-20-2005 12:41 PM
windows 2003 (0x800C0008) error Gary Lee Windows Update 3 08-05-2004 02:20 AM
Windows Update Error 0x800C0008 for Windows 2003 Server Brian Windows Update 7 01-23-2004 12:37 PM
Windows Server 2003 (Update) - 0x800A138F Error Steve Saxton Windows Update 1 12-29-2003 04:43 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59