Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows 2003 server sp2, all updates fail

Reply
Thread Tools Display Modes

Windows 2003 server sp2, all updates fail

 
 
mat
Guest
Posts: n/a

 
      01-02-2009
I have a freshly installed windows 2003 std server running in a vmware
server vm which I've manually updated to sp2 successfully. But even
though the update to the windows update activex control succeded, I've
not been able to get any updates. Using either the custom or the express
buttons, all I get is 'The website has encountered a problem and cannot
display the page you are trying to view. The options provided below
might help you solve the problem.' None of the options are useful.

The machine has been activated and all of that. I have IE's security
feature where it warns re security for every website you visit turned
off. Internet connectivity is fine.
 
Reply With Quote
 
 
 
 
mat
Guest
Posts: n/a

 
      01-05-2009
In article < >,
says...
> I have a freshly installed windows 2003 std server running in a vmware
> server vm which I've manually updated to sp2 successfully. But even
> though the update to the windows update activex control succeded, I've
> not been able to get any updates. Using either the custom or the express
> buttons, all I get is 'The website has encountered a problem and cannot
> display the page you are trying to view. The options provided below
> might help you solve the problem.' None of the options are useful.
>
> The machine has been activated and all of that. I have IE's security
> feature where it warns re security for every website you visit turned
> off. Internet connectivity is fine.
>

no input on this?
 
Reply With Quote
 
mat
Guest
Posts: n/a

 
      01-09-2009
In article < >,
says...
> In article < >,
> says...
> > I have a freshly installed windows 2003 std server running in a vmware
> > server vm which I've manually updated to sp2 successfully. But even
> > though the update to the windows update activex control succeded, I've
> > not been able to get any updates. Using either the custom or the express
> > buttons, all I get is 'The website has encountered a problem and cannot
> > display the page you are trying to view. The options provided below
> > might help you solve the problem.' None of the options are useful.
> >
> > The machine has been activated and all of that. I have IE's security
> > feature where it warns re security for every website you visit turned
> > off. Internet connectivity is fine.
> >

> no input on this?
>

Someone must have a clue on this? MVPs?
 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      01-11-2009

"mat" <> wrote in message news: om...
> In article < >,
> says...
>> In article < >,
>> says...
>> > I have a freshly installed windows 2003 std server running in a vmware
>> > server vm which I've manually updated to sp2 successfully. But even
>> > though the update to the windows update activex control succeded, I've
>> > not been able to get any updates. Using either the custom or the express
>> > buttons,


>>> all I get is 'The website has encountered a problem and cannot
>> > display the page you are trying to view.



FWIW I would try using Fiddler2 to get better view of what the
message really means. E.g. are you even sure of the connectivity?


>>> The options provided below
>> > might help you solve the problem.' None of the options are useful.
>> >
>> > The machine has been activated and all of that. I have IE's security
>> > feature where it warns re security for every website you visit turned
>> > off.


>>> Internet connectivity is fine.



Details? The best test for a connectivity problem is to simulate it
as closely as necessary. E.g. Fiddler shows that IE's Alt-T,U
would start you out with

http://windowsupdate.microsoft.com/

and then there would a Javascript redirect.

So, what happens if we try that with Active Scripting disabled?...

I get a nice page which tells me that scripting must be enabled. YMMV.


OTOH you might have to go back even further in your simulation,
to your DNS lookup.

E.g. here's what I get from a ping -n 1 for that host name:

<cmd_output OS="XPsp3">
E:\>ping -n 1 windowsupdate.microsoft.com

Pinging windowsupdate.microsoft.nsatc.net [207.46.18.94] with 32 bytes of data:
</cmd_output>

Notice that there is an alias involved? If the problem is your DNS
and you want to cache the lookup for IE to use you should also
ping -n 1 that alias...


<cmd_output>
E:\>ping -n 1 windowsupdate.microsoft.nsatc.net

Pinging windowsupdate.microsoft.nsatc.net [207.46.18.94] with 32 bytes of data:
</cmd_output>

And you can use ipconfig /displaydns to verify that there is an
A record for that canonical name...

<cmd_output command="ipconfig /displaydns">
windowsupdate.microsoft.nsatc.net
----------------------------------------
Record Name . . . . . : windowsupdate.microsoft.nsatc.net
Record Type . . . . . : 1
Time To Live . . . . : 287
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 207.46.18.94
</cmd_output>

Then you get about 3 minutes to take advantage of it.


>> >

>> no input on this?
>>

> Someone must have a clue on this? MVPs?



Good luck

Robert Aldwinckle
---



 
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
DeviceIoControl fail in windows server 2003 standard edition fred Windows Vista Drivers 8 05-02-2007 02:32 PM
Server 2003 - Updates download but fail to install SteveH Windows Update 2 07-12-2006 06:03 PM
Windows Server 2003 - boot Lsass fail init 0xc0000142 after winupd StefanBC Windows Update 0 06-22-2005 05:10 PM
RE: Server 2003 updates fail Steve Windows Update 5 09-04-2004 09:09 AM
critical updates fail to install / server 2003 Balti Windows Update 4 07-18-2004 12:30 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