Really persistent BITS belly up


Go Back   Computer Help Articles > Windows Update
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 05:07 PM
Goldnsteel
 
Posts: n/a
Default Really persistent BITS belly up

I know this ones a common theme, but all the promising help threads I have
found here have not helped me yet. I've opened a new thread since someone
suggested it was the proper procedure. I am by no means an expert, so I hope
the following details are clear and enable some benevolent do-gooder to help.

Problem: Windows updates hangs and fails with Error Code 0x80246008. Event
Log shows service specific error code 2147942402. BITS will not start. OS
is W2000 SP4. Yes - Norton was uninstalled recently - I understand this
tends to do strange things.

Here are my failed solutions:
- Installed rollup 1 for SP4
- Deleted files from C:\Documents and Settings\All Users\Application
Data\Microsoft\Network\Downloader
- registered (regsvr32) on oleaut32.dll, jscript.dll, vbscript.dll,
msxml.dll, softpub.dll, wintrust.dll, initpki.dll, and cryptdlg.dll,
- Ensured that dependencies (RPC, System Event Notification, COM+ Event
System, and Windows Management Instrumentation Driver Extensions) were
started.
- Local System Account logon enabled (in BITS)
- Tried to load Bitsadmin from Support.cab on my installation disk. (it
wasnt found in the unzipped directory)
- Tried to reset the security settings on the BITS service by using 'sc
sdset bits' (but my OS didn't recognize the sc command)
- Registered (regsvr32.exe) on qmgr.dll and qmgrprxy.dll
- Tried to reinstall the BITs service from the command prompt using
"%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
DefaultInstall 132 %SystemRoot%\inf\qmgr.inf" --> install failed
- Tried the following from the command window;
[
rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
hit ENTER
Now key in:
net start BITS
and hit ENTER
] - BITS failed to start with same error code
- Added BITS and WUAUSERV to the ntsrvc registry key
Reply With Quote
  #2  
Old 01-05-2006, 05:07 PM
Torgeir Bakken \(MVP\)
 
Posts: n/a
Default Re: Really persistent BITS belly up

Hi,

If you are using Windows 2000 and not Windows XP, note that SC.exe
doesn't come builtin with Windows 2000. You can download it from here:
ftp://ftp.microsoft.com/reskit/win2000/



Goldnsteel wrote:

> I know this ones a common theme, but all the promising help threads I have
> found here have not helped me yet. I've opened a new thread since someone
> suggested it was the proper procedure. I am by no means an expert, so I hope
> the following details are clear and enable some benevolent do-gooder to help.
>
> Problem: Windows updates hangs and fails with Error Code 0x80246008. Event
> Log shows service specific error code 2147942402. BITS will not start. OS
> is W2000 SP4. Yes - Norton was uninstalled recently - I understand this
> tends to do strange things.
>
> Here are my failed solutions:
> - Installed rollup 1 for SP4
> - Deleted files from C:\Documents and Settings\All Users\Application
> Data\Microsoft\Network\Downloader
> - registered (regsvr32) on oleaut32.dll, jscript.dll, vbscript.dll,
> msxml.dll, softpub.dll, wintrust.dll, initpki.dll, and cryptdlg.dll,
> - Ensured that dependencies (RPC, System Event Notification, COM+ Event
> System, and Windows Management Instrumentation Driver Extensions) were
> started.
> - Local System Account logon enabled (in BITS)
> - Tried to load Bitsadmin from Support.cab on my installation disk. (it
> wasnt found in the unzipped directory)
> - Tried to reset the security settings on the BITS service by using 'sc
> sdset bits' (but my OS didn't recognize the sc command)
> - Registered (regsvr32.exe) on qmgr.dll and qmgrprxy.dll
> - Tried to reinstall the BITs service from the command prompt using
> "%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
> DefaultInstall 132 %SystemRoot%\inf\qmgr.inf" --> install failed
> - Tried the following from the command window;
> [
> rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
> hit ENTER
> Now key in:
> net start BITS
> and hit ENTER
> ] - BITS failed to start with same error code
> - Added BITS and WUAUSERV to the ntsrvc registry key



--
torgeir, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
Reply With Quote
  #3  
Old 01-05-2006, 05:07 PM
Torgeir Bakken \(MVP\)
 
Posts: n/a
Default Re: Really persistent BITS belly up

Hi,

Please try this as well:

Start Regedit.exe (from Start/Run)

Locate the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\BackupRestore\

Create the following key if it does not exist:
FilesNotToBackup

so you have this path when finished:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l
\BackupRestore\FilesNotToBackup\


Now see if BITS will start.


Goldnsteel wrote:

> I know this ones a common theme, but all the promising help threads I have
> found here have not helped me yet. I've opened a new thread since someone
> suggested it was the proper procedure. I am by no means an expert, so I hope
> the following details are clear and enable some benevolent do-gooder to help.
>
> Problem: Windows updates hangs and fails with Error Code 0x80246008. Event
> Log shows service specific error code 2147942402. BITS will not start. OS
> is W2000 SP4. Yes - Norton was uninstalled recently - I understand this
> tends to do strange things.
>
> Here are my failed solutions:
> - Installed rollup 1 for SP4
> - Deleted files from C:\Documents and Settings\All Users\Application
> Data\Microsoft\Network\Downloader
> - registered (regsvr32) on oleaut32.dll, jscript.dll, vbscript.dll,
> msxml.dll, softpub.dll, wintrust.dll, initpki.dll, and cryptdlg.dll,
> - Ensured that dependencies (RPC, System Event Notification, COM+ Event
> System, and Windows Management Instrumentation Driver Extensions) were
> started.
> - Local System Account logon enabled (in BITS)
> - Tried to load Bitsadmin from Support.cab on my installation disk. (it
> wasnt found in the unzipped directory)
> - Tried to reset the security settings on the BITS service by using 'sc
> sdset bits' (but my OS didn't recognize the sc command)
> - Registered (regsvr32.exe) on qmgr.dll and qmgrprxy.dll
> - Tried to reinstall the BITs service from the command prompt using
> "%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
> DefaultInstall 132 %SystemRoot%\inf\qmgr.inf" --> install failed
> - Tried the following from the command window;
> [
> rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
> hit ENTER
> Now key in:
> net start BITS
> and hit ENTER
> ] - BITS failed to start with same error code
> - Added BITS and WUAUSERV to the ntsrvc registry key



--
torgeir, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
Reply With Quote
  #4  
Old 01-05-2006, 05:07 PM
Goldnsteel
 
Posts: n/a
Default Re: Really persistent BITS belly up

Thankyou so much! You are a Windows God! Your fix worked. I guess I
shouldn't be surprised that the successful fix would be so easy, reading all
the other threads about this problem. But I would never have found it
without your help.

I am a little puzzled about how it happened. I am assuming that the Norton
uninstall deleted that Registry key. If so, is it a good idea to purchase a
program that manages the Registry to improve performance and fix system
problems? Or are they dangerous as well?

"Torgeir Bakken (MVP)" wrote:

> Hi,
>
> Please try this as well:
>
> Start Regedit.exe (from Start/Run)
>
> Locate the registry key
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\BackupRestore\
>
> Create the following key if it does not exist:
> FilesNotToBackup
>
> so you have this path when finished:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l
> \BackupRestore\FilesNotToBackup\
>
>
> Now see if BITS will start.
>
>
> Goldnsteel wrote:
>
> > I know this ones a common theme, but all the promising help threads I have
> > found here have not helped me yet. I've opened a new thread since someone
> > suggested it was the proper procedure. I am by no means an expert, so I hope
> > the following details are clear and enable some benevolent do-gooder to help.
> >
> > Problem: Windows updates hangs and fails with Error Code 0x80246008. Event
> > Log shows service specific error code 2147942402. BITS will not start. OS
> > is W2000 SP4. Yes - Norton was uninstalled recently - I understand this
> > tends to do strange things.
> >
> > Here are my failed solutions:
> > - Installed rollup 1 for SP4
> > - Deleted files from C:\Documents and Settings\All Users\Application
> > Data\Microsoft\Network\Downloader
> > - registered (regsvr32) on oleaut32.dll, jscript.dll, vbscript.dll,
> > msxml.dll, softpub.dll, wintrust.dll, initpki.dll, and cryptdlg.dll,
> > - Ensured that dependencies (RPC, System Event Notification, COM+ Event
> > System, and Windows Management Instrumentation Driver Extensions) were
> > started.
> > - Local System Account logon enabled (in BITS)
> > - Tried to load Bitsadmin from Support.cab on my installation disk. (it
> > wasnt found in the unzipped directory)
> > - Tried to reset the security settings on the BITS service by using 'sc
> > sdset bits' (but my OS didn't recognize the sc command)
> > - Registered (regsvr32.exe) on qmgr.dll and qmgrprxy.dll
> > - Tried to reinstall the BITs service from the command prompt using
> > "%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection
> > DefaultInstall 132 %SystemRoot%\inf\qmgr.inf" --> install failed
> > - Tried the following from the command window;
> > [
> > rd /q /s "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"
> > hit ENTER
> > Now key in:
> > net start BITS
> > and hit ENTER
> > ] - BITS failed to start with same error code
> > - Added BITS and WUAUSERV to the ntsrvc registry key

>
>
> --
> torgeir, Microsoft MVP Scripting, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BITS and strange behavior caerdwyn@gmail.com Windows XP General 1 01-06-2006 02:06 AM
BITS and strange behavior caerdwyn@gmail.com Windows XP Help and Support 0 01-05-2006 06:36 PM
Update installation fails Harold Cataquet Windows Update 23 01-05-2006 05:17 PM
Re: BITS Error 2147942402 (0x80070002) gynee Windows Update 0 01-05-2006 05:02 PM
BITS Error Frank Windows XP Help and Support 0 01-05-2006 02:44 AM


All times are GMT. The time now is 12:30 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Really persistent BITS belly up