Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Error in Update Downloads

Reply
Thread Tools Display Modes

Error in Update Downloads

 
 
TC
Guest
Posts: n/a

 
      07-14-2005
Up until now I have always been able to download and install updats. Now I
can download them but they fail to install. I keep getting Error
Code:Ox800706BA, Ox80070103, and another is Ox800706BE. That is only 3 of
them that i get. Can anyone help me with this or tell me why I'm getting this
error code. Thank You, Theresa
--
Theresa Vandever
 
Reply With Quote
 
 
 
 
SAME PROBLEM WITH ME
Guest
Posts: n/a

 
      07-14-2005
i have the same problem with 3 updates i don't think its our computers
al

"TC" wrote:

> Up until now I have always been able to download and install updats. Now I
> can download them but they fail to install. I keep getting Error
> Code:Ox800706BA, Ox80070103, and another is Ox800706BE. That is only 3 of
> them that i get. Can anyone help me with this or tell me why I'm getting this
> error code. Thank You, Theresa
> --
> Theresa Vandever

 
Reply With Quote
 
TC
Guest
Posts: n/a

 
      07-15-2005
Thank you for letting me know you dont think is our computers. I was really
starting to wonder. I have tried everything that I can think of to try to
correct this and nothing I mean nothing seems to work. The download works
just fine but when it goes to install we forget it. It just tells me that it
failed. This is the first time I have had this problem. I would think that if
there are so many that are having problems with the updates installing that
they would be right on it to get the bugs worked out that seem to be causing
the install failures. But if you or anyone out there does figure out what it
is and find a fix PLEASE let me know. Thanks again!
--
Theresa Vandever


"SAME PROBLEM WITH ME" wrote:

> i have the same problem with 3 updates i don't think its our computers
> al
>
> "TC" wrote:
>
> > Up until now I have always been able to download and install updats. Now I
> > can download them but they fail to install. I keep getting Error
> > Code:Ox800706BA, Ox80070103, and another is Ox800706BE. That is only 3 of
> > them that i get. Can anyone help me with this or tell me why I'm getting this
> > error code. Thank You, Theresa
> > --
> > Theresa Vandever

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      07-16-2005
"TC" <> wrote in message
news:3B6744C7-098C-4F2F-85E8-...
> Up until now I have always been able to download and install updats. Now I
> can download them but they fail to install. I keep getting Error
> Code:Ox800706BA, Ox80070103, and another is Ox800706BE. That is only 3 of
> them that i get. Can anyone help me with this or tell me why I'm getting this
> error code.


First of all note that the convention for presenting hex codes is
to prefix 8 hex digits with 0x not Ox as you have written them.
So if you were searching for those codes you would be much
more likely to find significant information by searching for it with
with 0x800706BA OR 0x80070103 OR 0x800706BE

Next we find that 0x800706BA and 0x800706BE are both related
to the RPC service and both suggest that it might not be working

http://inetexplorer.mvps.org/archive/wuc.htm

(MSN search for
0x800706BA AND 0x80070103 AND 0x800706BE
)


So, start by checking on that the status of that service.
You can use the services.msc console or, as I prefer,
use a cmd window.

I can't remember off-hand what the service name is.
Here is how you could check if it by assuming that it
would have RPC in its name:

>net start | find /i "RPC"

Remote Procedure Call (RPC)

I.e. if you don't see that second line assume it isn't running.

I believe net start would accept that whole string in quotes
as an operand; otherwise just use services.msc to start it.

Oh. I just remembered how to find out the name if you prefer
to use that. Use the tasklist command:

tasklist /svc /fi "Imagename eq svchost.exe"

Then I see it's RpcSs

So you could also check it with

sc queryex RpcSs

or (presumably) restart it with

net start rpcss

That may be a sufficient repair if you know why the service
wasn't running. Otherwise you should try to find out why it failed.
E.g. look for clues in the Event Viewer.


> Thank You, Theresa
> --
> Theresa Vandever



HTH

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
Windows Update V5 Downloads update but fails to install it Mike Windows Update 0 02-16-2005 05:29 AM
Update Fails it downloads fine but doesnt install, NO error cod Ryoma Nagare Windows Update 0 09-22-2004 11:19 AM
HTTP error 403 when attempting Win update downloads Lenny Loder Windows Update 1 04-18-2004 06:57 PM
Win98 Windows update starts update download window but never downloads anything Jonny Windows Update 1 02-04-2004 10:30 AM
Error - Windows Update Downloads Ross Windows Update 1 09-19-2003 09:14 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