|
| ||||||||||
| Tags: 0x80246008 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Error Code: 0x80246008
Get the following: Error Code: 0x80246008 Problem: The following failed to update: Microsoft Windows Installer 3.1 Update for Windows XP (KB898461) Windows Genuine Advantage Validation Tool (KB892130) -- jrm |
|
#2
| |||
| |||
| Re: Error Code: 0x80246008
This error may occur if one or more of the following services are disabled or unavailable. Background Intelligent Transfer Service (BITS) Event Log http://update.microsoft.com/windowsu...=en&IsMu=False http://support.microsoft.com/?kbid=883822 You receive a "The necessary services are disabled or unavailable" error message when you connect to the Microsoft Windows Update Web site or to the Microsoft Update Web site "JR" <JR@discussions.microsoft.com> wrote in message news:41D5BCC5-88BB-442B-B92A-F36A88CD81FC@microsoft.com... > Trying to update. > Get the following: > > Error Code: 0x80246008 > > Problem: > The following failed to update: > Microsoft Windows Installer 3.1 > Update for Windows XP (KB898461) > Windows Genuine Advantage Validation Tool (KB892130) > > > > > > -- > jrm |
|
#3
| |||
| |||
| Re: Error Code: 0x80246008
I found by accident that AU did not work, manually I found the same error as OP. I tried to activate BITS but no go. I did follow the procedure on art. 883822 (rereg those dll's - ok,ok) but after that BITS would not wake up either. Errorcode -2147024894. In the system log it states: 2147942402 (0x80070002). Any ideas? "TaurArian [MVP]" wrote: > This error may occur if one or more of the following services are disabled or > unavailable. Background Intelligent Transfer Service (BITS) Event Log > http://update.microsoft.com/windowsu...=en&IsMu=False > > http://support.microsoft.com/?kbid=883822 > You receive a "The necessary services are disabled or unavailable" error message when > you connect to the Microsoft Windows Update Web site or to the Microsoft Update Web > site > > > "JR" <JR@discussions.microsoft.com> wrote in message > news:41D5BCC5-88BB-442B-B92A-F36A88CD81FC@microsoft.com... > > Trying to update. > > Get the following: > > > > Error Code: 0x80246008 > > > > Problem: > > The following failed to update: > > Microsoft Windows Installer 3.1 > > Update for Windows XP (KB898461) > > Windows Genuine Advantage Validation Tool (KB892130) > > > > > > > > > > > > -- > > jrm > > |
|
#4
| |||
| |||
| Re: Error Code: 0x80246008
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bert W wrote: > I found by accident that AU did not work, manually I found the same error as > OP. I tried to activate BITS but no go. I did follow the procedure on art. > 883822 (rereg those dll's - ok,ok) but after that BITS would not wake up > either. Errorcode -2147024894. In the system log it states: 2147942402 > (0x80070002). Any ideas? Please, read the related part with BITS in this article, and see if this helps. **/Maintenance and operation of Windows Update core services http://www.fermu.com/content/view/256/2/lang,us/ - -- Saludos / Fernando M. MS MVP Windows - Shell/User Fermu's Website - http://www.fermu.com Fermu's Forum - http://fermu.notlong.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFDe257TOjWl8puOQ4RAj8DAJ43BeCDv9eJcSMW4kLLZqsiQsWNzwCeONNm ER1zsnCx9ZqPBsoCp9BBW3s= =leVO -----END PGP SIGNATURE----- |
|
#5
| |||
| |||
| Re: Error Code: 0x80246008
Try manually downloading the BITS package and install it. http://www.microsoft.com/downloads/d...displaylang=en Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 (KB842773) If appropriate reboot and then try and start BITS. "Bert W" <Bert W@discussions.microsoft.com> wrote in message news:E71C8B47-E6D9-4800-814C-EAD3A7BD5F19@microsoft.com... >I found by accident that AU did not work, manually I found the same error as > OP. I tried to activate BITS but no go. I did follow the procedure on art. > 883822 (rereg those dll's - ok,ok) but after that BITS would not wake up > either. Errorcode -2147024894. In the system log it states: 2147942402 > (0x80070002). Any ideas? > > "TaurArian [MVP]" wrote: > >> This error may occur if one or more of the following services are disabled or >> unavailable. Background Intelligent Transfer Service (BITS) Event Log >> http://update.microsoft.com/windowsu...=en&IsMu=False >> >> http://support.microsoft.com/?kbid=883822 >> You receive a "The necessary services are disabled or unavailable" error message >> when >> you connect to the Microsoft Windows Update Web site or to the Microsoft Update >> Web >> site >> >> >> "JR" <JR@discussions.microsoft.com> wrote in message >> news:41D5BCC5-88BB-442B-B92A-F36A88CD81FC@microsoft.com... >> > Trying to update. >> > Get the following: >> > >> > Error Code: 0x80246008 >> > >> > Problem: >> > The following failed to update: >> > Microsoft Windows Installer 3.1 >> > Update for Windows XP (KB898461) >> > Windows Genuine Advantage Validation Tool (KB892130) >> > >> > >> > >> > >> > >> > -- >> > jrm >> >> |
|
#6
| |||
| |||
| Re: Error Code: 0x80246008
In another thread (2147942402 (0x80070002)) I found the solution to get BITS active. The problem has obviously something to do with the removal of Norton AVirus awhile ago. I post the solution here. All credits go to David_C. Thanks again. Hello all, If deleting the ..\downloader folder has not solved your problem try this. It should do the trick. 1. Open a new text document on your desktop. -right click on desktop -point to new -point to text document 2. Copy and paste the following entries into the text document. regsvr32 oleaut32.dll regsvr32 jscript.dll regsvr32 vbscript.dll regsvr32 msxml.dll regsvr32 softpub.dll regsvr32 wintrust.dll regsvr32 initpki.dll regsvr32 cryptdlg.dll 3. Save this file as a batch file. -click on save as -open the drop down box at the bottom to read save as file type: all files -name of file: BITS_fix.bat (the .bat is creating a batch file) 4. Run the BITS_fix.bat (double-click) 5. Now start BITS service. Should start fine and allow all updates. Explanation: (I think this is what's happening) -Removing an anti-virus program removes or corrupts initpki.dll. Hopes this works for any frustrated users out there. Regards, Bert W "Bert W" wrote: > I found by accident that AU did not work, manually I found the same error as > OP. I tried to activate BITS but no go. I did follow the procedure on art. > 883822 (rereg those dll's - ok,ok) but after that BITS would not wake up > either. Errorcode -2147024894. In the system log it states: 2147942402 > (0x80070002). Any ideas? > > "TaurArian [MVP]" wrote: > > > This error may occur if one or more of the following services are disabled or > > unavailable. Background Intelligent Transfer Service (BITS) Event Log > > http://update.microsoft.com/windowsu...=en&IsMu=False > > > > http://support.microsoft.com/?kbid=883822 > > You receive a "The necessary services are disabled or unavailable" error message when > > you connect to the Microsoft Windows Update Web site or to the Microsoft Update Web > > site > > > > > > "JR" <JR@discussions.microsoft.com> wrote in message > > news:41D5BCC5-88BB-442B-B92A-F36A88CD81FC@microsoft.com... > > > Trying to update. > > > Get the following: > > > > > > Error Code: 0x80246008 > > > > > > Problem: > > > The following failed to update: > > > Microsoft Windows Installer 3.1 > > > Update for Windows XP (KB898461) > > > Windows Genuine Advantage Validation Tool (KB892130) > > > > > > > > > > > > > > > > > > -- > > > jrm > > > > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Error Code: 0x80246008" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| startup error code:0x80090006 ,,unable to locate activation code | Mr.Walter | Windows XP Support | 3 | 04-01-2012 05:08 PM |
| Error Code 4400:011A and Error Code 0F00:133C | mkwn | Operating Systems | 1 | 14-10-2011 12:39 PM |
| WARNING: GetConfig failure, error = 0x80244021, soap client error = 10, soap error code = 0, HTTP status code = 502 | LAMONT D | Server Update Service | 9 | 10-04-2009 01:51 AM |
| Windows Update Error Code 80070422 and Error code 1058 | CloudJames | Windows Update | 4 | 10-01-2009 10:44 AM |
| WSUSand error 0x80244019, soap error code = 0, HTTP status code = | Skamionek | Windows Update | 2 | 28-06-2007 12:10 AM |