
12-31-2007
|
|
|
|
Re: BITS Error 2147942402 (0x80070002)
hello
I have the same issue, same error code and neither the folder--delete method
nor the running of the .bat file [which all succeedde] has remedied.
this is windows 2000 pro sp4 ie6.3 on a dell optiplex, factory-installed os.
last successful update was about a year ago. I am helping a client and
feeling really intimidated by this one. I checked the setup info on BITS and
it all looks good - all of the required services that bits is dependent on
are verified and started.
active x is clean.
I am stumped
--
Consulting for growing local businesses
"David_C" wrote:
> 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.
>
>
|