"drumr" <> wrote in message
news:5A3016FF-CEA9-4727-A5E9-...
> Update site list and attempts to download update for Both of my PCs (one is
> XP proSP2 the other VistaRC1) bothe fail with e foloowing error code
> 0x801901FD. Search Microsoft.com and returned NO RESULTs. Anyone see this?
What is its context? Error codes like 0x8019xxxx seem to fall into
an transport error category perhaps you should investigate the problem
from that angle? E.g. do a packet trace or use FiddlerTool to see if it
is some obscure HTTP error code. E.g. since 0x80190194 = HTTP404
and 0194 = 404 perhaps 0x801901FD = HTTP509 (since 01FD = 509)
Extrapolating from that we find:
http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
(Live Search for
HTTP 509
)
<quote>
509: Bandwidth Limit Exceeded
</quote>
Hmm... perhaps you should check with your ISP? E.g. have you been
doing too many big downloads this month? Wait 'til next month and retry? ; )
Good luck
Robert Aldwinckle
---