Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Re: Error 0x80240020 Download, No Install

Reply
Thread Tools Display Modes

Re: Error 0x80240020 Download, No Install

 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      09-17-2004
"cairey" <> wrote in message
news:30A72C4F-ABBD-4B8C-B8CB-...
>I get this Error in my WindowsUpdate.log. It happens to anything I try to
> download off the Windows Update V5. The "update" will download but it failes
> to install. Here is my log.

....

Are you sure that the update is downloading? I don't think that that
is clear from the log.

This is the first error in your log; so I think you should concentrate
on diagnosing it before worrying about a subsequent one.

> 2004-09-15 14:42:24+0100 1276 68c GetUserTokenFromSessionId failed with hr
> 0x800704dd


Fortunately there seem to be more hits in Google Groups about this one:

http://groups.google.com/groups?num=....*&btnG=Search

(Google Groups search for
0x800704dd OR 800704dd MSFT OR MVP group:microsoft.*
- sorted by date
)

The 8007 class of errors seem to have something to do with
authentication. So my guess would be that you could next take
a look at that regarding your BITS service. E.g. check in the
Log On tab of the BITS Properties page what account BITS
is supposed to be run under.

Etc.


HTH

Robert Aldwinckle
---


 
Reply With Quote
 
 
 
 
cairey
Guest
Posts: n/a

 
      09-17-2004
I'm pretty sure the update is downloading. The progress bar when it updates
is visible. Whether or not it's getting properly saved to the hard drive in
the "right way" I don't know. I get the message failed to install when I try
to install it basically, and that is my exact log of those errors. I have
tried your advice. My BITS service is running on Local System Account. I've
tried starting and restarting certain services including that one many times.

The problem still arises. I have tried a fair few things now. I deleted all
my BHOs and played with the services and still cannot figure this thing out.
Either something is currupt or one of the service is behaving lame.

"Robert Aldwinckle" wrote:

> "cairey" <> wrote in message
> news:30A72C4F-ABBD-4B8C-B8CB-...
> >I get this Error in my WindowsUpdate.log. It happens to anything I try to
> > download off the Windows Update V5. The "update" will download but it failes
> > to install. Here is my log.

> ....
>
> Are you sure that the update is downloading? I don't think that that
> is clear from the log.
>
> This is the first error in your log; so I think you should concentrate
> on diagnosing it before worrying about a subsequent one.
>
> > 2004-09-15 14:42:24+0100 1276 68c GetUserTokenFromSessionId failed with hr
> > 0x800704dd

>
> Fortunately there seem to be more hits in Google Groups about this one:
>
> http://groups.google.com/groups?num=....*&btnG=Search
>
> (Google Groups search for
> 0x800704dd OR 800704dd MSFT OR MVP group:microsoft.*
> - sorted by date
> )
>
> The 8007 class of errors seem to have something to do with
> authentication. So my guess would be that you could next take
> a look at that regarding your BITS service. E.g. check in the
> Log On tab of the BITS Properties page what account BITS
> is supposed to be run under.
>
> Etc.
>
>
> HTH
>
> Robert Aldwinckle
> ---
>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      09-20-2004
"cairey" <> wrote in message
news:BFC1AFD0-9F31-4001-A8BB-
....
> "Robert Aldwinckle" wrote:


>> Are you sure that the update is downloading? I don't think that that
>> is clear from the log.


> I'm pretty sure the update is downloading. The progress bar when it updates
> is visible. Whether or not it's getting properly saved to the hard drive in
> the "right way" I don't know.



Then try the diagnostic I first suggested to Alain Caillet.
If there are files being downloaded this procedure should
show you where they are being saved:

<quote>
BTW I have just found out how much stuff gets written in that
SoftwareDistribution directory. (I ran FileMon filtering on that
directory name while trying to get AU working.) For a Q&D way
to list all the changes made in it on a particular day you could use
this command pipeline:

dir/s/od | findstr "Directory 2004-09-18"

Modify that for your system as necessary. For example, the word
"Directory", the date format and of course the date itself.
A reason for doing this is that it might expose things that are being
done which are not reflected by the traces. Also by comparing your
results with someone else's whose WU was working better it could
give a more concrete list of what is not being done.
</quote>


Now that I am aware how critical the contents of that directory may be
I regret not cleaning it up before upgrading from XPsp2RC2.
After not having much success getting AU working again I tried
a suggestion that Torgeir Bakken has been making recently:

<quote>
To reset the pending download you now have, clean out the Download
folder (WU5's temporary download folder) located here:

%windir%\SoftwareDistribution\

(%windir% is typically C:\Windows)

You can use the procedure described here:

http://v5.windowsupdate.microsoft.co...cleid=11&ln=en

You might need to delete the DataStore folder mentioned in the link
above, as well as the EventCache folder.
</quote>

FWIW I had to delete the contents of all three subdirectories
he mentioned: Download, DataStore and EventCache
before wuauclt.exe kept working. (More about that below.)


>> The 8007 class of errors seem to have something to do with
>> authentication. So my guess would be that you could next take
>> a look at that regarding your BITS service. E.g. check in the
>> Log On tab of the BITS Properties page what account BITS
>> is supposed to be run under.
>>
>> Etc.


> I get the message failed to install when I try to install it basically,
> and that is my exact log of those errors. I have tried your advice.
> My BITS service is running on Local System Account.


I think that BITS was a bad guess. Now that I have used
Torgeir's advice I have found that wuauclt.exe is the other process
which is sending the error message. After restarting the AU service
(per the troubleshooting article) check to see if wuauclt.exe is running
and notice its account. My guess is that it may be running under the
same account that the svchost.exe that wuauserv runs under.
Use Task Manager to see the accounts. To identify the correct PID
that the service runs under enter this command:

tasklist /svc /fi "Imagename eq svchost.exe"

If wuauclt.exe is not running I have found that you can make it run
by using the Windows Update site. BTW I found it necessary to press
Ctrl-F5 to refresh all the bits being used by that page and that caused
the WUV5 controls to be redownloaded.

Another way to start it apparently (which I am still experimenting
with) is: Run... wuauclt /detectnow
That would also make that process run under your account.

It doesn't stay running; so I suspect that things still aren't
quite right but the log is a lot cleaner now. More importantly
on my XPsp1 partition I was given the opportunity to update
to XPsp2RTM which proves that WUV5 does work (which
I was beginning to have some doubts about <g>).

I think my problems with AU on the client side are being
further confused by the apparent lack of any updates
being offered by the server that way. E.g. on my XPsp1
partition WU shows 3 updates total but AU only shows
the one I mentioned.


HTH

Robert
---


 
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
Re: Error 0x80240020 Means? Rhynier Myburgh [MSFT] Windows Update 1 09-17-2004 04:09 PM
Re: Error 0x80240020 Download, No Install Sky King Windows Update 1 09-16-2004 02:31 PM
windows update v5 install but autoupdate only set to download - not install! Gav Windows Update 0 08-01-2004 11:01 AM
Download/Install hal helton Windows Update 2 02-05-2004 12:55 PM
Update Download Ok. Install. error Windows Update 0 02-04-2004 04:03 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