Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > 2000 Pro - Updates Download but wont install

Reply
Thread Tools Display Modes

2000 Pro - Updates Download but wont install

 
 
Tbenson81
Guest
Posts: n/a

 
      08-06-2005
Everything works fine on V4 as I just had to revert to this last night in
order to install some critical updates. Everything works perfectly. With V6 -
the downloads download and then immediately say fail. If I go back to windows
updates , the file is still downloaded but again just wont install.

Can an MVP tell me what the differences are in the install process between
V4 and V6. This seems like a very simple fix. I am logged on as the
Administrator but something is preventing this from installing. Here is the
code

I
have tried everything. I have 2000 pro with all updates and patches and have
removed the softdistr folder, played around with services, re-registered
dlls, even reinstall the 2000 rollup. There is only 1 account on my PC and it
is the admin account. All updates download fine and say failed when trying to
install. Went back to the v4 update and installs work great, its just with
the new version v6. Here is the code

2005-08-05 22:04:26 820 318 COMAPI - Allow source prompts: Yes; Forced:
No; Force quiet: No
2005-08-05 22:04:26 820 318 COMAPI - Updates in request: 1
2005-08-05 22:04:26 820 318 COMAPI - ServiceID =
{9482F4B4-E343-43B6-B170-9A65BC822C77}
2005-08-05 22:04:26 820 318 COMAPI - Updates to install = 1
2005-08-05 22:04:26 820 318 COMAPI <<-- SUBMITTED -- COMAPI: Install
[ClientId = WindowsUpdate]
2005-08-05 22:04:26 1188 378 Agent *************
2005-08-05 22:04:26 1188 378 Agent ** START ** Agent: Installing updates
[CallerId = WindowsUpdate]
2005-08-05 22:04:26 1188 378 Agent *********
2005-08-05 22:04:26 1188 378 Agent * Updates to install = 1
2005-08-05 22:04:26 1188 378 Agent * Title = <NULL>
2005-08-05 22:04:26 1188 378 Agent * UpdateId =
{CCF08B4E-10B8-48BF-936F-0D16A1B4FB9E}.100
2005-08-05 22:04:26 1188 378 Agent WARNING: Failed to evaluate Installed
rule, updateId = {ED300F67-421C-4C08-B3BA-F35C55F3B427}.100, error =
0x80041017
2005-08-05 22:04:27 1188 378 Service WARNING: GetUserTokenFromSessionId
failed with hr 0x800706d3
2005-08-05 22:04:27 1188 378 Agent * WARNING: Exit code = 0x80240020
2005-08-05 22:04:27 1188 378 Agent *********
2005-08-05 22:04:27 1188 378 Agent ** END ** Agent: Installing updates
[CallerId = WindowsUpdate]
2005-08-05 22:04:27 1188 378 Agent *************
2005-08-05 22:04:27 1188 378 Agent WARNING: WU client failed installing
updates with error 0x80240020
2005-08-05 22:04:27 820 2b8 COMAPI >>-- RESUMED -- COMAPI: Install
[ClientId = WindowsUpdate]
2005-08-05 22:04:27 820 2b8 COMAPI - Install call failed
2005-08-05 22:04:27 820 2b8 COMAPI - Reboot required = No
2005-08-05 22:04:27 820 2b8 COMAPI - WARNING: Exit code = 0x80240FFF;
Call error code = 0x80240020

 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      08-07-2005
"Tbenson81" <> wrote in message
news:1F70EAFF-0078-4E19-8C8F-...
> Everything works fine on V4 as I just had to revert to this last night in
> order to install some critical updates. Everything works perfectly. With V6 -
> the downloads download and then immediately say fail. If I go back to windows
> updates , the file is still downloaded but again just wont install.
>
> Can an MVP tell me what the differences are in the install process between
> V4 and V6.


The difference is that multiple processes are involved with multiple accounts
and hence multiple permission lists.

As others were trying to show you your problem has to do with permissions.
However, I don't know how to identify which process, account or permission
will be your problem.

What I often do is use FileMon to supplement the diagnostics provided
by AU and WU. E.g. filtering on SoftwareDistribution;Update;CatRoot
seems to fill in some of the holes that just WindowsUpdate.log or the
various install logs leave for us (given that we don't have any other
internals documentation which would make it easier to infer what the log
messages tell us.) FileMon would show you which account was involved,
and possibly give you some clues about permissions if the problem is file
permissions. Unfortunately because the BITS service (e.g.) does not run
under its own svchost.exe process it won't be clear if that service's
account is the problem. E.g. which service is this referring to?

> 2005-08-05 22:04:27 1188 378 Service WARNING: GetUserTokenFromSessionId
> failed with hr 0x800706d3


Using the filter I suggested FileMon would show you the PID which wrote
that message to WindowsUpdate.log and the account. Unfortunately,
the PID will likely be the shared svchost.exe so you can't tell which
service was doing it.


....
> have tried everything. I have 2000 pro with all updates and patches and have
> removed the softdistr folder, played around with services, re-registered
> dlls, even reinstall the 2000 rollup. There is only 1 account on my PC and it
> is the admin account.


That may be your problem then. Look at the Log On tab of BITS
properties (for example). I see selected the radio button:
Log on as: Local System account

That would be the account whose permissions would be the problem.
If it didn't exist that would be the same as having no rights.


HTH

Robert Aldwinckle
---


 
Reply With Quote
 
Tbenson81
Guest
Posts: n/a

 
      08-07-2005
Thanks for your help Robert - If I install FileMon - What exactly should I be
looking for? Isnt there any easy way to just reset all permissions? Thanks

"Robert Aldwinckle" wrote:

> "Tbenson81" <> wrote in message
> news:1F70EAFF-0078-4E19-8C8F-...
> > Everything works fine on V4 as I just had to revert to this last night in
> > order to install some critical updates. Everything works perfectly. With V6 -
> > the downloads download and then immediately say fail. If I go back to windows
> > updates , the file is still downloaded but again just wont install.
> >
> > Can an MVP tell me what the differences are in the install process between
> > V4 and V6.

>
> The difference is that multiple processes are involved with multiple accounts
> and hence multiple permission lists.
>
> As others were trying to show you your problem has to do with permissions.
> However, I don't know how to identify which process, account or permission
> will be your problem.
>
> What I often do is use FileMon to supplement the diagnostics provided
> by AU and WU. E.g. filtering on SoftwareDistribution;Update;CatRoot
> seems to fill in some of the holes that just WindowsUpdate.log or the
> various install logs leave for us (given that we don't have any other
> internals documentation which would make it easier to infer what the log
> messages tell us.) FileMon would show you which account was involved,
> and possibly give you some clues about permissions if the problem is file
> permissions. Unfortunately because the BITS service (e.g.) does not run
> under its own svchost.exe process it won't be clear if that service's
> account is the problem. E.g. which service is this referring to?
>
> > 2005-08-05 22:04:27 1188 378 Service WARNING: GetUserTokenFromSessionId
> > failed with hr 0x800706d3

>
> Using the filter I suggested FileMon would show you the PID which wrote
> that message to WindowsUpdate.log and the account. Unfortunately,
> the PID will likely be the shared svchost.exe so you can't tell which
> service was doing it.
>
>
> ....
> > have tried everything. I have 2000 pro with all updates and patches and have
> > removed the softdistr folder, played around with services, re-registered
> > dlls, even reinstall the 2000 rollup. There is only 1 account on my PC and it
> > is the admin account.

>
> That may be your problem then. Look at the Log On tab of BITS
> properties (for example). I see selected the radio button:
> Log on as: Local System account
>
> That would be the account whose permissions would be the problem.
> If it didn't exist that would be the same as having no rights.
>
>
> HTH
>
> Robert Aldwinckle
> ---
>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      08-09-2005
"Tbenson81" <> wrote in message
news:1775BE6F-015E-4073-8B8E-...
> Thanks for your help Robert - If I install FileMon - What exactly should I be
> looking for?


Clues. <eg>


> Isnt there any easy way to just reset all permissions? Thanks


Search for Torgeir's posts about secpol (on Google Groups)
Some of the discussions about it that I can remember have been
aged out of the web interface's cache.

Oops. It appears that there are now more posts from me making
comments about it than Torgeir actually mentioning it! Use the author:
attribute specifier to make sure you are looking at the real thing:

http://groups-beta.google.com/groups...%3Amicrosoft.*


Good luck

Robert
---


>
> "Robert Aldwinckle" wrote:
>
>> "Tbenson81" <> wrote in message
>> news:1F70EAFF-0078-4E19-8C8F-...
>> > Everything works fine on V4 as I just had to revert to this last night in
>> > order to install some critical updates. Everything works perfectly. With V6 -
>> > the downloads download and then immediately say fail. If I go back to windows
>> > updates , the file is still downloaded but again just wont install.
>> >
>> > Can an MVP tell me what the differences are in the install process between
>> > V4 and V6.

>>
>> The difference is that multiple processes are involved with multiple accounts
>> and hence multiple permission lists.
>>
>> As others were trying to show you your problem has to do with permissions.
>> However, I don't know how to identify which process, account or permission
>> will be your problem.
>>
>> What I often do is use FileMon to supplement the diagnostics provided
>> by AU and WU. E.g. filtering on SoftwareDistribution;Update;CatRoot
>> seems to fill in some of the holes that just WindowsUpdate.log or the
>> various install logs leave for us (given that we don't have any other
>> internals documentation which would make it easier to infer what the log
>> messages tell us.) FileMon would show you which account was involved,
>> and possibly give you some clues about permissions if the problem is file
>> permissions. Unfortunately because the BITS service (e.g.) does not run
>> under its own svchost.exe process it won't be clear if that service's
>> account is the problem. E.g. which service is this referring to?
>>
>> > 2005-08-05 22:04:27 1188 378 Service WARNING: GetUserTokenFromSessionId
>> > failed with hr 0x800706d3

>>
>> Using the filter I suggested FileMon would show you the PID which wrote
>> that message to WindowsUpdate.log and the account. Unfortunately,
>> the PID will likely be the shared svchost.exe so you can't tell which
>> service was doing it.
>>
>>
>> ....
>> > have tried everything. I have 2000 pro with all updates and patches and have
>> > removed the softdistr folder, played around with services, re-registered
>> > dlls, even reinstall the 2000 rollup. There is only 1 account on my PC and it
>> > is the admin account.

>>
>> That may be your problem then. Look at the Log On tab of BITS
>> properties (for example). I see selected the radio button:
>> Log on as: Local System account
>>
>> That would be the account whose permissions would be the problem.
>> If it didn't exist that would be the same as having no rights.
>>
>>
>> HTH
>>
>> Robert Aldwinckle
>> ---
>>
>>
>>



 
Reply With Quote
 
Nocturnal
Guest
Posts: n/a

 
      08-12-2005
I'm having the same issue with 2000 Pro.
"Robert Aldwinckle" <> wrote in message
news:%...
> "Tbenson81" <> wrote in message
> news:1775BE6F-015E-4073-8B8E-...
>> Thanks for your help Robert - If I install FileMon - What exactly should
>> I be
>> looking for?

>
> Clues. <eg>
>
>
>> Isnt there any easy way to just reset all permissions? Thanks

>
> Search for Torgeir's posts about secpol (on Google Groups)
> Some of the discussions about it that I can remember have been
> aged out of the web interface's cache.
>
> Oops. It appears that there are now more posts from me making
> comments about it than Torgeir actually mentioning it! Use the author:
> attribute specifier to make sure you are looking at the real thing:
>
> http://groups-beta.google.com/groups...%3Amicrosoft.*
>
>
> Good luck
>
> Robert
> ---
>
>
>>
>> "Robert Aldwinckle" wrote:
>>
>>> "Tbenson81" <> wrote in message
>>> news:1F70EAFF-0078-4E19-8C8F-...
>>> > Everything works fine on V4 as I just had to revert to this last night
>>> > in
>>> > order to install some critical updates. Everything works perfectly.
>>> > With V6 -
>>> > the downloads download and then immediately say fail. If I go back to
>>> > windows
>>> > updates , the file is still downloaded but again just wont install.
>>> >
>>> > Can an MVP tell me what the differences are in the install process
>>> > between
>>> > V4 and V6.
>>>
>>> The difference is that multiple processes are involved with multiple
>>> accounts
>>> and hence multiple permission lists.
>>>
>>> As others were trying to show you your problem has to do with
>>> permissions.
>>> However, I don't know how to identify which process, account or
>>> permission
>>> will be your problem.
>>>
>>> What I often do is use FileMon to supplement the diagnostics
>>> provided
>>> by AU and WU. E.g. filtering on SoftwareDistribution;Update;CatRoot
>>> seems to fill in some of the holes that just WindowsUpdate.log or the
>>> various install logs leave for us (given that we don't have any other
>>> internals documentation which would make it easier to infer what the log
>>> messages tell us.) FileMon would show you which account was involved,
>>> and possibly give you some clues about permissions if the problem is
>>> file
>>> permissions. Unfortunately because the BITS service (e.g.) does not
>>> run
>>> under its own svchost.exe process it won't be clear if that service's
>>> account is the problem. E.g. which service is this referring to?
>>>
>>> > 2005-08-05 22:04:27 1188 378 Service WARNING:
>>> > GetUserTokenFromSessionId
>>> > failed with hr 0x800706d3
>>>
>>> Using the filter I suggested FileMon would show you the PID which wrote
>>> that message to WindowsUpdate.log and the account. Unfortunately,
>>> the PID will likely be the shared svchost.exe so you can't tell
>>> which
>>> service was doing it.
>>>
>>>
>>> ....
>>> > have tried everything. I have 2000 pro with all updates and patches
>>> > and have
>>> > removed the softdistr folder, played around with services,
>>> > re-registered
>>> > dlls, even reinstall the 2000 rollup. There is only 1 account on my PC
>>> > and it
>>> > is the admin account.
>>>
>>> That may be your problem then. Look at the Log On tab of BITS
>>> properties (for example). I see selected the radio button:
>>> Log on as: Local System account
>>>
>>> That would be the account whose permissions would be the problem.
>>> If it didn't exist that would be the same as having no rights.
>>>
>>>
>>> HTH
>>>
>>> Robert Aldwinckle
>>> ---
>>>
>>>
>>>

>
>



 
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 wont download updates, none available dankreiner Windows Vista General Discussion 2 03-17-2007 05:58 PM
Updates download but wont install RON Windows Update 2 05-17-2004 12:25 PM
Updates Download wont Install David Pierce Windows Update 4 05-16-2004 06:19 AM
Auto Updates wont download JJ Quickchange Windows Update 1 01-20-2004 07:14 PM
Updates wont download win me lloyd Windows Update 1 10-18-2003 06:42 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