Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Cannot install any updates after upgrade to SP2..Error Code: 80246

Reply
Thread Tools Display Modes

Cannot install any updates after upgrade to SP2..Error Code: 80246

 
 
NitDawg S
Guest
Posts: n/a

 
      09-10-2004
XP-Pro, did the online update to SP2 with no problem (both desktop and
laptop). I cannot download any of the recent updates (.NET v1.1 or Media
Player 10) on my desktop. The download window pops on, but the download
'FAILED!' Under the installation history I can see the error code is
80246005.

I have no problem with my laptop (networked via WiFi) with any of the
updates. So my guess is maybe the firewall on my router, but why would it
only effect my desktop (wired) but not my laptop?? I remember a similar
problem with some streaming windows media player 9 content on xbox live that
only acted up on my desktop (it was the UDP network option that had to be
de-selected).

Any info out there??
 
Reply With Quote
 
 
 
 
martin
Guest
Posts: n/a

 
      09-10-2004
I'm not familiar with that number for the error code, but have been in
similar situations.
Next time it happens, go to 'Event Viewer' (right click 'My Computer' -
choose 'Manage', and then 'Event Viewer' is inside 'System Tools'.
Can't recall, the info will be within 'Applications', or 'System'.
Below the Up & Down arrows is a 'Copy' button. Paste the whole message back
on this forum and you will likely get your answer.
The more info you can supply, the more likely (and faster), an answer comes
up.

"NitDawg S" wrote:

> XP-Pro, did the online update to SP2 with no problem (both desktop and
> laptop). I cannot download any of the recent updates (.NET v1.1 or Media
> Player 10) on my desktop. The download window pops on, but the download
> 'FAILED!' Under the installation history I can see the error code is
> 80246005.
>
> I have no problem with my laptop (networked via WiFi) with any of the
> updates. So my guess is maybe the firewall on my router, but why would it
> only effect my desktop (wired) but not my laptop?? I remember a similar
> problem with some streaming windows media player 9 content on xbox live that
> only acted up on my desktop (it was the UDP network option that had to be
> de-selected).
>
> Any info out there??

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

 
      09-10-2004
NitDawg,

Reregister the .dll files in the log .... courtesy of MS-MVP Torgeir
Bakken :

" You could try this and see if it helps:

Click Start >> Run >>
Type the follow command in the Open box.
"net.exe stop wuauserv" (w/o quotes)
Press Ok

Repeat the same for the following commands:

regsvr32.exe wuapi.dll
regsvr32.exe wups.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wucltui.dll
regsvr32.exe msxml3.dll
net.exe start wuauserv

Then do a reboot.

--
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/scr...r/default.mspx "


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


NitDawg S wrote:

> Event Viewer Log: (Application)
> These are the 4 logs when I attempted to update again this morning.
>
> Event Type: Information
> Event Source: ESENT
> Event Category: General
> Event ID: 100
> Date: 9/10/2004
> Time: 7:50:01 AM
> User: N/A
> Computer: SCHISLER-HOME
> Description:
> wuauclt (2288) The database engine 5.01.2600.2180 started.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Event Type: Information
> Event Source: ESENT
> Event Category: General
> Event ID: 102
> Date: 9/10/2004
> Time: 7:50:01 AM
> User: N/A
> Computer: SCHISLER-HOME
> Description:
> wuaueng.dll (2288) SUS20ClientDataStore: The database engine started a new
> instance (0).
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Event Type: Information
> Event Source: ESENT
> Event Category: General
> Event ID: 103
> Date: 9/10/2004
> Time: 7:55:26 AM
> User: N/A
> Computer: SCHISLER-HOME
> Description:
> wuaueng.dll (2288) SUS20ClientDataStore: The database engine stopped the
> instance (0).
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Event Type: Information
> Event Source: ESENT
> Event Category: General
> Event ID: 101
> Date: 9/10/2004
> Time: 7:55:26 AM
> User: N/A
> Computer: SCHISLER-HOME
> Description:
> wuauclt (2288) The database engine stopped.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>


 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      09-11-2004
NitDawg S wrote:

> Event Viewer Log: (Application)
> These are the 4 logs when I attempted to update again this morning.
>
> Event Type: Information
> Event Source: ESENT
> (snip)

Hi

The ESENT messages come from the WU v5 client, and they are information
entries only (they do not indicate that you have a problem).

From a previous post about this issue:

From: "David Kays [MSFT]" <>
Subject: Re: ESENT Messages
Date: Fri, 13 Aug 2004 15:01:45 -0700
Message-ID: <>
Newsgroups: microsoft.public.windowsupdate

<quote>
This is a known issue with the WU v5 client. It has to do with how the
client agent interacts with the Jet database engine. This is something
we'll consider fixing in a future version of the WU client. I'm not
aware of work arounds for this issue, sorry.
</quote>


If you really, really want to get rid of those messages, you
can disable the "Automatic Services" service (through e.g.
Start/Run --> services.msc).

Note that if you do this, even the Windows Update Web page will
not work anymore (for manual scan/install). If you later on want
to use the Windows Update Web page, you can of course temporary
set the service to Automatic again and start the service before
you go to the Web page.


--
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/scr...r/default.mspx
 
Reply With Quote
 
Berwhale
Guest
Posts: n/a

 
      09-18-2004
Worked for me, didn't need a reboot though, thanks.

"MowGreen [MVP]" wrote:

> NitDawg,
>
> Reregister the .dll files in the log .... courtesy of MS-MVP Torgeir
> Bakken :
>
> " You could try this and see if it helps:
>
> Click Start >> Run >>
> Type the follow command in the Open box.
> "net.exe stop wuauserv" (w/o quotes)
> Press Ok
>
> Repeat the same for the following commands:
>
> regsvr32.exe wuapi.dll
> regsvr32.exe wups.dll
> regsvr32.exe wuaueng.dll
> regsvr32.exe wucltui.dll
> regsvr32.exe msxml3.dll
> net.exe start wuauserv
>
> Then do a reboot.
>
> --
> 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/scr...r/default.mspx "
>
>
> MowGreen [MVP]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> NitDawg S wrote:
>
> > Event Viewer Log: (Application)
> > These are the 4 logs when I attempted to update again this morning.
> >
> > Event Type: Information
> > Event Source: ESENT
> > Event Category: General
> > Event ID: 100
> > Date: 9/10/2004
> > Time: 7:50:01 AM
> > User: N/A
> > Computer: SCHISLER-HOME
> > Description:
> > wuauclt (2288) The database engine 5.01.2600.2180 started.
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> >
> > Event Type: Information
> > Event Source: ESENT
> > Event Category: General
> > Event ID: 102
> > Date: 9/10/2004
> > Time: 7:50:01 AM
> > User: N/A
> > Computer: SCHISLER-HOME
> > Description:
> > wuaueng.dll (2288) SUS20ClientDataStore: The database engine started a new
> > instance (0).
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> >
> > Event Type: Information
> > Event Source: ESENT
> > Event Category: General
> > Event ID: 103
> > Date: 9/10/2004
> > Time: 7:55:26 AM
> > User: N/A
> > Computer: SCHISLER-HOME
> > Description:
> > wuaueng.dll (2288) SUS20ClientDataStore: The database engine stopped the
> > instance (0).
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> >
> > Event Type: Information
> > Event Source: ESENT
> > Event Category: General
> > Event ID: 101
> > Date: 9/10/2004
> > Time: 7:55:26 AM
> > User: N/A
> > Computer: SCHISLER-HOME
> > Description:
> > wuauclt (2288) The database engine stopped.
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> >

>
>

 
Reply With Quote
 
Kevin D. Sandal
Guest
Posts: n/a

 
      09-19-2004
Worked for me also.

Kevin

On Sat, 18 Sep 2004 16:45:01 -0700, "Berwhale"
<> wrote:

>Worked for me, didn't need a reboot though, thanks.
>
>"MowGreen [MVP]" wrote:
>
>> NitDawg,
>>
>> Reregister the .dll files in the log .... courtesy of MS-MVP Torgeir
>> Bakken :
>>
>> " You could try this and see if it helps:
>>
>> Click Start >> Run >>
>> Type the follow command in the Open box.
>> "net.exe stop wuauserv" (w/o quotes)
>> Press Ok
>>
>> Repeat the same for the following commands:
>>
>> regsvr32.exe wuapi.dll
>> regsvr32.exe wups.dll
>> regsvr32.exe wuaueng.dll
>> regsvr32.exe wucltui.dll
>> regsvr32.exe msxml3.dll
>> net.exe start wuauserv
>>
>> Then do a reboot.
>>
>> --
>> 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/scr...r/default.mspx "
>>
>>
>> MowGreen [MVP]
>> ===============
>> *-343-* FDNY
>> Never Forgotten
>> ===============
>>
>>
>> NitDawg S wrote:
>>
>> > Event Viewer Log: (Application)
>> > These are the 4 logs when I attempted to update again this morning.
>> >
>> > Event Type: Information
>> > Event Source: ESENT
>> > Event Category: General
>> > Event ID: 100
>> > Date: 9/10/2004
>> > Time: 7:50:01 AM
>> > User: N/A
>> > Computer: SCHISLER-HOME
>> > Description:
>> > wuauclt (2288) The database engine 5.01.2600.2180 started.
>> >
>> > For more information, see Help and Support Center at
>> > http://go.microsoft.com/fwlink/events.asp.
>> >
>> > Event Type: Information
>> > Event Source: ESENT
>> > Event Category: General
>> > Event ID: 102
>> > Date: 9/10/2004
>> > Time: 7:50:01 AM
>> > User: N/A
>> > Computer: SCHISLER-HOME
>> > Description:
>> > wuaueng.dll (2288) SUS20ClientDataStore: The database engine started a new
>> > instance (0).
>> >
>> > For more information, see Help and Support Center at
>> > http://go.microsoft.com/fwlink/events.asp.
>> >
>> > Event Type: Information
>> > Event Source: ESENT
>> > Event Category: General
>> > Event ID: 103
>> > Date: 9/10/2004
>> > Time: 7:55:26 AM
>> > User: N/A
>> > Computer: SCHISLER-HOME
>> > Description:
>> > wuaueng.dll (2288) SUS20ClientDataStore: The database engine stopped the
>> > instance (0).
>> >
>> > For more information, see Help and Support Center at
>> > http://go.microsoft.com/fwlink/events.asp.
>> >
>> > Event Type: Information
>> > Event Source: ESENT
>> > Event Category: General
>> > Event ID: 101
>> > Date: 9/10/2004
>> > Time: 7:55:26 AM
>> > User: N/A
>> > Computer: SCHISLER-HOME
>> > Description:
>> > wuauclt (2288) The database engine stopped.
>> >
>> > For more information, see Help and Support Center at
>> > http://go.microsoft.com/fwlink/events.asp.
>> >

>>
>>


 
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
OneCare updates error code 779 AllenH Windows Vista General Discussion 0 10-29-2008 04:53 AM
Re: Error code 8007000B when trying to install updates Robert Aldwinckle Windows Vista General Discussion 1 11-02-2007 04:39 AM
Windows Vista Ultimate upgrade error code 80070005 hhcribbs Windows Vista Installation 3 10-13-2007 04:49 PM
Vista Upgrade: Clean Install works. Upgrade error 0x80070241 Mac Windows Vista Installation 1 02-06-2007 05:19 PM
Fresh Install No Updates and Reg. has correct Code for 98SE Patrick W Windows Update 0 08-06-2003 11:21 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