Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Really persistent BITS belly up

Reply
Thread Tools Display Modes

Really persistent BITS belly up

 
 
Goldnsteel
Guest
Posts: n/a

 
      11-23-2005
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
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      11-23-2005
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
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      11-23-2005
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
 
Goldnsteel
Guest
Posts: n/a

 
      11-24-2005
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
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
persistent state KRK Windows Vista General Discussion 1 03-02-2008 12:58 PM
Internet Explorer 7 (32-bits) keeps on freezing wile the 64-bits works OK in Vista 64 Trond Ruud Windows Vista General Discussion 2 06-16-2007 03:30 PM
Digital signature for 32 bits and 64 bits question. hsphuah@usa.com Windows Vista Drivers 2 01-18-2006 12:14 AM
Persistent Pop Ups sjwnurse Windows Update 0 04-20-2005 02:43 PM
Persistent Pop Ups Jim Windows Update 0 04-19-2005 08:24 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