Bits starting error 2147024894



SpaceCowboy
07-09-2005, 11:42 PM
hello

I have a problem trying to download new updates for windows xp sp2. I got an
error code 80246008. Then I checked my BITS and found out that I couldn't
turn it on (error code 2147024894). Can anyone help me with this problem
please?


Thank you

Torgeir Bakken \(MVP\)
07-09-2005, 11:42 PM
SpaceCowboy wrote:

> hello
>
> I have a problem trying to download new updates for windows xp sp2.
> I got an error code 80246008. Then I checked my BITS and found out
> that I couldn't turn it on (error code 2147024894). Can anyone
> help me with this problem please?
Hi,

Reset the security settings on the BITS service and see if it helps:

http://groups.google.co.uk/group/microsoft.public.windowsupdate/msg/1398b5a7bcb8f37c?dmode=source

(the "sc sdset bits ..." part in the link above)


Then, after the above, do the following:

Click Start >> Run >>
Type the follow command in the Open box.
"regsvr32.exe qmgr.dll" (w/o quotes)
Press Ok

Repeat the same for the following command:

regsvr32.exe qmgrprxy.dll


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

SpaceCowboy
07-09-2005, 11:42 PM
I tried it already, but bits still not working. I also tried to download
bits update, but it said that I already have the newest version. Anymore
suggestion?

"Torgeir Bakken (MVP)" wrote:

> SpaceCowboy wrote:
>
> > hello
> >
> > I have a problem trying to download new updates for windows xp sp2.
> > I got an error code 80246008. Then I checked my BITS and found out
> > that I couldn't turn it on (error code 2147024894). Can anyone
> > help me with this problem please?
> Hi,
>
> Reset the security settings on the BITS service and see if it helps:
>
> http://groups.google.co.uk/group/microsoft.public.windowsupdate/msg/1398b5a7bcb8f37c?dmode=source
>
> (the "sc sdset bits ..." part in the link above)
>
>
> Then, after the above, do the following:
>
> Click Start >> Run >>
> Type the follow command in the Open box.
> "regsvr32.exe qmgr.dll" (w/o quotes)
> Press Ok
>
> Repeat the same for the following command:
>
> regsvr32.exe qmgrprxy.dll
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scriptcenter/default.mspx
>

Torgeir Bakken \(MVP\)
07-09-2005, 11:42 PM
SpaceCowboy wrote:

> "Torgeir Bakken (MVP)" wrote:
>> SpaceCowboy wrote:
>>
>>> I have a problem trying to download new updates for windows xp sp2.
>>> I got an error code 80246008. Then I checked my BITS and found out
>>> that I couldn't turn it on (error code 2147024894). Can anyone
>>> help me with this problem please?
>>
>> Reset the security settings on the BITS service and see if it helps:
>>
>>http://groups.google.co.uk/group/microsoft.public.windowsupdate/msg/1398b5a7bcb8f37c?dmode=source
>>
>> (the "sc sdset bits ..." part in the link above)
>>
>> Then, after the above, do the following:
>>
>> Click Start >> Run >>
>> Type the follow command in the Open box.
>> "regsvr32.exe qmgr.dll" (w/o quotes)
>> Press Ok
>>
>> Repeat the same for the following command:
>>
>> regsvr32.exe qmgrprxy.dll
>>
>
> I tried it already, but bits still not working. I also tried
> to download bits update, but it said that I already have the
> newest version. Anymore suggestion?
Hi

Please try this:

Paste the following line into the Start/Run dialog box:

"%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader"

and click OK.

The folder Downloader should now be opened in Explorer.

Delete all the files in the folder.

Now try to start the BITS service again.


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

SpaceCowboy
07-09-2005, 11:42 PM
Still not working :*(
Anyone has more suggestion?

Robert Aldwinckle
07-09-2005, 11:43 PM
"SpaceCowboy" <SpaceCowboy@discussions.microsoft.com> wrote in message
news:99EC5E45-8F50-4890-A587-B7BDF89EE6F2@microsoft.com...
> hello
>
> I have a problem trying to download new updates for windows xp sp2. I got an
> error code 80246008. Then I checked my BITS and found out that I couldn't
> turn it on (error code 2147024894). Can anyone help me with this problem
> please?


Try a search? Let's use that second error code.
It looks like a decimal number but I suspect it is also signed.
E.g. was there a minus sign (hyphen) in front of it where you found it?

Somebody else today actually had the unsigned version of the same code
somehow. Here is how I replied to them:

<reply>
> I can't start BITS, gettiing an error 2147942402


Try a search? First it helps to convert that code which is obviously
decimal but apparently not signed decimal (as they usually are) to hex.
E.g. Run... calc.exe set it to operate in Scientific mode (Alt-V,S)
paste (or type) your code into its input box and press F5.
Also since the resulting hex string might be misinterpreted as decimal
itself and since we want all instances of it interpreted as a hex string
anyway search also for that computed hex value prefixed by 0x.


http://groups-beta.google.com/group/microsoft.public.windowsupdate/browse_frm/thread/100cf714dde220fa/cba31a207916337e?q=(2147942402+OR+80070002+OR+0x80070002)++(MSFT+OR+MVP)++group:microsoft.public.windowsupdate&rnum=1#cba31a207916337e

Google Groups search for
(2147942402 OR 80070002 OR 0x80070002) (MSFT OR MVP) group:microsoft.public.windowsupdate
)


Good luck

Robert Aldwinckle
---

</reply>



>
>
> Thank you

SpaceCowboy
07-09-2005, 11:43 PM
it does have a sign in the front.. (-2147024894)
I still don't have time to fix this problem..
If anyone found a cure for this, please help me...

thanks everyone


Bits starting error 2147024894