Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Cannot Download Windows Updates at all

Reply
Thread Tools Display Modes

Cannot Download Windows Updates at all

 
 
Nysys
Guest
Posts: n/a

 
      02-18-2008
I get this error number - 0x80246008 - when I check my windows update history.

I followed the instructions on this kb article -
http://support.microsoft.com/kb/910337/en-us. No help, unfortunately.

I checked my windows update log on my computer, i get this error -
Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update
B5718698-D6E7-4E54-8744-0136ED23DEF7 is "PerUpdate" regulated and can NOT
download. Sequence 1725 vs AcceptRate 0.

Also, when I check to see if BITS is started, I get this error - "Could not
start the background intelligent transfer service service on local computer,
error 126: the specified module could not be found"

XP SP2 (validated, purchased copy) if this helps. Any help would be
appreciated on how to get windows updates working again.
 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      02-18-2008
"Nysys" <> wrote in message
news:8E533951-B335-41EA-B058-...
>I get this error number - 0x80246008 - when I check my windows update history.
>
> I followed the instructions on this kb article -
> http://support.microsoft.com/kb/910337/en-us. No help, unfortunately.
>
> I checked my windows update log on my computer, i get this error -
> Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update
> B5718698-D6E7-4E54-8744-0136ED23DEF7 is "PerUpdate" regulated and can NOT
> download. Sequence 1725 vs AcceptRate 0.
>
> Also, when I check to see if BITS is started, I get this error - "Could not
> start the background intelligent transfer service service on local computer,
> error 126: the specified module could not be found"



Use bitsadmin in a cmd window to diagnose the problem
(and potentially force a repair of that service.)


>
> XP SP2 (validated, purchased copy) if this helps. Any help would be
> appreciated on how to get windows updates working again.



 
Reply With Quote
 
Nysys
Guest
Posts: n/a

 
      02-18-2008
Alright, here are my results.

I forced the repair, and it succeeded in creating the bits service.

However, when it tried to instantiate the bits main interface,
IbackgroundCopyManager, it failed.

The cmd prompt posted:
"Failed to instantiate BITS Manager Interface - 0x80080005
Detailed error code retrieved - 0x0000007e"

Then it posted that the code didn't suggest a cause, and I was sent to the
knowledge base again, where I wasn't given any other advice that I haven't
taken already.

Thank you for the reply
 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      02-19-2008
Tip: Temporarily disable real-time protection by your anti-virus and/or
anti-spyware applications (e.g., CounterSpy, Spysweeper, Spybot Tea Timer,
AVG Anti-Spyware) and/or any third-party firewall (e.g., ZA) before
attempting to install the update(s). If you disable the third-party
firewall, make certain that you enable the Windows Firewall!

=====================

How to troubleshoot Windows Update, Microsoft Update, and Windows Server
Update Services installation issues:
http://support.microsoft.com/?kbid=906602

1. See the "Need more help? Tell us what problem you are having" section of
http://support.microsoft.com/?scid=ph;en-us;6527

2. You cannot install some updates or programs
http://support.microsoft.com/default...b;en-us;822798

3a. Check Windowsupdate.log (%windir%\Windowsupdate.log) for errors
associated with the download/install.

How to read the Windowsupdate.log file
http://support.microsoft.com/kb/902093

3b. Compare errors to those listed here:
http://www.bleepingcomputer.com/blog...showentry=1122
and/or go to http://windowsupdate.microsoft.com > click on Help and Support
link in left pane > Solve problems on your own.

===========================

Start a free Windows Update support incident request:
https://support.microsoft.com/oas/de...spx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/


Nysys wrote:
> I get this error number - 0x80246008 - when I check my windows update
> history.
>
> I followed the instructions on this kb article -
> http://support.microsoft.com/kb/910337/en-us. No help, unfortunately.
>
> I checked my windows update log on my computer, i get this error -
> Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update
> B5718698-D6E7-4E54-8744-0136ED23DEF7 is "PerUpdate" regulated and can NOT
> download. Sequence 1725 vs AcceptRate 0.
>
> Also, when I check to see if BITS is started, I get this error - "Could
> not
> start the background intelligent transfer service service on local
> computer,
> error 126: the specified module could not be found"
>
> XP SP2 (validated, purchased copy) if this helps. Any help would be
> appreciated on how to get windows updates working again.


 
Reply With Quote
 
Nysys
Guest
Posts: n/a

 
      02-19-2008
I gave the advice given here a shot again, and I reinstalled IE7. The advice
posted by Robert seemed to work, because I was able to download updates again
through the automatic updates and through windows updates.

Thanks again, this is a huge load off of my mind.
 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      02-19-2008
"Nysys" <> wrote in message
news:00531A19-2B5E-4105-95C3-...
> Alright, here are my results.
>
> I forced the repair, and it succeeded in creating the bits service.
>
> However, when it tried to instantiate the bits main interface,
> IbackgroundCopyManager, it failed.
>
> The cmd prompt posted:
> "Failed to instantiate BITS Manager Interface - 0x80080005



That's probably a sign of a permissions problem.


> Detailed error code retrieved - 0x0000007e"


<cmd_output OS="XPsp2">
F:\>set /a c =0x7e
126
F:\>net helpmsg %c%

The specified module could not be found.
</cmd_output>


That seems misleading. You could try using ProcMon to find out
what it really means.


BTW is this all the messages that you got from the bitsadmin command?
Was that from

bitsadmin /util /repairservice /force

or did you also later try

bitsadmin /util /version /verbose

from which you are just giving us excerpts?

BTW if you had left the thread intact I would have cross-posted this
to the BITS NG.


Glad to see you found a solution somehow.


Robert
---


>
> Then it posted that the code didn't suggest a cause, and I was sent to the
> knowledge base again, where I wasn't given any other advice that I haven't
> taken already.
>
> Thank you for the reply



 
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 will not run updates to download windows does not run updates Windows Update 2 08-13-2006 04:41 AM
cannot download Windows Updates CTMV Windows Update 1 02-01-2005 11:11 PM
Cannot Download Windows Updates At -ALL- Patrick Windows Update 4 08-23-2004 10:27 AM
Windows updates which I need to download won't appear. Kane Windows Update 2 12-08-2003 10:19 AM
Windows Updates won`t download Ross Roberts Windows Update 0 07-24-2003 03:33 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