Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows update hangs and gives error 0xC800021F

Reply
Thread Tools Display Modes

Windows update hangs and gives error 0xC800021F

 
 
Pat
Guest
Posts: n/a

 
      08-11-2005
I've got W2K V5.00.2195 SP4, IE 6.0.2800.1106 SP1, and since upgrading WU to
V6, it hangs with error code 0xC800021F.
Below a piece of my windows update log. Can anyone give a hint ?

Thanks !

2005-08-11 11:38:48 1156 4e8 DtaStor FATAL: Failed to initialize datastore,
error = 0xC800021F
2005-08-11 11:38:48 1156 4e8 Agent WARNING: WU client fails
CClientCallRecorder::EnumerateService with error 0xc800021f
2005-08-11 11:38:48 1336 384 Misc =========== Logging initialized (build:
5.8.0.2469, tz: +0200) ===========
2005-08-11 11:38:48 1336 384 Misc = Process: C:\WINNT\Explorer.EXE
2005-08-11 11:38:48 1336 384 Misc = Module: C:\WINNT\system32\wuapi.dll
2005-08-11 11:38:48 1336 384 COMAPI WARNING: ISusInternal::EnumerateService
failed, hr=C800021F
2005-08-11 11:38:56 1156 4e8 DtaStor FATAL: Failed to initialize datastore,
error = 0xC800021F
2005-08-11 11:38:56 1156 4e8 Agent WARNING: WU client fails
CClientCallRecorder::EnumerateService with error 0xc800021f
2005-08-11 11:38:56 1336 384 COMAPI WARNING: ISusInternal::EnumerateService
failed, hr=C800021F
2005-08-11 11:39:08 1336 384 Misc =========== Logging initialized (build:
5.8.0.2469, tz: +0200) ===========
2005-08-11 11:39:08 1336 384 Misc = Process: C:\WINNT\Explorer.EXE
2005-08-11 11:39:08 1336 384 Misc = Module: C:\WINNT\System32\wuweb.dll
2005-08-11 11:39:08 1336 384 Setup *********** Setup: Checking whether
self-update is required ***********
2005-08-11 11:39:08 1336 384 Setup * Inf file:
C:\WINNT\SoftwareDistribution\WebSetup\wusetup.inf
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\cdm.dll: target version = 5.8.0.2469, required version =
5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\iuengine.dll: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wuapi.dll: target version = 5.8.0.2469, required version =
5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wuauclt.exe: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wuauclt1.exe: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wuaucpl.cpl: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wuaueng.dll: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wuaueng1.dll: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wucltui.dll: target version = 5.8.0.2469, required version
= 5.8.0.2469
2005-08-11 11:39:09 1336 384 Setup Update NOT required for
C:\WINNT\system32\wups.dll: target version = 5.8.0.2469, required version =
5.8.0.2469
2005-08-11 11:39:10 1336 384 Setup Update NOT required for
C:\WINNT\system32\wups2.dll: target version = 5.8.0.2469, required version =
5.8.0.2469
2005-08-11 11:39:10 1336 384 Setup * IsUpdateRequired = No

 
Reply With Quote
 
 
 
 
fermu
Guest
Posts: n/a

 
      08-11-2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pat wrote:
> I've got W2K V5.00.2195 SP4, IE 6.0.2800.1106 SP1, and since upgrading WU to
> V6, it hangs with error code 0xC800021F.
> Below a piece of my windows update log. Can anyone give a hint ?
>


download and clicking twice on this cmd file.


http://www.fermu.com/component/optio...older/lang,es/

or type this at the command prompt,

regsvr32 MSXML3.dll /s
net stop wuauserv
cd /d %windir%\SoftwareDistribution
rd /s /q DataStore
net start wuauserv
exit

- --
Saludos
Fernando M. / Registered Linux User #367696
Fermu's Website - http://www.fermu.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFC+yT3TOjWl8puOQ4RAuFVAJ9/TFwdh9uw2NwPK7S4JQPGs1LkMwCgkwye
H9AtbqRyzUxxvkCdhUW5ZXI=
=SGRY
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Klodmoro
Guest
Posts: n/a

 
      08-23-2005
Greetings Fermu,

Thank you for your post.

I had the same issue and your suggestion resolved the issue!

I followed your instructions:

regsvr32 MSXML3.dll /s
net stop wuauserv
cd /d %windir%\SoftwareDistribution
rd /s /q DataStore
net start wuauserv
exit
and I was able to download the updates again!
Thanks again!

You saved me from a fresh Start!!!!

Happy thoughts,

Claude



"fermu" wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Pat wrote:
> > I've got W2K V5.00.2195 SP4, IE 6.0.2800.1106 SP1, and since upgrading WU to
> > V6, it hangs with error code 0xC800021F.
> > Below a piece of my windows update log. Can anyone give a hint ?
> >

>
> download and clicking twice on this cmd file.
>
>
> http://www.fermu.com/component/optio...older/lang,es/
>
> or type this at the command prompt,
>
> regsvr32 MSXML3.dll /s
> net stop wuauserv
> cd /d %windir%\SoftwareDistribution
> rd /s /q DataStore
> net start wuauserv
> exit
>
> - --
> Saludos
> Fernando M. / Registered Linux User #367696
> Fermu's Website - http://www.fermu.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (MingW32)
>
> iD8DBQFC+yT3TOjWl8puOQ4RAuFVAJ9/TFwdh9uw2NwPK7S4JQPGs1LkMwCgkwye
> H9AtbqRyzUxxvkCdhUW5ZXI=
> =SGRY
> -----END PGP SIGNATURE-----
>

 
Reply With Quote
 
fermu
Guest
Posts: n/a

 
      08-23-2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Klodmoro wrote:
> You saved me from a fresh Start!!!!


Happy to help, thanks for the feedback :-)
- --
Saludos
Fernando M. / Registered Linux User #367696
Fermu's Website - http://www.fermu.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFDC34FTOjWl8puOQ4RAgn7AKCujXF1KwImyYqpB2Zyt0 orujf6KQCeMgxc
lVw+ja44OLJqIW5yndVY/Lo=
=efFM
-----END PGP SIGNATURE-----
 
Reply With Quote
 
jon
Guest
Posts: n/a

 
      08-25-2005
THANK YOU, FERMU!!! You fixed my stuff!! I have been trying on my own, to no
avail, for DAYS!! and with no help from microsoft. THANK YOU!! Thank you!!!

"fermu" wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Pat wrote:
> > I've got W2K V5.00.2195 SP4, IE 6.0.2800.1106 SP1, and since upgrading WU to
> > V6, it hangs with error code 0xC800021F.
> > Below a piece of my windows update log. Can anyone give a hint ?
> >

>
> download and clicking twice on this cmd file.
>
>
> http://www.fermu.com/component/optio...older/lang,es/
>
> or type this at the command prompt,
>
> regsvr32 MSXML3.dll /s
> net stop wuauserv
> cd /d %windir%\SoftwareDistribution
> rd /s /q DataStore
> net start wuauserv
> exit
>
> - --
> Saludos
> Fernando M. / Registered Linux User #367696
> Fermu's Website - http://www.fermu.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (MingW32)
>
> iD8DBQFC+yT3TOjWl8puOQ4RAuFVAJ9/TFwdh9uw2NwPK7S4JQPGs1LkMwCgkwye
> H9AtbqRyzUxxvkCdhUW5ZXI=
> =SGRY
> -----END PGP SIGNATURE-----
>

 
Reply With Quote
 
Anders
Guest
Posts: n/a

 
      08-25-2005
Worked for me too - THANKS!

Anders

> > download and clicking twice on this cmd file.
> >
> >
> > http://www.fermu.com/component/optio...older/lang,es/
> >
> > or type this at the command prompt,
> >
> > regsvr32 MSXML3.dll /s
> > net stop wuauserv
> > cd /d %windir%\SoftwareDistribution
> > rd /s /q DataStore
> > net start wuauserv
> > exit
> >
> > - --
> > Saludos
> > Fernando M. / Registered Linux User #367696
> > Fermu's Website - http://www.fermu.com


 
Reply With Quote
 
fermu
Guest
Posts: n/a

 
      08-25-2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anders wrote:
> Worked for me too - THANKS!


Thank you for the feedback :-)
- --
Saludos
Fernando M. / Registered Linux User #367696
Fermu's Website - http://www.fermu.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFDDff8TOjWl8puOQ4RAthbAJ9mne1ZV1Jvz+LkT+CS58 t6Osp4HQCaAwjh
ZMreO2w3BLs6Gg2mwz70VeU=
=qU58
-----END PGP SIGNATURE-----
 
Reply With Quote
 
fermu
Guest
Posts: n/a

 
      08-25-2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You're very wellcome :-)

jon wrote:
> THANK YOU, FERMU!!! You fixed my stuff!! I have been trying on my own, to no
> avail, for DAYS!! and with no help from microsoft. THANK YOU!! Thank you!!!


- --
Saludos
Fernando M. / Registered Linux User #367696
Fermu's Website - http://www.fermu.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)

iD8DBQFDDfggTOjWl8puOQ4RAgSRAKCCL5xS2+TdQ3Cfjdxo+5 3Zsgc79wCgr8PN
860RzisBjlGE1QwowGUqMuo=
=g69h
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Dano
Guest
Posts: n/a

 
      10-31-2005
Thank you !!!
Dano..

"fermu" wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You're very wellcome :-)
>
> jon wrote:
> > THANK YOU, FERMU!!! You fixed my stuff!! I have been trying on my own, to no
> > avail, for DAYS!! and with no help from microsoft. THANK YOU!! Thank you!!!

>
> - --
> Saludos
> Fernando M. / Registered Linux User #367696
> Fermu's Website - http://www.fermu.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (MingW32)
>
> iD8DBQFDDfggTOjWl8puOQ4RAgSRAKCCL5xS2+TdQ3Cfjdxo+5 3Zsgc79wCgr8PN
> 860RzisBjlGE1QwowGUqMuo=
> =g69h
> -----END PGP SIGNATURE-----
>

 
Reply With Quote
 
MrWright
Guest
Posts: n/a

 
      11-27-2005
Fermu

You are awesome. I have been working on this problem for several hours,
and, of course,
M$ has not clue what THEIR errors reference so they were NO help.

You obviously understand M$ very well and I appreciate your time and effort
on this fix. =)

MrWright

"fermu" wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Pat wrote:
> > I've got W2K V5.00.2195 SP4, IE 6.0.2800.1106 SP1, and since upgrading WU to
> > V6, it hangs with error code 0xC800021F.
> > Below a piece of my windows update log. Can anyone give a hint ?
> >

>
> download and clicking twice on this cmd file.
>
>
> http://www.fermu.com/component/optio...older/lang,es/
>
> or type this at the command prompt,
>
> regsvr32 MSXML3.dll /s
> net stop wuauserv
> cd /d %windir%\SoftwareDistribution
> rd /s /q DataStore
> net start wuauserv
> exit
>
> - --
> Saludos
> Fernando M. / Registered Linux User #367696
> Fermu's Website - http://www.fermu.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (MingW32)
>
> iD8DBQFC+yT3TOjWl8puOQ4RAuFVAJ9/TFwdh9uw2NwPK7S4JQPGs1LkMwCgkwye
> H9AtbqRyzUxxvkCdhUW5ZXI=
> =SGRY
> -----END PGP SIGNATURE-----

 
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
Error number: 0xC800021F Chuck Windows Update 12 01-13-2007 05:35 PM
Re: Windows Update Hangs - always hangs after downloading 326.00 KB Ben B. [US] Windows Update 1 04-15-2005 04:07 AM
Windows Update Hangs - no error message DanSenkiewicz Windows Update 3 08-20-2004 12:43 PM
critical update hangs at 0% no error message jipeev Windows Update 1 11-18-2003 11:10 PM
update hangs after it download file; Error 0x80072EFD Murray Becker Windows Update 2 07-25-2003 11:27 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