Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > update error 0xC800042D

Reply
Thread Tools Display Modes

update error 0xC800042D

 
 
sethg
Guest
Posts: n/a

 
      10-11-2006
I have been getting this error from Windows Update yesterday and today. This
is a different error code from what many others have reported. Is anyone
else seeing this? Any idea what it might be?

--
Seth Goodman
 
Reply With Quote
 
 
 
 
DJH
Guest
Posts: n/a

 
      10-11-2006
I have been getting the same error message on a Windows 2000 Pro SP4 machine.
The following seemed to work for me based on the post directly above this
one by Cabbie. Thanks Cabbie.

1. Click Start, Run, type: cmd and press Enter. Please run the following
command in the opened window.

Net stop WuAuServ

2. Click Start, Run, type: %windir% and press Enter.
3. In the opened folder, rename the folder SoftwareDistribution to Sdold.
4. Click Start, Run, type: cmd and press Enter. Please run the following
command in the opened window.

Net start WuAuServ

- Dan

"sethg" wrote:

> I have been getting this error from Windows Update yesterday and today. This
> is a different error code from what many others have reported. Is anyone
> else seeing this? Any idea what it might be?
>
> --
> Seth Goodman

 
Reply With Quote
 
peterd
Guest
Posts: n/a

 
      10-12-2006
This fix worked for me, too (at least so far: 5/5 "critical" updates
installed.) This was also a Win2K SP4 machine. (which updated fine on
9/27/2006 but failed today...)
Thanks,
-peter

"DJH" wrote:

> I have been getting the same error message on a Windows 2000 Pro SP4 machine.
> The following seemed to work for me based on the post directly above this
> one by Cabbie. Thanks Cabbie.
>
> 1. Click Start, Run, type: cmd and press Enter. Please run the following
> command in the opened window.
>
> Net stop WuAuServ
>
> 2. Click Start, Run, type: %windir% and press Enter.
> 3. In the opened folder, rename the folder SoftwareDistribution to Sdold.
> 4. Click Start, Run, type: cmd and press Enter. Please run the following
> command in the opened window.
>
> Net start WuAuServ
>
> - Dan
>
> "sethg" wrote:
>
> > I have been getting this error from Windows Update yesterday and today. This
> > is a different error code from what many others have reported. Is anyone
> > else seeing this? Any idea what it might be?
> >
> > --
> > Seth Goodman

 
Reply With Quote
 
sethg
Guest
Posts: n/a

 
      10-13-2006
"DJH" wrote:

> I have been getting the same error message on a Windows 2000 Pro SP4 machine.
> The following seemed to work for me based on the post directly above this
> one by Cabbie. Thanks Cabbie.


It worked! Thanks very much, and thanks also to peterd for his comment.
Looks like their ActiveX control could use some tweaking.

As another observation, the afflicted machine was the only one that had
problems in the network. On that particular machine, I actively requested an
update via the web page the day of the planned update release, rather than
relying on the background service. All other machines used the background
service and had no problems, though the update didn't show up for a couple of
days.

--
Seth Goodman
 
Reply With Quote
 
sethg
Guest
Posts: n/a

 
      10-13-2006
BTW, the affected system was also Win2K SP4, though so were some unaffected
systems in the network.

--
Seth Goodman
 
Reply With Quote
 
martha
Guest
Posts: n/a

 
      02-01-2007
thank you!! it worked for me..

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Reply With Quote
 
Mesmurized
Guest
Posts: n/a

 
      05-17-2007
This enabled update to work but had the unfortunate result of deleting all
update history (stored in sub-dir DataStore). To recover the history I tried
this: Stopped the service, copied the DataStore sub-dir (from Sdold) into
the newly created Software Distribution dir, then re-enabled the service.
Only 50% successful The history returned, but the problem with update
also returned.

Q: Can the update history be successfully re-integrated?
--
Mes


"DJH" wrote:

> I have been getting the same error message on a Windows 2000 Pro SP4 machine.
> The following seemed to work for me based on the post directly above this
> one by Cabbie. Thanks Cabbie.
>
> 1. Click Start, Run, type: cmd and press Enter. Please run the following
> command in the opened window.
>
> Net stop WuAuServ
>
> 2. Click Start, Run, type: %windir% and press Enter.
> 3. In the opened folder, rename the folder SoftwareDistribution to Sdold.
> 4. Click Start, Run, type: cmd and press Enter. Please run the following
> command in the opened window.
>
> Net start WuAuServ
>
> - Dan
>
> "sethg" wrote:
>
> > I have been getting this error from Windows Update yesterday and today. This
> > is a different error code from what many others have reported. Is anyone
> > else seeing this? Any idea what it might be?
> >
> > --
> > Seth Goodman

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      05-17-2007
In the DataStore folder there's a file named DataStore.edb. That's the
file that shows the update history on the Windows/Microsoft Update
sites. Unfortunately, said file can become corrupted or damaged and
cause issues doing updates. So, you could try preserving that file by
copying it out of SoftwareDistribution\DataStore after stopping the AU
service, then delete ALL contents of the subfolders of SoftwareDistribution
Move DataStore.edb back to the DataStore subfolder
Restart the AU service
Now see if that resolved the issue

If it did not, the DataStore.edb is definitely the cause of the issue
If this is XP Home, stop the AU service first, then try running these
commands at a Command Prompt, pressing Enter after entering each one and
allowing the operations to complete prior to entering the next one -

esentutl /d %windir%\SoftwareDistribution\Datastore\datastore. edb

[This command defragments the DataStore.edb]

esentutl /r %windir%\SoftwareDistribution\Datastore\datastore. edb

[This command performs recovery, bringing all databases to a
consistent state]

esentutl /p %windir%\SoftwareDistribution\Datastore\datastore. edb

[ This command attempts to repair the damaged database ]

If the OS is XP Pro then you do not have to stop the AU service to run
the commands.

MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============


Mesmurized wrote:

> This enabled update to work but had the unfortunate result of deleting all
> update history (stored in sub-dir DataStore). To recover the history I tried
> this: Stopped the service, copied the DataStore sub-dir (from Sdold) into
> the newly created Software Distribution dir, then re-enabled the service.
> Only 50% successful The history returned, but the problem with update
> also returned.
>
> Q: Can the update history be successfully re-integrated?

 
Reply With Quote
 
stafford collinsworth
Guest
Posts: n/a

 
      05-17-2007
hello

can anyone out there say or spell incompetent ??

you know ... microsoft experts are cluless when asked

to explain the screw-ups with the windows update site

raise your hand if you are still visiting the windows update website

even with the black screens, blue screens, or pink screens. or fill in the
blamk

you guys are cluless and you will not admit that you f**ked up the windows
update web site.

good luck if you go there ... i for one will not visit windows update until
someone

who works for microsoft admits that thew screwed up big time ...

good luck to all others .. p.a. bear can reply with his stupid answer ...

i expect no less from him ...

go to hell microsoft programmers

me
"MowGreen [MVP]" <> wrote in message
news:%...
> In the DataStore folder there's a file named DataStore.edb. That's the
> file that shows the update history on the Windows/Microsoft Update sites.
> Unfortunately, said file can become corrupted or damaged and cause issues
> doing updates. So, you could try preserving that file by copying it out of
> SoftwareDistribution\DataStore after stopping the AU service, then delete
> ALL contents of the subfolders of SoftwareDistribution
> Move DataStore.edb back to the DataStore subfolder
> Restart the AU service
> Now see if that resolved the issue
>
> If it did not, the DataStore.edb is definitely the cause of the issue
> If this is XP Home, stop the AU service first, then try running these
> commands at a Command Prompt, pressing Enter after entering each one and
> allowing the operations to complete prior to entering the next one -
>
> esentutl /d %windir%\SoftwareDistribution\Datastore\datastore. edb
>
> [This command defragments the DataStore.edb]
>
> esentutl /r %windir%\SoftwareDistribution\Datastore\datastore. edb
>
> [This command performs recovery, bringing all databases to a
> consistent state]
>
> esentutl /p %windir%\SoftwareDistribution\Datastore\datastore. edb
>
> [ This command attempts to repair the damaged database ]
>
> If the OS is XP Pro then you do not have to stop the AU service to run the
> commands.
>
> MowGreen [MVP 2003-2007]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> Mesmurized wrote:
>
>> This enabled update to work but had the unfortunate result of deleting
>> all update history (stored in sub-dir DataStore). To recover the history
>> I tried this: Stopped the service, copied the DataStore sub-dir (from
>> Sdold) into the newly created Software Distribution dir, then re-enabled
>> the service. Only 50% successful The history returned, but the
>> problem with update also returned.
>>
>> Q: Can the update history be successfully re-integrated?



 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      05-18-2007
Plonk ! >>>> the troll

MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============



 
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
Vista Windows Update error Code: 80070490 Windows Update encountered an unknown error Michel Speed Windows Vista General Discussion 1 01-24-2009 09:02 PM
Windows update error #0xC800042D jlb Windows Update 3 05-18-2005 07:09 PM
Error number 0xC800042D bman Windows Update 1 01-12-2005 10:49 PM
Error: time/date error message prevents update critical update tom williams Windows Update 3 04-14-2004 06:21 PM
Update Error: Querying software update catalog (Error 0x800C0002) Daniel Windows Update 0 08-16-2003 10:16 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