Link to home
Start Free TrialLog in
Avatar of y2kdan
y2kdan

asked on

Why is BITS on some of my computers not starting thus causing windows updates with WSUS to fail?

I have setup WSUS 301. Most target clients have been reporting. However, I have noted on reports that some computers were not updating. What appears to be common among those failing to update is BITS. While it is set on Automatic, this service is not starting. WHen manually run, it comes up with service-specific error code - 2147467243. I have ran the command 'wuauclt /detectnow" to no avail. I have also deleted the Downloader folder in the alluser profile (C:\Documents and Settings\All Users\Application Data\Microsoft\Network\Downloader) and other than it gets recreated after running the 'detectnow' command, BITS still fails to start.

Would appreciate help to solve this issue.
Avatar of Don
Don
Flag of United States of America image

Take a look at Dial a Fix
http://wiki.lunarsoft.net/wiki/Dial-a-fix
Specifically under Known issues and the command:
 
bitsadmin.exe /util /repairservice
I had the same issue myself.

I just found out that some of windows serial numbers are getting rejected in same networks.

You may need to change your serial number when you have same OS (platform and version and family) on same network.

I used 1 key to install 5 computers. this key was a multi license key and it was 100% legal to use.

I installed my win2k3 datacenter with this cdkey on 5 machines on a network. all got faild to update and result of BITS failure.

Just try to install your OS with some other key (to try it atleast) and you will see it will work ;)
Avatar of y2kdan
y2kdan

ASKER

ran the DAF tool and got "access denied" error. pasted below is full report.


BITSADMIN version 2.0 [ 6.6.3790.1830 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.
 
Attempting to instantiate BITS main interface, IBackgroundCopyManager...
The BITS service will be started if not already running.
Failed to instantiate BITS Manager interface... - 0x80070005
Access is denied.
Analysis of the error code does not suggest a probable cause.
For more information about known issues with BITS, see the KB article Q331716
'List of Known Issues for Background Intelligent Transfer Service (BITS)' in
the Microsoft Knowledge Base at http://go.microsoft.com/fwlink/?linkid=15107.
You can also post BITS-related questions and comments to the
microsoft.public.windows.backgroundtransfer newsgroup.
ERROR - failed to repair the BITS service. Error code  - 0x80070005
Access is denied.
Let's fix the access denied issue, run steps 1-8 from here
http://blogs.msdn.com/astebner/archive/2006/09/04/739820.aspx 
Avatar of y2kdan

ASKER

dstewartjr, following the instructions from that site, I get this output when reset.cme is ran:

C:\>reset.cmd

C:\>cd /d "C:\Program Files\Windows Resource Kits\Tools"subinacl /subkeyreg HKEY
_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant
=dan=f /setowner=administrators  /keyreg HKEY_CURRENT_USER /grant=administrators
=f /grant=system=f /grant=restricted=r /grant=dan=f /setowner=administrators  /s
ubkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users
=r /grant=everyone=r /grant=restricted=r /setowner=administrators  /keyreg HKEY_
LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=ever
yone=r /grant=restricted=r /setowner=administrators  /subkeyreg HKEY_CLASSES_ROO
T /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrator
s  /keyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=user
s=r /setowner=administrators  1>>C:\DOCUME~1\DAN~1.INS\LOCALS~1\Temp\subinacl_ou
tput.txt
The filename or extension is too long.

C:\>subinacl /subdirectories C:\Program Files\ /grant=administrators=f /grant=sy
stem=f /grant=users=e  1>>C:\DOCUME~1\DAN~1.INS\LOCALS~1\Temp\subinacl_output.txt
'subinacl' is not recognized as an internal or external command,
operable program or batch file.

C:\>subinacl /subdirectories C:\WINDOWS\ /grant=administrators=f /grant=system=f
 /grant=users=e  1>>C:\DOCUME~1\DAN~1.INS\LOCALS~1\Temp\subinacl_output.txt
'subinacl' is not recognized as an internal or external command,
operable program or batch file.

C:\>
From the output that you listed, it looks like the commands are all being listed on a single line instead of on separate lines.  That is causing the cmd prompt to run all of them at once, which will give errors.  Can you open your reset.cmd in notepad and make sure that each command is on a separate line by pressing enter at the end of each of them, then try running the reset.cmd script again?
Avatar of y2kdan

ASKER

thanks, dstewartjr. did as you suggested. process generarted a text file which I can't figure out. I would have pasted it here but for its size (30MB).

Inote: going thorugh it, I did not see any reference to "access denied"
No need, will dial a fix now run?
Avatar of y2kdan

ASKER

no luck, got the same result as earlier:

C:\>bitsadmin.exe /util /repairservice

BITSADMIN version 2.0 [ 6.6.3790.1830 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.


Attempting to instantiate BITS main interface, IBackgroundCopyManager...
The BITS service will be started if not already running.
Failed to instantiate BITS Manager interface... - 0x80070005
Access is denied.


Analysis of the error code does not suggest a probable cause.
For more information about known issues with BITS, see the KB article Q3
'List of Known Issues for Background Intelligent Transfer Service (BITS)
the Microsoft Knowledge Base at http://go.microsoft.com/fwlink/?linkid=1
You can also post BITS-related questions and comments to the
microsoft.public.windows.backgroundtransfer newsgroup.
ERROR - failed to repair the BITS service. Error code  - 0x80070005
Access is denied.


C:\>
Hmmm....
command prompt, type

secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose
 
Also backing up a bit, make sure that your running either dial a fix or bitsadmin as an administrator.
Avatar of y2kdan

ASKER

secedit is currently at 10%...
the user account used while runnning these tasks has admin privileges.
This may also fix it for you, reinstall WindowsUpdateAgent30-x86.exe with the /wuforce option
 
 
 
x86-based versions of Windows: Download WindowsUpdateAgent30-x86.exe (http://go.microsoft.com/fwlink/?LinkID=100334).


x64-based versions of Windows: Download WindowsUpdateAgent30-x64.exe (http://go.microsoft.com/fwlink/?LinkID=100335).


Itanium-based versions of Windows: Download WindowsUpdateAgent30-ia64.exe (http://go.microsoft.com/fwlink/?LinkID=100336).

 
Avatar of y2kdan

ASKER

the secedit task just completed. logfile has this:


Friday, May 01, 2009 12:53:39 PM
----Configuration engine was initialized successfully.----
 
----Reading Configuration Template info...
	Event audit settings are turned off.
 
 
----Configure User Rights...
	Configure S-1-5-11.
		remove SeInteractiveLogonRight.
	Configure S-1-5-21-15812936-408707308-328166375-1317.
		remove SeBatchLogonRight.
		remove SeServiceLogonRight.
	Configure S-1-5-21-15812936-408707308-328166375-500.
		remove SeCreateTokenPrivilege.
		remove SeBatchLogonRight.
		remove SeServiceLogonRight.
	Configure S-1-5-21-15812936-408707308-328166375-512.
		remove SeInteractiveLogonRight.
	Configure S-1-5-21-15812936-408707308-328166375-513.
		remove SeInteractiveLogonRight.
	Configure S-1-5-21-329068152-261903793-839522115-1002.
		remove SeBatchLogonRight.
		remove SeDenyNetworkLogonRight.
		remove SeDenyInteractiveLogonRight.
	Configure S-1-5-21-329068152-261903793-839522115-1003.
		remove SeBatchLogonRight.
		remove SeServiceLogonRight.
	Configure S-1-5-21-329068152-261903793-839522115-1004.
		remove SeNetworkLogonRight.
		remove SeBatchLogonRight.
		remove SeServiceLogonRight.
		remove SeDenyInteractiveLogonRight.
		remove SeDenyRemoteInteractiveLogonRight.
		remove SeImpersonatePrivilege.
	Configure S-1-5-21-329068152-261903793-839522115-1007.
		remove SeNetworkLogonRight.
		remove SeBatchLogonRight.
	Configure S-1-5-21-329068152-261903793-839522115-1008.
		remove SeNetworkLogonRight.
		remove SeIncreaseQuotaPrivilege.
		remove SeBatchLogonRight.
		remove SeAssignPrimaryTokenPrivilege.
	Configure S-1-5-21-329068152-261903793-839522115-1009.
		remove SeBatchLogonRight.
	Configure S-1-5-21-329068152-261903793-839522115-500.
		remove SeServiceLogonRight.
	Configure S-1-5-20.
		remove SeServiceLogonRight.
	Configure S-1-5-19.
	Configure S-1-5-32-551.
		add SeInteractiveLogonRight.
	Configure S-1-5-32-544.
		remove SeTcbPrivilege.
	Configure S-1-1-0.
		remove SeInteractiveLogonRight.
	Configure S-1-5-32-545.
		add SeInteractiveLogonRight.
	Configure S-1-5-32-547.
		add SeInteractiveLogonRight.
	Configure S-1-5-6.
	Configure S-1-5-4.
	Configure S-1-5-21-329068152-261903793-839522115-501.
		add SeInteractiveLogonRight.
	Configure S-1-5-32-555.
 
	User Rights configuration was completed successfully.
 
 
----Configure Group Membership...
	Configure Users.
		remove INSIGHTS\Domain Users.
		remove XPSGEN-JF7X261\ASPNET.
		remove XPSGEN-JF7X261\admin.
 
	Group Membership configuration was completed successfully.
 
 
----Configure Registry Keys...
	Configure users\.default.
	Configure users\.default\software\microsoft\netdde.
	Configure machine\software.
	Configure machine\software\classes.
	Configure machine\software\classes\.hlp.
	Configure machine\software\classes\helpfile.
	Configure machine\software\creative tech\devcon.
	Configure machine\software\creative tech\devcon\default.
Warning 2: The system cannot find the file specified.
 	Error enumerating info for machine\software\creative tech\devcon\default.
	Configure machine\software\microsoft\ads\providers\ldap\extensions.
	Configure machine\software\microsoft\ads\providers\nds.
	Configure machine\software\microsoft\ads\providers\nwcompat.
	Configure machine\software\microsoft\ads\providers\winnt.
	Configure machine\software\microsoft\bidinterface.
	Configure machine\software\microsoft\command processor.
	Configure machine\software\microsoft\cryptography.
	Configure machine\software\microsoft\cryptography\calais.
	Configure machine\software\microsoft\devicemanager.
	Configure machine\software\microsoft\driver signing.
	Configure machine\software\microsoft\enterprisecertificates.
	Configure machine\software\microsoft\netdde.
	Configure machine\software\microsoft\non-driver signing.
	Configure machine\software\microsoft\ole.
	Configure machine\software\microsoft\rpc.
	Configure machine\software\microsoft\secure.
	Configure machine\software\microsoft\systemcertificates.
	Configure machine\software\microsoft\upnp device host.
	Configure machine\software\microsoft\windows\currentversion\explorer\user shell folders.
	Configure machine\software\microsoft\windows\currentversion\reliability.
	Configure machine\software\microsoft\windows\currentversion\runonce.
	Configure machine\software\microsoft\windows\currentversion\runonceex.
	Configure machine\software\microsoft\windows\currentversion\telephony.
	Configure machine\software\microsoft\windows nt\currentversion\accessibility.
	Configure machine\software\microsoft\windows nt\currentversion\aedebug.
	Configure machine\software\microsoft\windows nt\currentversion\asr\commands.
	Configure machine\software\microsoft\windows nt\currentversion\classes.
	Configure machine\software\microsoft\windows nt\currentversion\drivers32.
	Configure machine\software\microsoft\windows nt\currentversion\efs.
	Configure machine\software\microsoft\windows nt\currentversion\font drivers.
	Configure machine\software\microsoft\windows nt\currentversion\fontmapper.
	Configure machine\software\microsoft\windows nt\currentversion\image file execution options.
	Configure machine\software\microsoft\windows nt\currentversion\inifilemapping.
	Configure machine\software\microsoft\windows nt\currentversion\perflib.
	Configure machine\software\microsoft\windows nt\currentversion\profilelist.
	Configure machine\software\microsoft\windows nt\currentversion\secedit.
	Configure machine\software\microsoft\windows nt\currentversion\setup\recoveryconsole.
	Configure machine\software\microsoft\windows nt\currentversion\svchost.
	Configure machine\software\microsoft\windows nt\currentversion\terminal server\install\software\microsoft\windows\currentversion\run.
	Configure machine\software\microsoft\windows nt\currentversion\terminal server\install\software\microsoft\windows\currentversion\runonce.
	Configure machine\software\microsoft\windows nt\currentversion\time zones.
	Configure machine\software\microsoft\windows nt\currentversion\windows.
	Configure machine\software\microsoft\windows nt\currentversion\winlogon.
	Configure machine\software\policies.
	Configure machine\system.
	Configure machine\system\currentcontrolset\control\class.
	Configure machine\system\currentcontrolset\control\creative tech\deviceinfo\pci\ven_1102&dev_0002.
	Configure machine\system\currentcontrolset\control\keyboard layout.
	Configure machine\system\currentcontrolset\control\keyboard layouts.
	Configure machine\system\currentcontrolset\control\lsa\data.
	Configure machine\system\currentcontrolset\control\lsa\gbg.
	Configure machine\system\currentcontrolset\control\lsa\jd.
	Configure machine\system\currentcontrolset\control\lsa\skew1.
	Configure machine\system\currentcontrolset\control\securepipeservers\winreg.
	Configure machine\system\currentcontrolset\control\session manager\executive.
	Configure machine\system\currentcontrolset\control\timezoneinformation.
	Configure machine\system\currentcontrolset\control\wmi\security.
	Configure machine\system\currentcontrolset\services\appmgmt\security.
	Configure machine\system\currentcontrolset\services\clipsrv\security.
	Configure machine\system\currentcontrolset\services\cryptsvc\security.
	Configure machine\system\currentcontrolset\services\dnscache.
	Configure machine\system\currentcontrolset\services\ersvc\security.
	Configure machine\system\currentcontrolset\services\eventlog\security.
	Configure machine\system\currentcontrolset\services\irenum\security.
	Configure machine\system\currentcontrolset\services\netbt.
	Configure machine\system\currentcontrolset\services\netdde\security.
	Configure machine\system\currentcontrolset\services\netddedsdm\security.
	Configure machine\system\currentcontrolset\services\remoteaccess.
	Configure machine\system\currentcontrolset\services\rpcss\security.
	Configure machine\system\currentcontrolset\services\samss\security.
Warning 2: The system cannot find the file specified.
 	Error enumerating info for machine\system\currentcontrolset\services\scarddrv.
	Configure machine\system\currentcontrolset\services\scardsvr\security.
	Configure machine\system\currentcontrolset\services\stisvc\security.
	Configure machine\system\currentcontrolset\services\sysmonlog\log queries.
	Configure machine\system\currentcontrolset\services\tapisrv\security.
	Configure machine\system\currentcontrolset\services\tcpip.
	Configure machine\system\currentcontrolset\services\tcpip\linkage.
	Configure machine\system\currentcontrolset\services\w32time\security.
	Configure machine\system\currentcontrolset\services\wmi\security.
 
	Configuration of Registry Keys was completed successfully.
 
 
----Configure File Security...
	Configure c:\.
Warning 32: The process cannot access the file because it is being used by another process.
 	Error building security descriptor for c:\pagefile.sys.
	Configure c:\autoexec.bat.
	Configure c:\boot.ini.
	Configure c:\config.sys.
	Configure c:\ntbootdd.sys.
Warning 2: The system cannot find the file specified.
 	Error setting security on c:\ntbootdd.sys.
	Configure c:\ntdetect.com.
	Configure c:\ntldr.
	Configure c:\program files.
	Configure c:\program files\common files\microsoft shared\dao\dao360.dll.
	Configure c:\program files\common files\microsoft shared\msinfo\iefiles5.inf.
	Configure c:\program files\common files\microsoft shared\msinfo\ieinfo5.ocx.
	Configure c:\program files\common files\microsoft shared\msinfo\msinfo32.exe.
	Configure c:\program files\common files\microsoft shared\stationery\aleabanr.gif.
	Configure c:\program files\common files\microsoft shared\stationery\amaizrul.gif.
	Configure c:\program files\common files\microsoft shared\stationery\anabnr2.gif.
	Configure c:\program files\common files\microsoft shared\stationery\aswrule.gif.
	Configure c:\program files\common files\microsoft shared\stationery\blank bkgrd.gif.
	Configure c:\program files\common files\microsoft shared\stationery\blank.htm.
	Configure c:\program files\common files\microsoft shared\stationery\btzhsepa.gif.
	Configure c:\program files\common files\microsoft shared\stationery\citbanna.gif.
	Configure c:\program files\common files\microsoft shared\stationery\citrus punch bkgrd.gif.
	Configure c:\program files\common files\microsoft shared\stationery\citrus punch.htm.
	Configure c:\program files\common files\microsoft shared\stationery\clear day bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\clear day.htm.
	Configure c:\program files\common files\microsoft shared\stationery\fieruled.gif.
	Configure c:\program files\common files\microsoft shared\stationery\fiesta bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\fiesta.htm.
	Configure c:\program files\common files\microsoft shared\stationery\glacier bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\glacier.htm.
	Configure c:\program files\common files\microsoft shared\stationery\ivy.gif.
	Configure c:\program files\common files\microsoft shared\stationery\ivy.htm.
	Configure c:\program files\common files\microsoft shared\stationery\leaves bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\leaves.htm.
	Configure c:\program files\common files\microsoft shared\stationery\maize bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\maize.htm.
	Configure c:\program files\common files\microsoft shared\stationery\nature bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\nature.htm.
	Configure c:\program files\common files\microsoft shared\stationery\network blitz bkgrd.gif.
	Configure c:\program files\common files\microsoft shared\stationery\network blitz.htm.
	Configure c:\program files\common files\microsoft shared\stationery\pie charts bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\pie charts.htm.
	Configure c:\program files\common files\microsoft shared\stationery\sunbanna.gif.
	Configure c:\program files\common files\microsoft shared\stationery\sunflower bkgrd.jpg.
	Configure c:\program files\common files\microsoft shared\stationery\sunflower.htm.
	Configure c:\program files\common files\microsoft shared\stationery\sweets bkgrd.gif.
	Configure c:\program files\common files\microsoft shared\stationery\sweets.htm.
	Configure c:\program files\common files\microsoft shared\stationery\tech.gif.
	Configure c:\program files\common files\microsoft shared\stationery\technical.htm.
	Configure c:\program files\common files\microsoft shared\textconv\html32.cnv.
	Configure c:\program files\common files\microsoft shared\textconv\msconv97.dll.
	Configure c:\program files\common files\microsoft shared\textconv\mswrd632.wpc.
	Configure c:\program files\common files\microsoft shared\textconv\mswrd832.cnv.
	Configure c:\program files\common files\microsoft shared\textconv\write32.wpc.
	Configure c:\program files\common files\microsoft shared\triedit\dhtmled.ocx.
	Configure c:\program files\common files\microsoft shared\triedit\triedit.dll.
	Configure c:\program files\common files\mssoap\binaries\mssoap1.dll.
	Configure c:\program files\common files\mssoap\binaries\resources\1033\mssoapr.dll.
	Configure c:\program files\common files\mssoap\binaries\wisc10.dll.
	Configure c:\program files\common files\services\bigfoot.bmp.
	Configure c:\program files\common files\services\verisign.bmp.
	Configure c:\program files\common files\services\whowhere.bmp.
	Configure c:\program files\common files\system\ado\adojavas.inc.
	Configure c:\program files\common files\system\ado\adovbs.inc.
	Configure c:\program files\common files\system\ado\mdacreadme.htm.
	Configure c:\program files\common files\system\ado\msader15.dll.
	Configure c:\program files\common files\system\ado\msado15.dll.
	Configure c:\program files\common files\system\ado\msado20.tlb.
	Configure c:\program files\common files\system\ado\msado21.tlb.
	Configure c:\program files\common files\system\ado\msado25.tlb.
	Configure c:\program files\common files\system\ado\msado26.tlb.
	Configure c:\program files\common files\system\ado\msado27.tlb.
	Configure c:\program files\common files\system\ado\msadomd.dll.
	Configure c:\program files\common files\system\ado\msador15.dll.
	Configure c:\program files\common files\system\ado\msadox.dll.
	Configure c:\program files\common files\system\ado\msadrh15.dll.
	Configure c:\program files\common files\system\ado\msjro.dll.
	Configure c:\program files\common files\system\directdb.dll.
	Configure c:\program files\common files\system\msadc\adcjavas.inc.
	Configure c:\program files\common files\system\msadc\adcvbs.inc.
	Configure c:\program files\common files\system\msadc\handler.reg.
	Configure c:\program files\common files\system\msadc\handsafe.reg.
	Configure c:\program files\common files\system\msadc\msadce.dll.
	Configure c:\program files\common files\system\msadc\msadcer.dll.
	Configure c:\program files\common files\system\msadc\msadcf.dll.
	Configure c:\program files\common files\system\msadc\msadcfr.dll.
	Configure c:\program files\common files\system\msadc\msadco.dll.
	Configure c:\program files\common files\system\msadc\msadcor.dll.
	Configure c:\program files\common files\system\msadc\msadcs.dll.
	Configure c:\program files\common files\system\msadc\msadds.dll.
	Configure c:\program files\common files\system\msadc\msaddsr.dll.
	Configure c:\program files\common files\system\msadc\msdaprsr.dll.
	Configure c:\program files\common files\system\msadc\msdaprst.dll.
	Configure c:\program files\common files\system\msadc\msdarem.dll.
	Configure c:\program files\common files\system\msadc\msdaremr.dll.
	Configure c:\program files\common files\system\msadc\msdfmap.dll.
	Configure c:\program files\common files\system\ole db\msdadc.dll.
	Configure c:\program files\common files\system\ole db\msdaenum.dll.
	Configure c:\program files\common files\system\ole db\msdaer.dll.
	Configure c:\program files\common files\system\ole db\msdaora.dll.
	Configure c:\program files\common files\system\ole db\msdaorar.dll.
	Configure c:\program files\common files\system\ole db\msdaosp.dll.
	Configure c:\program files\common files\system\ole db\msdaps.dll.
	Configure c:\program files\common files\system\ole db\msdasc.dll.
	Configure c:\program files\common files\system\ole db\msdasql.dll.
	Configure c:\program files\common files\system\ole db\msdasqlr.dll.
	Configure c:\program files\common files\system\ole db\msdatl3.dll.
	Configure c:\program files\common files\system\ole db\msdatt.dll.
	Configure c:\program files\common files\system\ole db\msdaurl.dll.
	Configure c:\program files\common files\system\ole db\msxactps.dll.
	Configure c:\program files\common files\system\ole db\oledb32.dll.
	Configure c:\program files\common files\system\ole db\oledb32r.dll.
	Configure c:\program files\common files\system\ole db\oledbjvs.inc.
	Configure c:\program files\common files\system\ole db\oledbvbs.inc.
	Configure c:\program files\common files\system\ole db\sqloledb.dll.
	Configure c:\program files\common files\system\ole db\sqloledb.rll.
	Configure c:\program files\common files\system\ole db\sqlsoldb.chm.
	Configure c:\program files\common files\system\ole db\sqlxmlx.dll.
	Configure c:\program files\common files\system\ole db\sqlxmlx.rll.
	Configure c:\program files\common files\system\wab32.dll.
	Configure c:\program files\common files\system\wab32res.dll.
	Configure c:\program files\internet explorer\connection wizard\icwconn.dll.
	Configure c:\program files\internet explorer\connection wizard\icwconn1.exe.
	Configure c:\program files\internet explorer\connection wizard\icwconn2.exe.
	Configure c:\program files\internet explorer\connection wizard\icwdl.dll.
	Configure c:\program files\internet explorer\connection wizard\icwhelp.dll.
	Configure c:\program files\internet explorer\connection wizard\icwip.dun.
	Configure c:\program files\internet explorer\connection wizard\icwres.dll.
	Configure c:\program files\internet explorer\connection wizard\icwrmind.exe.
	Configure c:\program files\internet explorer\connection wizard\icwtutor.exe.
	Configure c:\program files\internet explorer\connection wizard\icwutil.dll.
	Configure c:\program files\internet explorer\connection wizard\icwx25a.dun.
	Configure c:\program files\internet explorer\connection wizard\icwx25b.dun.
	Configure c:\program files\internet explorer\connection wizard\icwx25c.dun.
	Configure c:\program files\internet explorer\connection wizard\inetwiz.exe.
	Configure c:\program files\internet explorer\connection wizard\isignup.exe.
	Configure c:\program files\internet explorer\connection wizard\msicw.isp.
	Configure c:\program files\internet explorer\connection wizard\msn.isp.
	Configure c:\program files\internet explorer\connection wizard\phone.icw.
	Configure c:\program files\internet explorer\connection wizard\phone.ver.
	Configure c:\program files\internet explorer\connection wizard\state.icw.
	Configure c:\program files\internet explorer\connection wizard\support.icw.
	Configure c:\program files\internet explorer\connection wizard\trialoc.dll.
	Configure c:\program files\internet explorer\hmmapi.dll.
	Configure c:\program files\internet explorer\iedw.exe.
	Configure c:\program files\internet explorer\iexplore.exe.
	Configure c:\program files\internet explorer\signup\install.ins.
	Configure c:\program files\movie maker\moviemk.exe.
	Configure c:\program files\movie maker\mui\0409\moviemk.chm.
	Configure c:\program files\movie maker\shared\empty.txt.
	Configure c:\program files\movie maker\shared\filters.xml.
	Configure c:\program files\movie maker\shared\news.png.
	Configure c:\program files\movie maker\shared\paint.png.
	Configure c:\program files\movie maker\shared\profiles\blank.txt.
	Configure c:\program files\movie maker\shared\sample1.jpg.
	Configure c:\program files\movie maker\shared\sample2.jpg.
	Configure c:\program files\movie maker\wmm2ae.dll.
	Configure c:\program files\movie maker\wmm2eres.dll.
	Configure c:\program files\movie maker\wmm2ext.dll.
	Configure c:\program files\movie maker\wmm2filt.dll.
	Configure c:\program files\movie maker\wmm2fxa.dll.
	Configure c:\program files\movie maker\wmm2fxb.dll.
	Configure c:\program files\movie maker\wmm2res.dll.
	Configure c:\program files\movie maker\wmm2res2.dll.
	Configure c:\program files\msn gaming zone\windows\bckg.dll.
	Configure c:\program files\msn gaming zone\windows\bckgres.dll.
	Configure c:\program files\msn gaming zone\windows\bckgzm.exe.
	Configure c:\program files\msn gaming zone\windows\chkr.dll.
	Configure c:\program files\msn gaming zone\windows\chkrres.dll.
	Configure c:\program files\msn gaming zone\windows\chkrzm.exe.
	Configure c:\program files\msn gaming zone\windows\cmnclim.dll.
	Configure c:\program files\msn gaming zone\windows\cmnresm.dll.
	Configure c:\program files\msn gaming zone\windows\hrtz.dll.
	Configure c:\program files\msn gaming zone\windows\hrtzres.dll.
	Configure c:\program files\msn gaming zone\windows\hrtzzm.exe.
	Configure c:\program files\msn gaming zone\windows\rvse.dll.
	Configure c:\program files\msn gaming zone\windows\rvseres.dll.
	Configure c:\program files\msn gaming zone\windows\rvsezm.exe.
	Configure c:\program files\msn gaming zone\windows\shvl.dll.
	Configure c:\program files\msn gaming zone\windows\shvlres.dll.
	Configure c:\program files\msn gaming zone\windows\shvlzm.exe.
	Configure c:\program files\msn gaming zone\windows\uniansi.dll.
	Configure c:\program files\msn gaming zone\windows\zclientm.exe.
	Configure c:\program files\msn gaming zone\windows\zcorem.dll.
	Configure c:\program files\msn gaming zone\windows\zeeverm.dll.
	Configure c:\program files\msn gaming zone\windows\znetm.dll.
	Configure c:\program files\msn gaming zone\windows\zoneclim.dll.
	Configure c:\program files\msn gaming zone\windows\zonelibm.dll.
	Configure c:\program files\outlook express\msimn.exe.
	Configure c:\program files\outlook express\msoe.dll.
	Configure c:\program files\outlook express\msoe.txt.
	Configure c:\program files\outlook express\msoeres.dll.
	Configure c:\program files\outlook express\oeimport.dll.
	Configure c:\program files\outlook express\oemig50.exe.
	Configure c:\program files\outlook express\oemiglib.dll.
	Configure c:\program files\outlook express\setup50.exe.
	Configure c:\program files\outlook express\wab.exe.
	Configure c:\program files\outlook express\wabfind.dll.
	Configure c:\program files\outlook express\wabimp.dll.
	Configure c:\program files\outlook express\wabmig.exe.
	Configure c:\program files\windows nt\accessories\mswrd6.wpc.
	Configure c:\program files\windows nt\accessories\mswrd8.wpc.
	Configure c:\program files\windows nt\accessories\wordpad.exe.
	Configure c:\program files\windows nt\accessories\write.wpc.
	Configure c:\program files\windows nt\dialer.exe.
	Configure c:\program files\windows nt\htrn_jis.dll.
	Configure c:\program files\windows nt\hypertrm.exe.
	Configure c:\program files\windows nt\pinball\font.dat.
	Configure c:\program files\windows nt\pinball\pinball.dat.
	Configure c:\program files\windows nt\pinball\pinball.exe.
	Configure c:\program files\windows nt\pinball\pinball.mid.
	Configure c:\program files\windows nt\pinball\pinball2.mid.
	Configure c:\program files\windows nt\pinball\sound1.wav.
	Configure c:\program files\windows nt\pinball\sound104.wav.
	Configure c:\program files\windows nt\pinball\sound105.wav.
	Configure c:\program files\windows nt\pinball\sound108.wav.
	Configure c:\program files\windows nt\pinball\sound111.wav.
	Configure c:\program files\windows nt\pinball\sound112.wav.
	Configure c:\program files\windows nt\pinball\sound12.wav.
	Configure c:\program files\windows nt\pinball\sound13.wav.
	Configure c:\program files\windows nt\pinball\sound131.wav.
	Configure c:\program files\windows nt\pinball\sound136.wav.
	Configure c:\program files\windows nt\pinball\sound14.wav.
	Configure c:\program files\windows nt\pinball\sound16.wav.
	Configure c:\program files\windows nt\pinball\sound17.wav.
	Configure c:\program files\windows nt\pinball\sound18.wav.
	Configure c:\program files\windows nt\pinball\sound181.wav.
	Configure c:\program files\windows nt\pinball\sound19.wav.
	Configure c:\program files\windows nt\pinball\sound20.wav.
	Configure c:\program files\windows nt\pinball\sound21.wav.
	Configure c:\program files\windows nt\pinball\sound22.wav.
	Configure c:\program files\windows nt\pinball\sound24.wav.
	Configure c:\program files\windows nt\pinball\sound240.wav.
	Configure c:\program files\windows nt\pinball\sound243.wav.
	Configure c:\program files\windows nt\pinball\sound25.wav.
	Configure c:\program files\windows nt\pinball\sound26.wav.
	Configure c:\program files\windows nt\pinball\sound27.wav.
	Configure c:\program files\windows nt\pinball\sound28.wav.
	Configure c:\program files\windows nt\pinball\sound29.wav.
	Configure c:\program files\windows nt\pinball\sound3.wav.
	Configure c:\program files\windows nt\pinball\sound30.wav.
	Configure c:\program files\windows nt\pinball\sound34.wav.
	Configure c:\program files\windows nt\pinball\sound35.wav.
	Configure c:\program files\windows nt\pinball\sound36.wav.
	Configure c:\program files\windows nt\pinball\sound38.wav.
	Configure c:\program files\windows nt\pinball\sound39.wav.
	Configure c:\program files\windows nt\pinball\sound4.wav.
	Configure c:\program files\windows nt\pinball\sound42.wav.
	Configure c:\program files\windows nt\pinball\sound43.wav.
	Configure c:\program files\windows nt\pinball\sound45.wav.
	Configure c:\program files\windows nt\pinball\sound49.wav.
	Configure c:\program files\windows nt\pinball\sound49d.wav.
	Configure c:\program files\windows nt\pinball\sound5.wav.
	Configure c:\program files\windows nt\pinball\sound50.wav.
	Configure c:\program files\windows nt\pinball\sound528.wav.
	Configure c:\program files\windows nt\pinball\sound53.wav.
	Configure c:\program files\windows nt\pinball\sound54.wav.
	Configure c:\program files\windows nt\pinball\sound55.wav.
	Configure c:\program files\windows nt\pinball\sound560.wav.
	Configure c:\program files\windows nt\pinball\sound563.wav.
	Configure c:\program files\windows nt\pinball\sound57.wav.
	Configure c:\program files\windows nt\pinball\sound58.wav.
	Configure c:\program files\windows nt\pinball\sound6.wav.
	Configure c:\program files\windows nt\pinball\sound65.wav.
	Configure c:\program files\windows nt\pinball\sound68.wav.
	Configure c:\program files\windows nt\pinball\sound7.wav.
	Configure c:\program files\windows nt\pinball\sound713.wav.
	Configure c:\program files\windows nt\pinball\sound735.wav.
	Configure c:\program files\windows nt\pinball\sound8.wav.
	Configure c:\program files\windows nt\pinball\sound827.wav.
	Configure c:\program files\windows nt\pinball\sound9.wav.
	Configure c:\program files\windows nt\pinball\sound999.wav.
	Configure c:\program files\windows nt\pinball\table.bmp.
	Configure c:\program files\windows nt\pinball\wavemix.inf.
	Configure c:\windows.
	Configure c:\windows\_default.pif.
	Configure c:\windows\addins.
	Configure c:\windows\apppatch.
	Configure c:\windows\blue lace 16.bmp.
	Configure c:\windows\clock.avi.
	Configure c:\windows\coffee bean.bmp.
	Configure c:\windows\connection wizard.
	Configure c:\windows\cursors\3dgarro.cur.
	Configure c:\windows\cursors\3dgmove.cur.
	Configure c:\windows\cursors\3dgnesw.cur.
	Configure c:\windows\cursors\3dgno.cur.
	Configure c:\windows\cursors\3dgns.cur.
	Configure c:\windows\cursors\3dgnwse.cur.
	Configure c:\windows\cursors\3dgwe.cur.
	Configure c:\windows\cursors\3dsmove.cur.
	Configure c:\windows\cursors\3dsns.cur.
	Configure c:\windows\cursors\3dsnwse.cur.
	Configure c:\windows\cursors\3dwarro.cur.
	Configure c:\windows\cursors\3dwmove.cur.
	Configure c:\windows\cursors\3dwnesw.cur.
	Configure c:\windows\cursors\3dwno.cur.
	Configure c:\windows\cursors\3dwns.cur.
	Configure c:\windows\cursors\3dwnwse.cur.
	Configure c:\windows\cursors\3dwwe.cur.
	Configure c:\windows\cursors\appstar2.ani.
	Configure c:\windows\cursors\appstar3.ani.
	Configure c:\windows\cursors\appstart.ani.
	Configure c:\windows\cursors\arrow_i.cur.
	Configure c:\windows\cursors\arrow_il.cur.
	Configure c:\windows\cursors\arrow_im.cur.
	Configure c:\windows\cursors\arrow_l.cur.
	Configure c:\windows\cursors\arrow_m.cur.
	Configure c:\windows\cursors\arrow_r.cur.
	Configure c:\windows\cursors\arrow_rl.cur.
	Configure c:\windows\cursors\arrow_rm.cur.
	Configure c:\windows\cursors\banana.ani.
	Configure c:\windows\cursors\barber.ani.
	Configure c:\windows\cursors\beam_i.cur.
	Configure c:\windows\cursors\beam_il.cur.
	Configure c:\windows\cursors\beam_im.cur.
	Configure c:\windows\cursors\beam_l.cur.
	Configure c:\windows\cursors\beam_m.cur.
	Configure c:\windows\cursors\beam_r.cur.
	Configure c:\windows\cursors\beam_rl.cur.
	Configure c:\windows\cursors\beam_rm.cur.
	Configure c:\windows\cursors\busy_i.cur.
	Configure c:\windows\cursors\busy_il.cur.
	Configure c:\windows\cursors\busy_im.cur.
	Configure c:\windows\cursors\busy_l.cur.
	Configure c:\windows\cursors\busy_m.cur.
	Configure c:\windows\cursors\busy_r.cur.
	Configure c:\windows\cursors\busy_rl.cur.
	Configure c:\windows\cursors\busy_rm.cur.
	Configure c:\windows\cursors\coin.ani.
	Configure c:\windows\cursors\counter.ani.
	Configure c:\windows\cursors\cross.cur.
	Configure c:\windows\cursors\cross_i.cur.
	Configure c:\windows\cursors\cross_il.cur.
	Configure c:\windows\cursors\cross_im.cur.
	Configure c:\windows\cursors\cross_l.cur.
	Configure c:\windows\cursors\cross_m.cur.
	Configure c:\windows\cursors\cross_r.cur.
	Configure c:\windows\cursors\cross_rl.cur.
	Configure c:\windows\cursors\cross_rm.cur.
	Configure c:\windows\cursors\dinosau2.ani.
	Configure c:\windows\cursors\dinosaur.ani.
	Configure c:\windows\cursors\drum.ani.
	Configure c:\windows\cursors\fillitup.ani.
	Configure c:\windows\cursors\hand.ani.
	Configure c:\windows\cursors\handapst.ani.
	Configure c:\windows\cursors\handnesw.ani.
	Configure c:\windows\cursors\handno.ani.
	Configure c:\windows\cursors\handns.ani.
	Configure c:\windows\cursors\handnwse.ani.
	Configure c:\windows\cursors\handwait.ani.
	Configure c:\windows\cursors\handwe.ani.
	Configure c:\windows\cursors\harrow.cur.
	Configure c:\windows\cursors\hcross.cur.
	Configure c:\windows\cursors\help_i.cur.
	Configure c:\windows\cursors\help_il.cur.
	Configure c:\windows\cursors\help_im.cur.
	Configure c:\windows\cursors\help_l.cur.
	Configure c:\windows\cursors\help_m.cur.
	Configure c:\windows\cursors\help_r.cur.
	Configure c:\windows\cursors\help_rl.cur.
	Configure c:\windows\cursors\help_rm.cur.
	Configure c:\windows\cursors\hibeam.cur.
	Configure c:\windows\cursors\hmove.cur.
	Configure c:\windows\cursors\hnesw.cur.
	Configure c:\windows\cursors\hnodrop.cur.
	Configure c:\windows\cursors\hns.cur.
	Configure c:\windows\cursors\hnwse.cur.
	Configure c:\windows\cursors\horse.ani.
	Configure c:\windows\cursors\hourgla2.ani.
	Configure c:\windows\cursors\hourgla3.ani.
	Configure c:\windows\cursors\hourglas.ani.
	Configure c:\windows\cursors\hwe.cur.
	Configure c:\windows\cursors\lappstrt.cur.
	Configure c:\windows\cursors\larrow.cur.
	Configure c:\windows\cursors\lcross.cur.
	Configure c:\windows\cursors\libeam.cur.
	Configure c:\windows\cursors\lmove.cur.
	Configure c:\windows\cursors\lnesw.cur.
	Configure c:\windows\cursors\lnodrop.cur.
	Configure c:\windows\cursors\lns.cur.
	Configure c:\windows\cursors\lnwse.cur.
	Configure c:\windows\cursors\lwait.cur.
	Configure c:\windows\cursors\lwe.cur.
	Configure c:\windows\cursors\metronom.ani.
	Configure c:\windows\cursors\move_i.cur.
	Configure c:\windows\cursors\move_il.cur.
	Configure c:\windows\cursors\move_im.cur.
	Configure c:\windows\cursors\move_l.cur.
	Configure c:\windows\cursors\move_m.cur.
	Configure c:\windows\cursors\move_r.cur.
	Configure c:\windows\cursors\move_rl.cur.
	Configure c:\windows\cursors\move_rm.cur.
	Configure c:\windows\cursors\no_i.cur.
	Configure c:\windows\cursors\no_il.cur.
	Configure c:\windows\cursors\no_im.cur.
	Configure c:\windows\cursors\no_l.cur.
	Configure c:\windows\cursors\no_m.cur.
	Configure c:\windows\cursors\no_r.cur.
	Configure c:\windows\cursors\no_rl.cur.
	Configure c:\windows\cursors\no_rm.cur.
	Configure c:\windows\cursors\pen_i.cur.
	Configure c:\windows\cursors\pen_il.cur.
	Configure c:\windows\cursors\pen

Open in new window

Please, in the future use attach file to post logfiles(it will keep the threads much shorter) :-)
Avatar of y2kdan

ASKER

Sorry about the lmonster comment :(

dstewartjr, I ran the windowsUpdateAgent as suggested. Still unable to start the BITS - gets the same error.
Could you post a screenshot of this error?
Avatar of y2kdan

ASKER

This is the error:

Windows could not start the Background Intelleigent Transfer Service on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft Service, contact the service vendor, and refer to service-specific error code - 2147467243
There's a KB for this
 
http://support.microsoft.com/kb/910337 
 
The KB doesn't always work especially in environments where machines are ghosted. Sometimes the bits gets corrupted and nothing fixes it. Re-imageing occassionally helps. The problem arises when you take image upon image upon image. Spent hours with MS on this. I had used a logon script to reregister the services everytime on the trouble machines.
Avatar of y2kdan

ASKER

hey sfarazmand, I ran the BITS fix batch file and it completed the run but when I tried starting the BITS service it was still a no go. You spoke of a logon script to reregister services on truobled machines - which script is that?
Avatar of y2kdan

ASKER

good news dstewartjr, I ran the "error 5-access is denied" command, as suggested, and when I started BITS - it started successfully!

I'm going to run this command on other machines having the same problem and hopefully they all respond positively. Thank you for being patient and taking the consistent lead onthis issue - much appreciated!
Avatar of y2kdan

ASKER

below is the batch command and the result:

C:\Documents and Settings\dan.INSIGHTS>sc sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;
SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOC
RRC;;;PU)
[SC] SetServiceObjectSecurity SUCCESS


ASKER CERTIFIED SOLUTION
Avatar of Don
Don
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Line 109 didnt past well, should be:
 
proxycfg -d
 
Avatar of y2kdan

ASKER

dstewartjr, I ran the bacth command to three other machines with the BITS problem and got the service started. I think the others with similar issues will successfullly restart as well as I run this command. Thank you very much for sharing your time and expertise.

 
Glad to help :-)