Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Error 0x80246008 -Is there a solution?

Reply
Thread Tools Display Modes

Error 0x80246008 -Is there a solution?

 
 
Rob
Guest
Posts: n/a

 
      07-09-2005
Howdy all,
I get this error when trying to do any sort of windows update for the past
few months and it has finally annoyed me enough to post about it.
I have several updates available and when i click install the whole list
just scrolls by and they all say failed. I get error 0x80246008 when i click
on the install history. That window just sys to try the update again.

Is there a fix for this? I can download them manually and install just fine
but it's a pain with 10 or 15 updates.
 
Reply With Quote
 
 
 
 
TaurArian
Guest
Posts: n/a

 
      07-09-2005
This error may occur if one or more of the following services are disabled or
unavailable. Background Intelligent Transfer Service (BITS) Event Log
http://v5.windowsupdate.microsoft.co...icleid=9&ln=en
or
http://update.microsoft.com/windowsu...=en&IsMu=False

The necessary services are disabled or unavailable. Error 0x80246008

This error may occur if the Background Intelligent Transfer Service is not enabled.
Note: Even if you are not using the Automatic Updates feature, the service must be
enabled for Windows Update.
http://v5.windowsupdate.microsoft.co...cleid=10&ln=en



"Rob" <> wrote in message
news:78A1BE5A-0AD3-4AFD-9267-...
> Howdy all,
> I get this error when trying to do any sort of windows update for the past
> few months and it has finally annoyed me enough to post about it.
> I have several updates available and when i click install the whole list
> just scrolls by and they all say failed. I get error 0x80246008 when i click
> on the install history. That window just sys to try the update again.
>
> Is there a fix for this? I can download them manually and install just fine
> but it's a pain with 10 or 15 updates.


 
Reply With Quote
 
TaurArian
Guest
Posts: n/a

 
      07-13-2005
If you can't get Bits started, then delete the two files in:

C:\Documents and Settings\AllUsers\ApplicationData\Microsoft\Networ k\Downloader

by opening a command prompt window, and key in (or copy/paste):
rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
hit ENTER

Now key in:
net start BITS
and hit ENTER

Now try starting the Background Intelligent Transfer Service

You may need to re-register the files previously mentioned.

PS hopefully MS will correct their error - qmgrproxy.dll



"Ben" <> wrote in message
news:...
> On Sat, 9 Jul 2005 22:10:31 +1000, "TaurArian"
> <> wrotc:
>
>>or
>>http://update.microsoft.com/windowsu...=en&IsMu=False

>
>
> On this site note that the reference to :
>
> regsvr32 qmgrproxy.dll
>
> Should read:
>
> regsvr32 qmgrprxy.dll
>
> Still doesn't fix the problem for me though,
>
> Ben


 
Reply With Quote
 
TaurArian
Guest
Posts: n/a

 
      07-14-2005
Justin H just posted this :-

<snip>
I've come back to this every now and again, and I finally fixed this one
last night. I pursued some avenues based on some of the other symptoms
I was experiencing, such as Search not being fully functional.

In the end, I'm not sure which of the two procedures did it, but here
they are. In an attempt to fix search, I did the following:

regsvr32 oleaut32.dll
regsvr32 jscript.dll
regsvr32 vbscript.dll
regsvr32 msxml.dll

And in an attempt to fix possible problems with security providers I
also did the following:

regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 cryptdlg.dll

After a reboot, I now have BITS up and running and have successfully
used Windows Updates.

Thanks for the help, and I hope this helps others.

Justin H.
<snip>


"Ben" <> wrote in message
news:...
> Thanks, tried that, but no change...
>
> I too hope Microsoft gets with this problem, and the similar BITS problems.
>
> Ben
>
> On Wed, 13 Jul 2005 18:22:57 +1000, "TaurArian"
> <> wrotc:
>
>>If you can't get Bits started, then delete the two files in:
>>
>>C:\Documents and Settings\AllUsers\ApplicationData\Microsoft\Networ k\Downloader
>>
>>by opening a command prompt window, and key in (or copy/paste):
>>rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
>>hit ENTER
>>
>>Now key in:
>>net start BITS
>>and hit ENTER
>>
>>Now try starting the Background Intelligent Transfer Service
>>
>>You may need to re-register the files previously mentioned.
>>
>>PS hopefully MS will correct their error - qmgrproxy.dll
>>
>>
>>
>>"Ben" <> wrote in message
>>news:. ..
>>> On Sat, 9 Jul 2005 22:10:31 +1000, "TaurArian"
>>> <> wrotc:
>>>
>>>>or
>>>>http://update.microsoft.com/windowsu...=en&IsMu=False
>>>
>>>
>>> On this site note that the reference to :
>>>
>>> regsvr32 qmgrproxy.dll
>>>
>>> Should read:
>>>
>>> regsvr32 qmgrprxy.dll
>>>
>>> Still doesn't fix the problem for me though,
>>>
>>> Ben

>


 
Reply With Quote
 
loupylou
Guest
Posts: n/a

 
      08-02-2005
i typed the commands as listed below in orderand when i got to the second to
last BITS restarted!THANKS A MILLION!!!!!

"TaurArian" wrote:

> Justin H just posted this :-
>
> <snip>
> I've come back to this every now and again, and I finally fixed this one
> last night. I pursued some avenues based on some of the other symptoms
> I was experiencing, such as Search not being fully functional.
>
> In the end, I'm not sure which of the two procedures did it, but here
> they are. In an attempt to fix search, I did the following:
>
> regsvr32 oleaut32.dll
> regsvr32 jscript.dll
> regsvr32 vbscript.dll
> regsvr32 msxml.dll
>
> And in an attempt to fix possible problems with security providers I
> also did the following:
>
> regsvr32 softpub.dll
> regsvr32 wintrust.dll
> regsvr32 initpki.dll
> regsvr32 cryptdlg.dll
>
> After a reboot, I now have BITS up and running and have successfully
> used Windows Updates.
>
> Thanks for the help, and I hope this helps others.
>
> Justin H.
> <snip>
>
>
> "Ben" <> wrote in message
> news:...
> > Thanks, tried that, but no change...
> >
> > I too hope Microsoft gets with this problem, and the similar BITS problems.
> >
> > Ben
> >
> > On Wed, 13 Jul 2005 18:22:57 +1000, "TaurArian"
> > <> wrotc:
> >
> >>If you can't get Bits started, then delete the two files in:
> >>
> >>C:\Documents and Settings\AllUsers\ApplicationData\Microsoft\Networ k\Downloader
> >>
> >>by opening a command prompt window, and key in (or copy/paste):
> >>rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
> >>hit ENTER
> >>
> >>Now key in:
> >>net start BITS
> >>and hit ENTER
> >>
> >>Now try starting the Background Intelligent Transfer Service
> >>
> >>You may need to re-register the files previously mentioned.
> >>
> >>PS hopefully MS will correct their error - qmgrproxy.dll
> >>
> >>
> >>
> >>"Ben" <> wrote in message
> >>news:. ..
> >>> On Sat, 9 Jul 2005 22:10:31 +1000, "TaurArian"
> >>> <> wrotc:
> >>>
> >>>>or
> >>>>http://update.microsoft.com/windowsu...=en&IsMu=False
> >>>
> >>>
> >>> On this site note that the reference to :
> >>>
> >>> regsvr32 qmgrproxy.dll
> >>>
> >>> Should read:
> >>>
> >>> regsvr32 qmgrprxy.dll
> >>>
> >>> Still doesn't fix the problem for me though,
> >>>
> >>> Ben

> >

>
>

 
Reply With Quote
 
gvgIII
Guest
Posts: n/a

 
      08-04-2005


"TaurArian" wrote:

> Justin H just posted this :-
>
> <snip>
> I've come back to this every now and again, and I finally fixed this one
> last night. I pursued some avenues based on some of the other symptoms
> I was experiencing, such as Search not being fully functional.
>
> In the end, I'm not sure which of the two procedures did it, but here
> they are. In an attempt to fix search, I did the following:
>
> regsvr32 oleaut32.dll
> regsvr32 jscript.dll
> regsvr32 vbscript.dll
> regsvr32 msxml.dll
>
> And in an attempt to fix possible problems with security providers I
> also did the following:
>
> regsvr32 softpub.dll
> regsvr32 wintrust.dll
> regsvr32 initpki.dll
> regsvr32 cryptdlg.dll
>
> After a reboot, I now have BITS up and running and have successfully
> used Windows Updates.
>
> Thanks for the help, and I hope this helps others.
>
> Justin H.
> <snip>
>
>
> "Ben" <> wrote in message
> news:...
> > Thanks, tried that, but no change...
> >
> > I too hope Microsoft gets with this problem, and the similar BITS problems.
> >
> > Ben
> >
> > On Wed, 13 Jul 2005 18:22:57 +1000, "TaurArian"
> > <> wrotc:
> >
> >>If you can't get Bits started, then delete the two files in:
> >>
> >>C:\Documents and Settings\AllUsers\ApplicationData\Microsoft\Networ k\Downloader
> >>
> >>by opening a command prompt window, and key in (or copy/paste):
> >>rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
> >>hit ENTER
> >>
> >>Now key in:
> >>net start BITS
> >>and hit ENTER
> >>
> >>Now try starting the Background Intelligent Transfer Service
> >>
> >>You may need to re-register the files previously mentioned.
> >>
> >>PS hopefully MS will correct their error - qmgrproxy.dll
> >>
> >>
> >>
> >>"Ben" <> wrote in message
> >>news:. ..
> >>> On Sat, 9 Jul 2005 22:10:31 +1000, "TaurArian"
> >>> <> wrotc:
> >>>
> >>>>or
> >>>>http://update.microsoft.com/windowsu...=en&IsMu=False
> >>>
> >>>
> >>> On this site note that the reference to :
> >>>
> >>> regsvr32 qmgrproxy.dll
> >>>
> >>> Should read:
> >>>
> >>> regsvr32 qmgrprxy.dll
> >>>
> >>> Still doesn't fix the problem for me though,
> >>>
> >>> Ben

> >

>
>

 
Reply With Quote
 
Miss Peggy
Guest
Posts: n/a

 
      08-20-2005
Thank you Justin - it worked <
Miss Peggy

 
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
My solution to error code 0x80072EFD error - Failed to install Clueless Windows Update 0 06-15-2005 04:47 AM
Windows XP update download problem, error 0x80246008 ? angu01 Windows Update 13 04-11-2005 11:55 PM
1 solution error 0x80010108 Ken Windows Update 0 08-31-2004 02:29 AM
Error 0x80246008 C J P Windows Update 2 08-23-2004 12:31 PM
Error solution Virgilio Masiglat Windows Update 1 02-02-2004 03:49 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