Link to home
Start Free TrialLog in
Avatar of msartoris
msartorisFlag for Switzerland

asked on

COmputers not registering with WSUS server

I recently installed WSUS 3 SP1 on a Windows 2003 SP2 server. I followed the Microsoft installation guide and the installation went fine. The problem is that, after now more than one week, only 320 workstations out of 560 appears in the list of computers that have contacted.
I did try to issue a wuauclt /detectnow from one of the workstations missing, I have attached the WIndowsUpdate.log file resulting.
Avatar of msartoris
msartoris
Flag of Switzerland image

ASKER

I attach here the output of the ClientDiag utiliy
I've found this site quite useful for troubleshooting:
http://www.wsuswiki.com/TroubleshootingClientSetup
If you use Ghost images to create the workstations, you probably have the duplicate SusID issue:
Below is one of the scripts from the WSUS wiki page, which I modified for my situation.
::this script eliminates the duplicate susclientID issue
 
REM Stop the Automatic Updates service
net stop wuauserv
 
REM Delete SusClientID and AccountDomainSid keys from
REM  HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
SET WU_KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
reg delete %WU_KEY% /v SusClientID /f
reg delete %WU_KEY% /v SusClientIDValidation /f
SET WU_KEY=
 
REM Start the Automatic Updates service
net start wuauserv
 
wuauclt /detectnow /resetauthorization

Open in new window

SirtenKen:

Do I run the script on the client or on the server?
Run it on the client that isn't contacting the server.
I did, but I get an error (see attached file). Line 4 is the following

net stop wuauserv

If I run this command manually, I get the message

System error 1060 has occurred.

The specified service does not exist as an installed service.
What OS are your workstations? Is the Automatic Updates service set to Automatic and the BITS service set to Manual or Automatic?
Avatar of Don
Workstations are running Windows XP SP2, Automatic Updates service is set to Automatic and BITS service is set to manual
If it is of any help, this morning I found that my workstation did install some updates and even rebooted. Nevertheless, it does not appear in the list of computers on the WSUS server.
Could you post your windowsupdate.log and a clientdiag results
Here is the WIndowsupdate.log
You arent correctly attaching :-)
I had the suspect, but I don't know what am I doing wrong: I check the box 'Attach file', then I click on 'Add file', (file is 1.8 MB), then I don't get any error message.  (I'm running IE8, is that the problem?)
Here is the output of clientdiag

C:\WSUS>clientdiag
 
WSUS Client Diagnostics Tool
 
Checking Machine State
        Checking for admin rights to run tool . . . . . . . . . PASS
        Automatic Updates Service is running. . . . . . . . . . PASS
        Background Intelligent Transfer Service is running. . . PASS
        Wuaueng.dll version 7.2.6001.788. . . . . . . . . . . . PASS
                This version is WSUS 2.0
 
Checking AU Settings
        AU Option is 4: Scheduled Install . . . . . . . . . . . PASS
                Option is from Policy settings
 
Checking Proxy Configuration
        Checking for winhttp local machine Proxy settings . . . PASS
                Winhttp local machine access type
                        <Direct Connection>
                Winhttp local machine Proxy. . . . . . . . . .  NONE
                Winhttp local machine ProxyBypass. . . . . . .  NONE
        Checking User IE Proxy settings . . . . . . . . . . . . PASS
                User IE Proxy
                kproxy.unctad.org:8080
                User IE ProxyByPass
                157.150.*;192.168.*;10.18.*;194.54.80.*;*.unctad.unctad.org;*.un
.org;*.unsystem.org;*.worldbank.org;*.intracen.org;www.jstor.org;*.my-cwt.com;po
rtal.unctad.org;gsu.unctad.org;contacts.unctad.org;uds.unctad.org;<local>
                User IE AutoConfig URL Proxy . . . . . . . . .  NONE
                User IE AutoDetect
                AutoDetect not in use
 
Checking Connection to WSUS/SUS Server
                WUServer = http://SHIVA
                WUStatusServer = http://SHIVA
        UseWuServer is enabled. . . . . . . . . . . . . . . . . PASS
        Connection to server. . . . . . . . . . . . . . . . . . PASS
        SelfUpdate folder is present. . . . . . . . . . . . . . PASS
 
Press Enter to Complete

Open in new window

im running 8 as well, rename it to .txt
Done. Does it work?
dont see it
paste it into code snippet
download and extract the tool below and run the RunMe_AUClientTool.bat on a client that hasnt shown up in console
 
to download click on the "Zipper" above comments
 
http://cid-42eeb87f9c74d86f.skydrive.live.com/self.aspx/Tools/AUClient%7C_Toolv4.zip
Here it is: I copied only starting from yesterday, do you need more?
2009-04-16	00:16:10:143	1168	7e4	AU	#############
2009-04-16	00:16:10:143	1168	7e4	AU	## START ##  AU: Search for updates
2009-04-16	00:16:10:143	1168	7e4	AU	#########
2009-04-16	00:16:10:143	1168	7e4	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {63787927-109B-4D0E-9F04-56E477F1C154}]
2009-04-16	00:16:10:143	1168	15b8	Agent	*************
2009-04-16	00:16:10:143	1168	15b8	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-16	00:16:10:143	1168	15b8	Agent	*********
2009-04-16	00:16:10:143	1168	15b8	Agent	  * Online = Yes; Ignore download priority = No
2009-04-16	00:16:10:143	1168	15b8	Agent	  * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
2009-04-16	00:16:10:143	1168	15b8	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	00:16:10:143	1168	15b8	Agent	  * Search Scope = {Machine}
2009-04-16	00:16:10:143	1168	15b8	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-16	00:16:10:159	1168	15b8	Misc	 Microsoft signed: Yes
2009-04-16	00:16:10:159	1168	15b8	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-16	00:16:10:159	1168	15b8	Misc	 Microsoft signed: Yes
2009-04-16	00:16:10:174	1168	15b8	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
2009-04-16	00:16:10:190	1168	15b8	Misc	 Microsoft signed: Yes
2009-04-16	00:16:10:190	1168	15b8	Setup	***********  Setup: Checking whether self-update is required  ***********
2009-04-16	00:16:10:190	1168	15b8	Setup	  * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-04-16	00:16:10:221	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:237	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:237	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:237	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:237	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:237	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:252	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:252	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:268	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:268	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:268	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:284	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:284	1168	15b8	Setup	Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	00:16:10:284	1168	15b8	Setup	  * IsUpdateRequired = No
2009-04-16	00:16:17:440	1168	15b8	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-16	00:16:17:440	1168	15b8	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	00:16:17:549	1168	15b8	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-16	00:16:17:549	1168	15b8	PT	Initializing simple targeting cookie, clientId = a9b3b4ab-9202-42c9-8ad1-6e125a8d8741, target group = , DNS name = unc3031.unctad.unctad.org
2009-04-16	00:16:17:549	1168	15b8	PT	  Server URL = http://SHIVA/SimpleAuthWebService/SimpleAuth.asmx
2009-04-16	00:17:18:924	1168	15b8	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2009-04-16	00:17:18:924	1168	15b8	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	00:17:29:096	1168	15b8	Agent	  * Found 0 updates and 47 categories in search; evaluated appl. rules of 561 out of 944 deployed entities
2009-04-16	00:17:29:284	1168	15b8	Agent	*********
2009-04-16	00:17:29:284	1168	15b8	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-16	00:17:29:284	1168	15b8	Agent	*************
2009-04-16	00:17:29:299	1168	9f4	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {63787927-109B-4D0E-9F04-56E477F1C154}]
2009-04-16	00:17:29:299	1168	9f4	AU	  # 0 updates detected
2009-04-16	00:17:29:299	1168	9f4	AU	#########
2009-04-16	00:17:29:299	1168	9f4	AU	##  END  ##  AU: Search for updates [CallId = {63787927-109B-4D0E-9F04-56E477F1C154}]
2009-04-16	00:17:29:299	1168	9f4	AU	#############
2009-04-16	00:17:29:299	1168	9f4	AU	AU setting next detection timeout to 2009-04-16 16:56:49
2009-04-16	00:17:29:299	1168	9f4	AU	Setting AU scheduled install time to 2009-04-16 01:00:00
2009-04-16	00:17:34:346	1168	15b8	Report	REPORT EVENT: {0941B1BE-E476-4AA9-BC48-50F75764A0BB}	2009-04-16 00:17:29:284+0200	1	147	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Software Synchronization	Windows Update Client successfully detected 0 updates.
2009-04-16	00:17:34:346	1168	15b8	Report	REPORT EVENT: {271EF6EE-6344-42AE-A2C0-E5782DED1D53}	2009-04-16 00:17:29:284+0200	1	156	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Pre-Deployment Check	Reporting client status.
2009-04-16	00:24:50:018	1168	15b8	Report	Uploading 2 events using cached cookie, reporting URL = http://SHIVA/ReportingWebService/ReportingWebService.asmx
2009-04-16	00:24:50:018	1168	15b8	Report	Reporter successfully uploaded 2 events.
2009-04-16	00:49:02:081	1168	7e4	AU	AU received policy change subscription event
2009-04-16	02:29:02:237	1168	7e4	AU	AU received policy change subscription event
2009-04-16	03:00:10:002	1168	7e4	AU	Forced install timer expired for scheduled install
2009-04-16	03:00:10:002	1168	7e4	AU	UpdateDownloadProperties: 0 download(s) are still in progress.
2009-04-16	03:00:10:002	1168	7e4	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	03:59:03:784	1168	7e4	AU	AU received policy change subscription event
2009-04-16	05:58:03:625	1168	7e4	AU	AU received policy change subscription event
2009-04-16	07:48:03:766	1168	7e4	AU	AU received policy change subscription event
2009-04-16	09:28:04:016	1168	7e4	AU	AU received policy change subscription event
2009-04-16	11:03:04:266	1168	7e4	AU	AU received policy change subscription event
2009-04-16	13:02:04:516	1168	7e4	AU	AU received policy change subscription event
2009-04-16	14:58:04:813	1168	7e4	AU	AU received policy change subscription event
2009-04-16	16:53:07:813	1168	7e4	AU	AU received policy change subscription event
2009-04-16	18:38:07:126	1168	7e4	AU	AU received policy change subscription event
2009-04-16	18:56:49:313	1168	7e4	AU	#############
2009-04-16	18:56:49:313	1168	7e4	AU	## START ##  AU: Search for updates
2009-04-16	18:56:49:313	1168	7e4	AU	#########
2009-04-16	18:56:49:313	1168	7e4	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {37725C47-581B-4E24-9E97-AD2D39373276}]
2009-04-16	18:56:49:313	1168	c74	Agent	*************
2009-04-16	18:56:49:313	1168	c74	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-16	18:56:49:313	1168	c74	Agent	*********
2009-04-16	18:56:49:313	1168	c74	Agent	  * Online = Yes; Ignore download priority = No
2009-04-16	18:56:49:313	1168	c74	Agent	  * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
2009-04-16	18:56:49:313	1168	c74	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:56:49:313	1168	c74	Agent	  * Search Scope = {Machine}
2009-04-16	18:56:49:313	1168	c74	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-16	18:56:49:329	1168	c74	Misc	 Microsoft signed: Yes
2009-04-16	18:56:49:360	1168	c74	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-16	18:56:49:360	1168	c74	Misc	 Microsoft signed: Yes
2009-04-16	18:56:49:376	1168	c74	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
2009-04-16	18:56:49:376	1168	c74	Misc	 Microsoft signed: Yes
2009-04-16	18:56:49:391	1168	c74	Setup	***********  Setup: Checking whether self-update is required  ***********
2009-04-16	18:56:49:391	1168	c74	Setup	  * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-04-16	18:56:49:407	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:423	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:423	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:423	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:423	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:423	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:438	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:438	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:454	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:454	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:470	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:470	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:470	1168	c74	Setup	Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-16	18:56:49:470	1168	c74	Setup	  * IsUpdateRequired = No
2009-04-16	18:56:57:376	1168	c74	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-16	18:56:57:376	1168	c74	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	18:56:57:923	1168	c74	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-16	18:56:57:923	1168	c74	PT	Initializing simple targeting cookie, clientId = a9b3b4ab-9202-42c9-8ad1-6e125a8d8741, target group = , DNS name = unc3031.unctad.unctad.org
2009-04-16	18:56:57:923	1168	c74	PT	  Server URL = http://SHIVA/SimpleAuthWebService/SimpleAuth.asmx
2009-04-16	18:57:43:438	1168	c74	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2009-04-16	18:57:43:438	1168	c74	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	18:57:54:860	1168	c74	Agent	  * Added update {9D729479-604C-4330-B0EC-EB204C0B80F3}.102 to search result
2009-04-16	18:57:54:860	1168	c74	Agent	  * Added update {070C3030-1205-4F16-ADAE-5F4D17907377}.102 to search result
2009-04-16	18:57:54:860	1168	c74	Agent	  * Added update {310A4C08-593D-41A3-BB57-83B386D773B5}.103 to search result
2009-04-16	18:57:54:860	1168	c74	Agent	  * Added update {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}.101 to search result
2009-04-16	18:57:54:876	1168	c74	Agent	  * Added update {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102 to search result
2009-04-16	18:57:54:876	1168	c74	Agent	  * Added update {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102 to search result
2009-04-16	18:57:54:876	1168	c74	Agent	  * Added update {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101 to search result
2009-04-16	18:57:54:876	1168	c74	Agent	  * Added update {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101 to search result
2009-04-16	18:57:54:876	1168	c74	Agent	  * Added update {848D1C9F-A2B2-4B12-950F-B779830A4CF2}.101 to search result
2009-04-16	18:57:54:876	1168	c74	Agent	  * Found 9 updates and 47 categories in search; evaluated appl. rules of 561 out of 944 deployed entities
2009-04-16	18:57:55:063	1168	c74	Agent	*********
2009-04-16	18:57:55:063	1168	c74	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:55:063	1168	c74	Agent	*************
2009-04-16	18:57:55:063	1168	dcc	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {37725C47-581B-4E24-9E97-AD2D39373276}]
2009-04-16	18:57:55:063	1168	dcc	AU	  # 9 updates detected
2009-04-16	18:57:55:063	1168	dcc	AU	#########
2009-04-16	18:57:55:063	1168	dcc	AU	##  END  ##  AU: Search for updates [CallId = {37725C47-581B-4E24-9E97-AD2D39373276}]
2009-04-16	18:57:55:063	1168	dcc	AU	#############
2009-04-16	18:57:55:063	1168	dcc	AU	AU setting next detection timeout to 2009-04-17 10:51:29
2009-04-16	18:57:55:063	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:57:55:063	1168	dcc	AU	Auto-approving update for download, updateId = {310A4C08-593D-41A3-BB57-83B386D773B5}.103, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:063	1168	dcc	AU	Auto-approving update for download, updateId = {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:063	1168	dcc	AU	Auto-approving update for download, updateId = {070C3030-1205-4F16-ADAE-5F4D17907377}.102, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:063	1168	dcc	AU	Auto-approving update for download, updateId = {9D729479-604C-4330-B0EC-EB204C0B80F3}.102, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:063	1168	dcc	AU	Auto-approving update for download, updateId = {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:063	1168	dcc	AU	Auto-approving update for download, updateId = {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:079	1168	c74	Report	REPORT EVENT: {AD2B9723-0844-4D43-ACD3-5BC6C94AE7A5}	2009-04-16 18:57:55:063+0200	1	147	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Software Synchronization	Windows Update Client successfully detected 9 updates.
2009-04-16	18:57:55:095	1168	dcc	AU	Auto-approving update for download, updateId = {848D1C9F-A2B2-4B12-950F-B779830A4CF2}.101, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:095	1168	dcc	AU	Auto-approving update for download, updateId = {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}.101, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:095	1168	c74	Report	REPORT EVENT: {4AAEC150-043D-45AC-8738-BB6C370A0E71}	2009-04-16 18:57:55:063+0200	1	156	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Pre-Deployment Check	Reporting client status.
2009-04-16	18:57:55:095	1168	dcc	AU	Auto-approving update for download, updateId = {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-04-16	18:57:55:095	1168	dcc	AU	Auto-approved 9 update(s) for download (NOT for Ux)
2009-04-16	18:57:55:095	1168	dcc	AU	#############
2009-04-16	18:57:55:095	1168	dcc	AU	## START ##  AU: Download updates
2009-04-16	18:57:55:095	1168	dcc	AU	#########
2009-04-16	18:57:55:095	1168	dcc	AU	  # Approved updates = 9
2009-04-16	18:57:55:188	1168	dcc	AU	AU initiated download, updateId = {310A4C08-593D-41A3-BB57-83B386D773B5}.103, callId = {9970599A-BA4D-4098-903F-FC23B30CB9AD}
2009-04-16	18:57:55:204	1168	c74	DnldMgr	*************
2009-04-16	18:57:55:204	1168	dcc	AU	AU initiated download, updateId = {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101, callId = {1641CF25-2288-465E-A473-C62E0A2E84ED}
2009-04-16	18:57:55:204	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:55:220	1168	c74	DnldMgr	*********
2009-04-16	18:57:55:220	1168	c74	DnldMgr	  * Call ID = {9970599A-BA4D-4098-903F-FC23B30CB9AD}
2009-04-16	18:57:55:220	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:55:220	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:55:220	1168	dcc	AU	AU initiated download, updateId = {070C3030-1205-4F16-ADAE-5F4D17907377}.102, callId = {8273C39B-3B9F-43F2-90F7-8A38328A5011}
2009-04-16	18:57:55:220	1168	c74	Agent	  *   Title = Security Update for Windows XP (KB923561)
2009-04-16	18:57:55:235	1168	c74	Agent	  *   UpdateId = {310A4C08-593D-41A3-BB57-83B386D773B5}.103
2009-04-16	18:57:55:235	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:55:235	1168	c74	Agent	  *       {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100
2009-04-16	18:57:55:235	1168	dcc	AU	AU initiated download, updateId = {9D729479-604C-4330-B0EC-EB204C0B80F3}.102, callId = {AD060D11-8B20-4FA2-A254-A98AE1633E00}
2009-04-16	18:57:55:438	1168	dcc	AU	AU initiated download, updateId = {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102, callId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}
2009-04-16	18:57:55:438	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100]  ***********
2009-04-16	18:57:55:485	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:55:485	1168	c74	DnldMgr	Generating download request for update {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100
2009-04-16	18:57:56:329	1168	c74	Handler	Windows Patch download for UpdateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}: selected action is download full-file.
2009-04-16	18:57:56:345	1168	dcc	AU	AU initiated download, updateId = {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102, callId = {F7516C68-2178-40DD-BFC9-A10A7FF23F5C}
2009-04-16	18:57:56:345	1168	dcc	AU	AU initiated download, updateId = {848D1C9F-A2B2-4B12-950F-B779830A4CF2}.101, callId = {9DAA124D-A5E9-4694-B99C-815D7CA62264}
2009-04-16	18:57:56:345	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100]  ***********
2009-04-16	18:57:56:688	1168	c74	DnldMgr	  * BITS job initialized, JobId = {5ED0C9B7-DF12-47B3-85CD-FC53A4CBA647}
2009-04-16	18:57:56:782	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/EC/B8AAC16B07CA89C7DDE4D724C808FF88FAA456EC.exe to C:\WINDOWS\SoftwareDistribution\Download\96e68baba2068161dc49794a133b9e97\WindowsXP-KB923561-x86-ENU.exe (full file).
2009-04-16	18:57:56:891	1168	c74	Agent	*********
2009-04-16	18:57:56:891	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:56:891	1168	c74	Agent	*************
2009-04-16	18:57:56:891	1168	dcc	AU	AU initiated download, updateId = {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}.101, callId = {01453489-5529-40BB-A949-63F7FB4B63EE}
2009-04-16	18:57:56:891	1168	c74	DnldMgr	*************
2009-04-16	18:57:56:891	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:56:891	1168	dcc	AU	AU initiated download, updateId = {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101, callId = {0E726313-34C1-4DC8-9BA8-462BC9AA1D83}
2009-04-16	18:57:56:891	1168	c74	DnldMgr	*********
2009-04-16	18:57:56:891	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:57:56:891	1168	c74	DnldMgr	  * Call ID = {1641CF25-2288-465E-A473-C62E0A2E84ED}
2009-04-16	18:57:56:891	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:56:891	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:56:891	1168	c74	Agent	  *   Title = Security Update for Windows XP (KB960803)
2009-04-16	18:57:56:891	1168	dcc	AU	AU setting pending client directive to 'Download Progress'
2009-04-16	18:57:56:891	1168	c74	Agent	  *   UpdateId = {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101
2009-04-16	18:57:56:891	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:56:891	1168	c74	Agent	  *       {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101
2009-04-16	18:57:56:938	1168	dcc	AU	  # Pending download calls = 9
2009-04-16	18:57:56:938	1168	dcc	AU	<<## SUBMITTED ## AU: Download updates
2009-04-16	18:57:56:954	1168	c74	PT	+++++++++++  PT: Synchronizing file locations  +++++++++++
2009-04-16	18:57:56:954	1168	c74	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	18:57:56:954	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101]  ***********
2009-04-16	18:57:56:954	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:56:954	1168	c74	DnldMgr	Generating download request for update {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101
2009-04-16	18:57:57:032	1168	c74	Handler	Windows Patch download for UpdateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}: selected action is download full-file.
2009-04-16	18:57:57:032	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101]  ***********
2009-04-16	18:57:57:126	1168	c74	DnldMgr	  * BITS job initialized, JobId = {7F1A34CE-D9CA-49AD-962E-B764218553A6}
2009-04-16	18:57:57:220	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/6F/114AA39CB3E1E42C0F9897C99E697084DBDC656F.exe to C:\WINDOWS\SoftwareDistribution\Download\d45b8846b58ad8bd71377a2c09dc5274\WindowsXP-KB960803-x86-ENU.exe (full file).
2009-04-16	18:57:57:282	1168	c74	Agent	*********
2009-04-16	18:57:57:282	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:57:282	1168	c74	Agent	*************
2009-04-16	18:57:57:282	1168	c74	DnldMgr	*************
2009-04-16	18:57:57:282	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:57:282	1168	c74	DnldMgr	*********
2009-04-16	18:57:57:282	1168	c74	DnldMgr	  * Call ID = {8273C39B-3B9F-43F2-90F7-8A38328A5011}
2009-04-16	18:57:57:282	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:57:282	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:57:282	1168	c74	Agent	  *   Title = Security Update for 2007 Microsoft Office System (KB960003)
2009-04-16	18:57:57:282	1168	c74	Agent	  *   UpdateId = {070C3030-1205-4F16-ADAE-5F4D17907377}.102
2009-04-16	18:57:57:282	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:57:282	1168	c74	Agent	  *       {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102
2009-04-16	18:57:57:282	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102]  ***********
2009-04-16	18:57:57:282	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:57:282	1168	c74	DnldMgr	Generating download request for update {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102
2009-04-16	18:57:57:360	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102]  ***********
2009-04-16	18:57:57:485	1168	c74	DnldMgr	  * BITS job initialized, JobId = {A9A6BB9E-670A-45B9-BBCB-EDCABC22B8B4}
2009-04-16	18:57:57:532	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/B2/003D9D2078DD33B8EFE0BA064A9EDCACAA889DB2.cab to C:\WINDOWS\SoftwareDistribution\Download\74b26a3751dd2733a70c76f169c68d4b\xlconv.cab (full file).
2009-04-16	18:57:57:595	1168	c74	Agent	*********
2009-04-16	18:57:57:595	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:57:595	1168	c74	Agent	*************
2009-04-16	18:57:57:610	1168	c74	DnldMgr	*************
2009-04-16	18:57:57:610	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:57:610	1168	c74	DnldMgr	*********
2009-04-16	18:57:57:610	1168	c74	DnldMgr	  * Call ID = {AD060D11-8B20-4FA2-A254-A98AE1633E00}
2009-04-16	18:57:57:610	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:57:610	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:57:610	1168	c74	Agent	  *   Title = Security Update for Microsoft Office Excel 2007 (KB959997)
2009-04-16	18:57:57:610	1168	c74	Agent	  *   UpdateId = {9D729479-604C-4330-B0EC-EB204C0B80F3}.102
2009-04-16	18:57:57:610	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:57:610	1168	c74	Agent	  *       {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102
2009-04-16	18:57:57:610	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102]  ***********
2009-04-16	18:57:57:610	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:57:610	1168	c74	DnldMgr	Generating download request for update {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102
2009-04-16	18:57:57:720	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102]  ***********
2009-04-16	18:57:57:845	1168	c74	DnldMgr	  * BITS job initialized, JobId = {7DAF6070-1342-4BE4-9824-891C4815C2CA}
2009-04-16	18:57:57:923	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/9E/E24C751D1A7CED3909AFA00E8FF5FD934DCA759E.cab to C:\WINDOWS\SoftwareDistribution\Download\b2839b2451c4291ce9e39059be9328af\excel.cab (full file).
2009-04-16	18:57:57:985	1168	c74	Agent	*********
2009-04-16	18:57:57:985	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:57:985	1168	c74	Agent	*************
2009-04-16	18:57:57:985	1168	c74	DnldMgr	*************
2009-04-16	18:57:57:985	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:57:985	1168	c74	DnldMgr	*********
2009-04-16	18:57:57:985	1168	c74	DnldMgr	  * Call ID = {E55EC8F8-018A-4B54-A2FF-A0904EFB238F}
2009-04-16	18:57:57:985	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:57:985	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:57:985	1168	c74	Agent	  *   Title = Security Update for Windows XP (KB952004)
2009-04-16	18:57:57:985	1168	c74	Agent	  *   UpdateId = {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102
2009-04-16	18:57:57:985	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:57:985	1168	c74	Agent	  *       {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102
2009-04-16	18:57:57:985	1168	c74	PT	+++++++++++  PT: Synchronizing file locations  +++++++++++
2009-04-16	18:57:57:985	1168	c74	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	18:57:58:001	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102]  ***********
2009-04-16	18:57:58:001	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:58:001	1168	c74	DnldMgr	Generating download request for update {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102
2009-04-16	18:57:58:110	1168	c74	Handler	Windows Patch download for UpdateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}: selected action is download full-file.
2009-04-16	18:57:58:110	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102]  ***********
2009-04-16	18:57:58:204	1168	c74	DnldMgr	  * BITS job initialized, JobId = {D6D22E61-5437-4E1F-9F39-CB276C06D4D6}
2009-04-16	18:57:58:282	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/80/28E11CE4E9083F84C7B9903716904A94DC6B7280.exe to C:\WINDOWS\SoftwareDistribution\Download\83f2004544abb3aad898c7079ac172e1\WindowsXP-KB952004-x86-ENU.exe (full file).
2009-04-16	18:57:58:345	1168	c74	Agent	*********
2009-04-16	18:57:58:345	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:58:345	1168	c74	Agent	*************
2009-04-16	18:57:58:345	1168	c74	DnldMgr	*************
2009-04-16	18:57:58:345	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:58:345	1168	c74	DnldMgr	*********
2009-04-16	18:57:58:345	1168	c74	DnldMgr	  * Call ID = {F7516C68-2178-40DD-BFC9-A10A7FF23F5C}
2009-04-16	18:57:58:345	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:58:345	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:58:345	1168	c74	Agent	  *   Title = Security Update for Windows XP (KB956572)
2009-04-16	18:57:58:345	1168	c74	Agent	  *   UpdateId = {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102
2009-04-16	18:57:58:345	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:58:345	1168	c74	Agent	  *       {535C2971-AD9B-4517-BFA0-74007D58C902}.101
2009-04-16	18:57:58:376	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {535C2971-AD9B-4517-BFA0-74007D58C902}.101]  ***********
2009-04-16	18:57:58:376	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:58:376	1168	c74	DnldMgr	Generating download request for update {535C2971-AD9B-4517-BFA0-74007D58C902}.101
2009-04-16	18:57:58:454	1168	c74	Handler	Windows Patch download for UpdateId = {535C2971-AD9B-4517-BFA0-74007D58C902}: selected action is download full-file.
2009-04-16	18:57:58:454	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {535C2971-AD9B-4517-BFA0-74007D58C902}.101]  ***********
2009-04-16	18:57:58:548	1168	c74	DnldMgr	  * BITS job initialized, JobId = {C46C0113-9014-4C56-A7A3-099A9659F52B}
2009-04-16	18:57:58:626	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/DE/A2463F484318332E8319DD931C87B27CF747B2DE.exe to C:\WINDOWS\SoftwareDistribution\Download\952a3b16dde9bd828d9348a7fc1a875e\WindowsXP-KB956572-x86-ENU.exe (full file).
2009-04-16	18:57:58:688	1168	c74	Agent	*********
2009-04-16	18:57:58:688	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:58:688	1168	c74	Agent	*************
2009-04-16	18:57:58:720	1168	c74	DnldMgr	*************
2009-04-16	18:57:58:720	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:58:720	1168	c74	DnldMgr	*********
2009-04-16	18:57:58:720	1168	c74	DnldMgr	  * Call ID = {9DAA124D-A5E9-4694-B99C-815D7CA62264}
2009-04-16	18:57:58:720	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:58:720	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:58:720	1168	c74	Agent	  *   Title = Windows Malicious Software Removal Tool - April 2009 (KB890830)
2009-04-16	18:57:58:720	1168	c74	Agent	  *   UpdateId = {848D1C9F-A2B2-4B12-950F-B779830A4CF2}.101
2009-04-16	18:57:58:720	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:58:720	1168	c74	Agent	  *       {445D8498-E2C5-43E2-B28D-FA927843BBA8}.101
2009-04-16	18:57:58:720	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {445D8498-E2C5-43E2-B28D-FA927843BBA8}.101]  ***********
2009-04-16	18:57:58:813	1168	c74	DnldMgr	  * BITS job initialized, JobId = {1361BDF0-6F3C-4C7F-870A-F31F9A884517}
2009-04-16	18:57:58:891	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/F1/8CE4D01682455B2415067260422DC4FF2F8F3DF1.exe to C:\WINDOWS\SoftwareDistribution\Download\d86b553451431e92825494b1ccf30ab9\8ce4d01682455b2415067260422dc4ff2f8f3df1 (full file).
2009-04-16	18:57:58:954	1168	c74	Agent	*********
2009-04-16	18:57:58:954	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:58:954	1168	c74	Agent	*************
2009-04-16	18:57:58:954	1168	c74	DnldMgr	*************
2009-04-16	18:57:58:954	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:58:954	1168	c74	DnldMgr	*********
2009-04-16	18:57:58:954	1168	c74	DnldMgr	  * Call ID = {01453489-5529-40BB-A949-63F7FB4B63EE}
2009-04-16	18:57:58:954	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:58:954	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:58:954	1168	c74	Agent	  *   Title = Security Update for Windows XP (KB961373)
2009-04-16	18:57:58:954	1168	c74	Agent	  *   UpdateId = {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}.101
2009-04-16	18:57:58:954	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:58:954	1168	c74	Agent	  *       {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101
2009-04-16	18:57:58:954	1168	c74	PT	+++++++++++  PT: Synchronizing file locations  +++++++++++
2009-04-16	18:57:58:954	1168	c74	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	18:57:58:970	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101]  ***********
2009-04-16	18:57:58:970	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:58:970	1168	c74	DnldMgr	Generating download request for update {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101
2009-04-16	18:57:59:048	1168	c74	Handler	Windows Patch download for UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}: selected action is download full-file.
2009-04-16	18:57:59:048	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101]  ***********
2009-04-16	18:57:59:204	1168	c74	DnldMgr	  * BITS job initialized, JobId = {09690099-5ADC-4556-BE61-B20334C1007A}
2009-04-16	18:57:59:298	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/D6/1D7CB582BD66271716116241CFDA13DD3479ECD6.exe to C:\WINDOWS\SoftwareDistribution\Download\fa89a820ccf9608bdc0a1e9f808c9481\WindowsXP-KB961373-x86-ENU.exe (full file).
2009-04-16	18:57:59:376	1168	c74	Agent	*********
2009-04-16	18:57:59:376	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:59:376	1168	c74	Agent	*************
2009-04-16	18:57:59:376	1168	c74	DnldMgr	*************
2009-04-16	18:57:59:376	1168	c74	DnldMgr	** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:59:376	1168	c74	DnldMgr	*********
2009-04-16	18:57:59:376	1168	c74	DnldMgr	  * Call ID = {0E726313-34C1-4DC8-9BA8-462BC9AA1D83}
2009-04-16	18:57:59:376	1168	c74	DnldMgr	  * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-16	18:57:59:376	1168	c74	DnldMgr	  * Updates to download = 1
2009-04-16	18:57:59:376	1168	c74	Agent	  *   Title = Security Update for Windows XP (KB959426)
2009-04-16	18:57:59:376	1168	c74	Agent	  *   UpdateId = {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101
2009-04-16	18:57:59:376	1168	c74	Agent	  *     Bundles 1 updates:
2009-04-16	18:57:59:376	1168	c74	Agent	  *       {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101
2009-04-16	18:57:59:376	1168	c74	PT	+++++++++++  PT: Synchronizing file locations  +++++++++++
2009-04-16	18:57:59:376	1168	c74	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-16	18:57:59:391	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101]  ***********
2009-04-16	18:57:59:391	1168	c74	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:57:59:391	1168	c74	DnldMgr	Generating download request for update {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101
2009-04-16	18:57:59:485	1168	c74	Handler	Windows Patch download for UpdateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}: selected action is download full-file.
2009-04-16	18:57:59:485	1168	c74	DnldMgr	***********  DnldMgr: New download job [UpdateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101]  ***********
2009-04-16	18:57:59:610	1168	c74	DnldMgr	  * BITS job initialized, JobId = {242ACEAB-6071-4319-9981-A1BB8ABFC95D}
2009-04-16	18:57:59:688	1168	c74	DnldMgr	  * Downloading from http://shiva/Content/C5/9BDFABDEC1C98057A92503CB00CE6ED623B517C5.exe to C:\WINDOWS\SoftwareDistribution\Download\91733b8ff63b41759cbf1c34dd108232\WindowsXP-KB959426-x86-ENU.exe (full file).
2009-04-16	18:57:59:798	1168	c74	Agent	*********
2009-04-16	18:57:59:798	1168	c74	Agent	**  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-04-16	18:57:59:798	1168	c74	Agent	*************
2009-04-16	18:58:10:095	1168	1020	DnldMgr	BITS job {5ED0C9B7-DF12-47B3-85CD-FC53A4CBA647} completed successfully
2009-04-16	18:58:10:157	1168	1020	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\96e68baba2068161dc49794a133b9e97\WindowsXP-KB923561-x86-ENU.exe:
2009-04-16	18:58:10:173	1168	1020	Misc	 Microsoft signed: Yes
2009-04-16	18:58:10:173	1168	1020	DnldMgr	  Download job bytes total = 0, bytes transferred = 1264016
2009-04-16	18:58:10:173	1168	1020	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100]  ***********
2009-04-16	18:58:10:173	1168	1020	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:10:173	1168	1020	DnldMgr	Generating download request for update {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100
2009-04-16	18:58:10:298	1168	1020	Handler	Windows Patch download for UpdateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}: selected action is download full-file.
2009-04-16	18:58:10:876	1168	1020	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100]  ***********
2009-04-16	18:58:10:876	1168	1020	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:10:876	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {310A4C08-593D-41A3-BB57-83B386D773B5}, succeeded]
2009-04-16	18:58:10:876	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:11:220	1168	176c	DnldMgr	BITS job {7F1A34CE-D9CA-49AD-962E-B764218553A6} completed successfully
2009-04-16	18:58:11:266	1168	176c	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\d45b8846b58ad8bd71377a2c09dc5274\WindowsXP-KB960803-x86-ENU.exe:
2009-04-16	18:58:11:266	1168	176c	Misc	 Microsoft signed: Yes
2009-04-16	18:58:11:282	1168	176c	DnldMgr	  Download job bytes total = 0, bytes transferred = 671088
2009-04-16	18:58:11:282	1168	176c	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101]  ***********
2009-04-16	18:58:11:282	1168	176c	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:11:282	1168	176c	DnldMgr	Generating download request for update {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101
2009-04-16	18:58:11:423	1168	176c	Handler	Windows Patch download for UpdateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}: selected action is download full-file.
2009-04-16	18:58:11:751	1168	176c	DnldMgr	***********  DnldMgr: New download job [UpdateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101]  ***********
2009-04-16	18:58:11:751	1168	176c	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:11:751	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}, succeeded]
2009-04-16	18:58:11:751	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:11:891	1168	7e4	AU	WARNING: AU found no suitable session to launch client in
2009-04-16	18:58:13:470	1168	1100	DnldMgr	BITS job {A9A6BB9E-670A-45B9-BBCB-EDCABC22B8B4} completed successfully
2009-04-16	18:58:13:548	1168	1100	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\74b26a3751dd2733a70c76f169c68d4b\xlconv.cab:
2009-04-16	18:58:13:579	1168	1100	Misc	 Microsoft signed: Yes
2009-04-16	18:58:13:579	1168	1100	DnldMgr	  Download job bytes total = 7673063, bytes transferred = 7673063
2009-04-16	18:58:13:579	1168	1100	DnldMgr	***********  DnldMgr: New download job [UpdateId = {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102]  ***********
2009-04-16	18:58:13:579	1168	1100	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:13:595	1168	1100	DnldMgr	Generating download request for update {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102
2009-04-16	18:58:13:688	1168	1100	Handler	MSP download: file xlconv.cab already exists in sandbox directory (C:\WINDOWS\SoftwareDistribution\Download\74b26a3751dd2733a70c76f169c68d4b)
2009-04-16	18:58:13:735	1168	1100	DnldMgr	***********  DnldMgr: New download job [UpdateId = {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102]  ***********
2009-04-16	18:58:13:735	1168	1100	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:13:735	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {070C3030-1205-4F16-ADAE-5F4D17907377}, succeeded]
2009-04-16	18:58:13:735	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:14:876	1168	1020	DnldMgr	BITS job {7DAF6070-1342-4BE4-9824-891C4815C2CA} completed successfully
2009-04-16	18:58:14:954	1168	1020	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\b2839b2451c4291ce9e39059be9328af\excel.cab:
2009-04-16	18:58:15:001	1168	1020	Misc	 Microsoft signed: Yes
2009-04-16	18:58:15:001	1168	1020	DnldMgr	  Download job bytes total = 8837484, bytes transferred = 8837484
2009-04-16	18:58:15:001	1168	1020	DnldMgr	***********  DnldMgr: New download job [UpdateId = {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102]  ***********
2009-04-16	18:58:15:001	1168	1020	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:15:001	1168	1020	DnldMgr	Generating download request for update {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102
2009-04-16	18:58:15:095	1168	1020	Handler	MSP download: file excel.cab already exists in sandbox directory (C:\WINDOWS\SoftwareDistribution\Download\b2839b2451c4291ce9e39059be9328af)
2009-04-16	18:58:15:141	1168	1020	DnldMgr	***********  DnldMgr: New download job [UpdateId = {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102]  ***********
2009-04-16	18:58:15:141	1168	1020	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:15:141	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {9D729479-604C-4330-B0EC-EB204C0B80F3}, succeeded]
2009-04-16	18:58:15:141	1168	c74	Report	REPORT EVENT: {3A686578-4613-46E1-8E56-1391E613154A}	2009-04-16 18:58:10:876+0200	1	162	101	{310A4C08-593D-41A3-BB57-83B386D773B5}	103	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:15:141	1168	c74	Report	REPORT EVENT: {E372D305-1DDB-48EB-A2BE-5661179D9BDC}	2009-04-16 18:58:10:876+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561)
2009-04-16	18:58:15:141	1168	c74	Report	REPORT EVENT: {02C855E8-95C5-47F7-8EF0-760C8744BDE7}	2009-04-16 18:58:11:751+0200	1	162	101	{C4640A2A-B0E1-4F85-BEFA-300AB95699EB}	101	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:15:141	1168	c74	Report	REPORT EVENT: {22F8DC2B-8080-43C0-81C1-FCCBA6BDA43D}	2009-04-16 18:58:11:766+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803)
2009-04-16	18:58:15:141	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:15:141	1168	c74	Report	REPORT EVENT: {6F04A492-9F52-4CC2-8F7F-53B249ABFD60}	2009-04-16 18:58:13:735+0200	1	162	101	{070C3030-1205-4F16-ADAE-5F4D17907377}	102	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:15:141	1168	c74	Report	REPORT EVENT: {7CE2DE90-26C5-4CBA-83AD-8201E8BD1975}	2009-04-16 18:58:13:735+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003)
2009-04-16	18:58:15:970	1168	1100	DnldMgr	BITS job {D6D22E61-5437-4E1F-9F39-CB276C06D4D6} completed successfully
2009-04-16	18:58:16:032	1168	1100	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\83f2004544abb3aad898c7079ac172e1\WindowsXP-KB952004-x86-ENU.exe:
2009-04-16	18:58:16:048	1168	1100	Misc	 Microsoft signed: Yes
2009-04-16	18:58:16:048	1168	1100	DnldMgr	  Download job bytes total = 0, bytes transferred = 1025064
2009-04-16	18:58:16:048	1168	1100	DnldMgr	***********  DnldMgr: New download job [UpdateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102]  ***********
2009-04-16	18:58:16:048	1168	1100	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:16:048	1168	1100	DnldMgr	Generating download request for update {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102
2009-04-16	18:58:16:188	1168	1100	Handler	Windows Patch download for UpdateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}: selected action is download full-file.
2009-04-16	18:58:16:970	1168	1100	DnldMgr	***********  DnldMgr: New download job [UpdateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102]  ***********
2009-04-16	18:58:16:970	1168	1100	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:16:970	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}, succeeded]
2009-04-16	18:58:16:970	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:17:188	1168	1100	DnldMgr	BITS job {C46C0113-9014-4C56-A7A3-099A9659F52B} completed successfully
2009-04-16	18:58:17:251	1168	1100	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\952a3b16dde9bd828d9348a7fc1a875e\WindowsXP-KB956572-x86-ENU.exe:
2009-04-16	18:58:17:266	1168	1100	Misc	 Microsoft signed: Yes
2009-04-16	18:58:17:266	1168	1100	DnldMgr	  Download job bytes total = 0, bytes transferred = 4574080
2009-04-16	18:58:17:282	1168	1100	DnldMgr	***********  DnldMgr: New download job [UpdateId = {535C2971-AD9B-4517-BFA0-74007D58C902}.101]  ***********
2009-04-16	18:58:17:282	1168	1100	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:17:282	1168	1100	DnldMgr	Generating download request for update {535C2971-AD9B-4517-BFA0-74007D58C902}.101
2009-04-16	18:58:17:391	1168	1100	Handler	Windows Patch download for UpdateId = {535C2971-AD9B-4517-BFA0-74007D58C902}: selected action is download full-file.
2009-04-16	18:58:20:141	1168	c74	Report	REPORT EVENT: {FDFCD69C-8957-4EFF-B5DD-28F7CB35B403}	2009-04-16 18:58:15:141+0200	1	162	101	{9D729479-604C-4330-B0EC-EB204C0B80F3}	102	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:20:141	1168	c74	Report	REPORT EVENT: {2AD26B32-D27F-42EC-AB37-CA0B7B88B62F}	2009-04-16 18:58:15:141+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997)
2009-04-16	18:58:20:141	1168	c74	Report	REPORT EVENT: {9047A624-0B9B-4CBE-A66B-B1345A2B2619}	2009-04-16 18:58:16:970+0200	1	162	101	{0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}	102	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:20:141	1168	c74	Report	REPORT EVENT: {73E7789F-651E-4B30-B880-326B9A86CB02}	2009-04-16 18:58:16:970+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997) - Security Update for Windows XP (KB952004)
2009-04-16	18:58:21:079	1168	1100	DnldMgr	***********  DnldMgr: New download job [UpdateId = {535C2971-AD9B-4517-BFA0-74007D58C902}.101]  ***********
2009-04-16	18:58:21:079	1168	1100	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:21:079	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}, succeeded]
2009-04-16	18:58:21:079	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:21:079	1168	1020	DnldMgr	BITS job {1361BDF0-6F3C-4C7F-870A-F31F9A884517} completed successfully
2009-04-16	18:58:21:251	1168	1020	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\d86b553451431e92825494b1ccf30ab9\8ce4d01682455b2415067260422dc4ff2f8f3df1:
2009-04-16	18:58:21:266	1168	1020	Misc	 Microsoft signed: Yes
2009-04-16	18:58:21:266	1168	1020	DnldMgr	  Download job bytes total = 2061256, bytes transferred = 2061256
2009-04-16	18:58:21:266	1168	1020	DnldMgr	***********  DnldMgr: New download job [UpdateId = {445D8498-E2C5-43E2-B28D-FA927843BBA8}.101]  ***********
2009-04-16	18:58:21:282	1168	1020	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:21:282	1168	171c	DnldMgr	BITS job {09690099-5ADC-4556-BE61-B20334C1007A} completed successfully
2009-04-16	18:58:21:345	1168	171c	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\fa89a820ccf9608bdc0a1e9f808c9481\WindowsXP-KB961373-x86-ENU.exe:
2009-04-16	18:58:21:345	1168	171c	Misc	 Microsoft signed: Yes
2009-04-16	18:58:21:345	1168	171c	DnldMgr	  Download job bytes total = 0, bytes transferred = 1043824
2009-04-16	18:58:21:345	1168	171c	DnldMgr	***********  DnldMgr: New download job [UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101]  ***********
2009-04-16	18:58:21:345	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}, succeeded]
2009-04-16	18:58:21:345	1168	171c	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:21:345	1168	171c	DnldMgr	Generating download request for update {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101
2009-04-16	18:58:21:454	1168	171c	Handler	Windows Patch download for UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}: selected action is download full-file.
2009-04-16	18:58:21:454	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:21:876	1168	171c	DnldMgr	***********  DnldMgr: New download job [UpdateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101]  ***********
2009-04-16	18:58:21:876	1168	171c	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:21:876	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}, succeeded]
2009-04-16	18:58:21:876	1168	176c	DnldMgr	BITS job {242ACEAB-6071-4319-9981-A1BB8ABFC95D} completed successfully
2009-04-16	18:58:22:329	1168	176c	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\Download\91733b8ff63b41759cbf1c34dd108232\WindowsXP-KB959426-x86-ENU.exe:
2009-04-16	18:58:22:329	1168	176c	Misc	 Microsoft signed: Yes
2009-04-16	18:58:22:329	1168	176c	DnldMgr	  Download job bytes total = 0, bytes transferred = 845712
2009-04-16	18:58:22:345	1168	dcc	AU	AU checked download status and it changed: Downloading is paused
2009-04-16	18:58:22:345	1168	176c	DnldMgr	***********  DnldMgr: New download job [UpdateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101]  ***********
2009-04-16	18:58:22:345	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:22:345	1168	176c	DnldMgr	  * Queueing update for download handler request generation.
2009-04-16	18:58:22:345	1168	176c	DnldMgr	Generating download request for update {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101
2009-04-16	18:58:23:016	1168	176c	Handler	Windows Patch download for UpdateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}: selected action is download full-file.
2009-04-16	18:58:23:016	1168	dcc	AU	AU checked download status and it changed: Downloading is not paused
2009-04-16	18:58:23:016	1168	dcc	AU	AU setting pending client directive to 'Download Progress'
2009-04-16	18:58:23:376	1168	176c	DnldMgr	***********  DnldMgr: New download job [UpdateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101]  ***********
2009-04-16	18:58:23:376	1168	176c	DnldMgr	  * All files for update were already downloaded and are valid.
2009-04-16	18:58:23:376	1168	dcc	AU	>>##  RESUMED  ## AU: Download update [UpdateId = {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}, succeeded]
2009-04-16	18:58:23:376	1168	dcc	AU	#########
2009-04-16	18:58:23:376	1168	dcc	AU	##  END  ##  AU: Download updates
2009-04-16	18:58:23:376	1168	c74	Report	REPORT EVENT: {23BE1DCA-8B99-4367-839A-193D8884405B}	2009-04-16 18:58:21:079+0200	1	162	101	{DF2F0A98-6E35-4379-AB33-A0303EF74B2A}	102	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:23:376	1168	dcc	AU	#############
2009-04-16	18:58:23:376	1168	dcc	AU	Setting AU scheduled install time to 2009-04-17 01:00:00
2009-04-16	18:58:23:376	1168	c74	Report	REPORT EVENT: {03348CD2-F475-4D22-8991-02C31FF652E0}	2009-04-16 18:58:21:079+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997) - Security Update for Windows XP (KB952004) - Security Update for Windows XP (KB956572)
2009-04-16	18:58:23:376	1168	c74	Report	REPORT EVENT: {5C1E7817-5BED-48E8-91A7-84406B02BA8F}	2009-04-16 18:58:21:282+0200	1	162	101	{848D1C9F-A2B2-4B12-950F-B779830A4CF2}	101	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:23:376	1168	c74	Report	REPORT EVENT: {544584B9-8423-4E06-B25E-7D1FB9684FD0}	2009-04-16 18:58:21:454+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997) - Security Update for Windows XP (KB952004) - Security Update for Windows XP (KB956572) - Windows Malicious Software Removal Tool - April 2009 (KB890830)
2009-04-16	18:58:23:376	1168	c74	Report	REPORT EVENT: {1DAC728E-BA28-4FC3-9F6D-B5FAA8503911}	2009-04-16 18:58:21:876+0200	1	162	101	{1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}	101	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:23:376	1168	dcc	AU	AU setting pending client directive to 'Install Approval'
2009-04-16	18:58:23:376	1168	c74	Report	REPORT EVENT: {06AF9AF2-71D6-4317-A9CF-C70F63E112B3}	2009-04-16 18:58:22:345+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997) - Security Update for Windows XP (KB952004) - Security Update for Windows XP (KB956572) - Windows Malicious Software Removal Tool - April 2009 (KB890830) - Security Update for Windows XP (KB961373)
2009-04-16	18:58:28:376	1168	c74	Report	REPORT EVENT: {E9464D26-32F8-4FEE-8BCB-C494D2317E72}	2009-04-16 18:58:23:376+0200	1	162	101	{0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}	101	0	AutomaticUpdates	Success	Content Download	Download succeeded.
2009-04-16	18:58:28:376	1168	c74	Report	REPORT EVENT: {14918146-A8BA-4FE1-AF70-534787B7015D}	2009-04-16 18:58:23:376+0200	1	188	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Friday, April 17, 2009 at 3:00 AM:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997) - Security Update for Windows XP (KB952004) - Security Update for Windows XP (KB956572) - Windows Malicious Software Removal Tool - April 2009 (KB890830) - Security Update for Windows XP (KB961373) - Security Update for Windows XP (KB959426)
2009-04-16	18:58:38:016	1168	7e4	AU	WARNING: AU found no suitable session to launch client in
2009-04-16	19:05:10:860	1168	c74	Report	Uploading 11 events using cached cookie, reporting URL = http://SHIVA/ReportingWebService/ReportingWebService.asmx
2009-04-16	19:05:10:860	1168	c74	Report	Reporter successfully uploaded 11 events.
2009-04-16	20:28:08:548	1168	7e4	AU	AU received policy change subscription event
2009-04-16	21:59:08:923	1168	7e4	AU	AU received policy change subscription event
2009-04-16	23:30:09:090	1168	7e4	AU	AU received policy change subscription event
2009-04-17	01:00:09:449	1168	7e4	AU	AU received policy change subscription event
2009-04-17	02:30:09:730	1168	7e4	AU	AU received policy change subscription event
2009-04-17	03:00:10:012	1168	7e4	AU	Forced install timer expired for scheduled install
2009-04-17	03:00:10:012	1168	7e4	AU	UpdateDownloadProperties: 0 download(s) are still in progress.
2009-04-17	03:00:10:012	1168	7e4	AU	#############
2009-04-17	03:00:10:012	1168	7e4	AU	## START ##  AU: Install updates
2009-04-17	03:00:10:012	1168	7e4	AU	#########
2009-04-17	03:00:10:012	1168	7e4	AU	  # Initiating scheduled install
2009-04-17	03:00:10:012	1168	7e4	AU	  # Approved updates = 9
2009-04-17	03:00:10:793	1168	7e4	AU	<<## SUBMITTED ## AU: Install updates / installing updates [CallId = {7FB0EE06-7879-4FA0-8A0E-197BA6BD7D86}]
2009-04-17	03:00:10:793	1168	1478	Agent	*************
2009-04-17	03:00:10:793	1168	1478	Agent	** START **  Agent: Installing updates [CallerId = AutomaticUpdates]
2009-04-17	03:00:10:793	1168	1478	Agent	*********
2009-04-17	03:00:10:793	1168	1478	Agent	  * Updates to install = 9
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Windows XP (KB923561)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {310A4C08-593D-41A3-BB57-83B386D773B5}.103
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Windows XP (KB960803)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for 2007 Microsoft Office System (KB960003)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {070C3030-1205-4F16-ADAE-5F4D17907377}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Microsoft Office Excel 2007 (KB959997)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {9D729479-604C-4330-B0EC-EB204C0B80F3}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Windows XP (KB952004)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Windows XP (KB956572)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {535C2971-AD9B-4517-BFA0-74007D58C902}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Windows Malicious Software Removal Tool - April 2009 (KB890830)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {848D1C9F-A2B2-4B12-950F-B779830A4CF2}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {445D8498-E2C5-43E2-B28D-FA927843BBA8}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Windows XP (KB961373)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *   Title = Security Update for Windows XP (KB959426)
2009-04-17	03:00:11:199	1168	1478	Agent	  *   UpdateId = {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101
2009-04-17	03:00:11:199	1168	1478	Agent	  *     Bundles 1 updates:
2009-04-17	03:00:11:199	1168	1478	Agent	  *       {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101
2009-04-17	03:00:19:496	1168	1478	DnldMgr	Preparing update for install, updateId = {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100.
2009-04-17	03:00:19:496	1144	1444	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-17	03:00:19:496	1144	1444	Misc	  = Process: C:\WINDOWS\system32\wuauclt.exe
2009-04-17	03:00:19:496	1144	1444	Misc	  = Module: C:\WINDOWS\system32\wuaueng.dll
2009-04-17	03:00:19:496	1144	1444	Handler	:::::::::::::
2009-04-17	03:00:19:496	1144	1444	Handler	:: START ::  Handler: Windows Patch Install
2009-04-17	03:00:19:496	1144	1444	Handler	:::::::::
2009-04-17	03:00:19:496	1144	1444	Handler	  : Updates to install = 1
2009-04-17	03:00:19:496	1144	1444	Handler	  : Installing update {C47DDDF7-CB92-4C92-9BF4-A32D253513E4}.100
2009-04-17	03:00:19:496	1144	330	Handler	Installing with parameters=-q -z -er, sandbox=C:\WINDOWS\SoftwareDistribution\Download\593d5ddb620b1f1b4bef986c655fd062.
2009-04-17	03:00:41:027	1144	330	Handler	Install completed with 0x80070bc2.
2009-04-17	03:00:41:027	1144	1444	Handler	  : Install completed: result type = 0x1, installer error = False, error = 0x80070bc2, disabled until reboot = No, reboot required = Yes
2009-04-17	03:00:41:027	1144	1444	Handler	:::::::::
2009-04-17	03:00:41:027	1144	1444	Handler	::  END  ::  Handler: Windows Patch Install
2009-04-17	03:00:41:027	1144	1444	Handler	:::::::::::::
2009-04-17	03:00:41:059	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {310A4C08-593D-41A3-BB57-83B386D773B5}, succeeded]
2009-04-17	03:00:41:199	1168	1478	DnldMgr	Preparing update for install, updateId = {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101.
2009-04-17	03:00:41:215	1144	e48	Handler	:::::::::::::
2009-04-17	03:00:41:215	1144	e48	Handler	:: START ::  Handler: Windows Patch Install
2009-04-17	03:00:41:215	1144	e48	Handler	:::::::::
2009-04-17	03:00:41:215	1144	e48	Handler	  : Updates to install = 1
2009-04-17	03:00:41:215	1144	e48	Handler	  : Installing update {C93EF129-D6DA-41DE-808A-977846B6D3E9}.101
2009-04-17	03:00:41:215	1144	d2c	Handler	Installing with parameters=-q -z -er, sandbox=C:\WINDOWS\SoftwareDistribution\Download\f6ae6c01481096f08117233982ca37f9.
2009-04-17	03:00:45:855	1144	d2c	Handler	Install completed with 0x80070bc2.
2009-04-17	03:00:45:855	1144	e48	Handler	  : Install completed: result type = 0x1, installer error = False, error = 0x80070bc2, disabled until reboot = No, reboot required = Yes
2009-04-17	03:00:45:855	1144	e48	Handler	:::::::::
2009-04-17	03:00:45:855	1144	e48	Handler	::  END  ::  Handler: Windows Patch Install
2009-04-17	03:00:45:855	1144	e48	Handler	:::::::::::::
2009-04-17	03:00:45:855	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}, succeeded]
2009-04-17	03:00:45:871	1168	1020	Report	REPORT EVENT: {3F8123C1-05EA-49FE-A6E3-EB33F2673A3E}	2009-04-17 03:00:41:059+0200	1	191	101	{310A4C08-593D-41A3-BB57-83B386D773B5}	103	0	AutomaticUpdates	Success	Content Install	Installation successful and restart required for the following update: Security Update for Windows XP (KB923561)
2009-04-17	03:00:45:887	1168	1478	DnldMgr	Preparing update for install, updateId = {320EC2EE-A638-4DB3-AA96-FDBD35A59970}.102.
2009-04-17	03:00:45:887	1144	e48	Handler	:::::::::::::
2009-04-17	03:00:45:887	1144	e48	Handler	:: START ::  Handler: MSI Install
2009-04-17	03:00:45:887	1144	e48	Handler	:::::::::
2009-04-17	03:00:45:887	1144	e48	Handler	  : Updates to install = 1
2009-04-17	03:00:45:887	1144	e48	Handler	Extracting MSP file stored in CAB xlconv.cab
2009-04-17	03:00:46:199	1144	e48	Handler	MSP update {00000000-0000-0000-0000-000000000000}.0 using full-file patch
2009-04-17	03:00:46:199	1144	e48	Handler	  : Batch installing 1 updates
2009-04-17	03:00:48:230	1144	e48	Handler	List of MSPs in transaction:
2009-04-17	03:00:48:230	1144	e48	Handler	  C:\WINDOWS\SoftwareDistribution\Download\7bb30540b2a048bf07ad27f62c095736\img\xlconv.MSP
2009-04-17	03:00:48:230	1144	e48	Handler	MSP final command line: DISABLESRCPROMPT=1 LOCALCACHESRCRES=0 NOLOCALCACHEROLLBACK=1 REBOOT=REALLYSUPPRESS
2009-04-17	03:00:50:855	1168	1020	Report	REPORT EVENT: {A3E1BB22-2E29-49C6-8FE6-9AB4D5A35BE3}	2009-04-17 03:00:45:855+0200	1	191	101	{C4640A2A-B0E1-4F85-BEFA-300AB95699EB}	101	0	AutomaticUpdates	Success	Content Install	Installation successful and restart required for the following update: Security Update for Windows XP (KB960803)
2009-04-17	03:01:11:074	1144	e48	Handler	  : MSI transaction completed. MSI: 0x00000000, Handler: 0x00000000, Source: No, Reboot: 0
2009-04-17	03:01:11:074	1144	e48	Handler	List of MSPs in transaction:
2009-04-17	03:01:11:074	1144	e48	Handler	  C:\WINDOWS\SoftwareDistribution\Download\7bb30540b2a048bf07ad27f62c095736\img\xlconv.MSP
2009-04-17	03:01:11:074	1144	e48	Handler	MSP final command line: DISABLESRCPROMPT=1 LOCALCACHESRCRES=0 NOLOCALCACHEROLLBACK=1 REBOOT=REALLYSUPPRESS
2009-04-17	03:01:14:996	1144	e48	Handler	  : MSI transaction completed. MSI: 0x00000000, Handler: 0x00000000, Source: No, Reboot: 0
2009-04-17	03:01:15:012	1144	e48	Handler	:::::::::
2009-04-17	03:01:15:012	1144	e48	Handler	::  END  ::  Handler: MSI Install
2009-04-17	03:01:15:012	1144	e48	Handler	:::::::::::::
2009-04-17	03:01:15:012	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {070C3030-1205-4F16-ADAE-5F4D17907377}, succeeded]
2009-04-17	03:01:15:043	1168	1478	DnldMgr	Preparing update for install, updateId = {9D15B10A-760F-45A4-93F5-AE24C1D3726F}.102.
2009-04-17	03:01:15:043	1144	17f4	Handler	:::::::::::::
2009-04-17	03:01:15:043	1144	17f4	Handler	:: START ::  Handler: MSI Install
2009-04-17	03:01:15:043	1144	17f4	Handler	:::::::::
2009-04-17	03:01:15:043	1144	17f4	Handler	  : Updates to install = 1
2009-04-17	03:01:15:043	1144	17f4	Handler	Extracting MSP file stored in CAB excel.cab
2009-04-17	03:01:15:277	1144	17f4	Handler	MSP update {00000000-0000-0000-0000-000000000000}.0 using full-file patch
2009-04-17	03:01:15:277	1144	17f4	Handler	  : Batch installing 1 updates
2009-04-17	03:01:16:449	1144	17f4	Handler	List of MSPs in transaction:
2009-04-17	03:01:16:449	1144	17f4	Handler	  C:\WINDOWS\SoftwareDistribution\Download\c1b35e6029902b35877d85d34665d208\img\excel.MSP
2009-04-17	03:01:16:449	1144	17f4	Handler	MSP final command line: DISABLESRCPROMPT=1 LOCALCACHESRCRES=0 NOLOCALCACHEROLLBACK=1 REBOOT=REALLYSUPPRESS
2009-04-17	03:01:20:012	1168	1020	Report	REPORT EVENT: {AFA8443B-23C2-4B84-A681-446529ED5FC8}	2009-04-17 03:01:15:012+0200	1	190	101	{070C3030-1205-4F16-ADAE-5F4D17907377}	102	0	AutomaticUpdates	Success	Content Install	Installation Successful: Windows successfully installed the following update: Security Update for 2007 Microsoft Office System (KB960003)
2009-04-17	03:01:33:246	1144	17f4	Handler	  : MSI transaction completed. MSI: 0x00000000, Handler: 0x00000000, Source: No, Reboot: 0
2009-04-17	03:01:33:246	1144	17f4	Handler	:::::::::
2009-04-17	03:01:33:246	1144	17f4	Handler	::  END  ::  Handler: MSI Install
2009-04-17	03:01:33:246	1144	17f4	Handler	:::::::::::::
2009-04-17	03:01:33:246	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {9D729479-604C-4330-B0EC-EB204C0B80F3}, succeeded]
2009-04-17	03:01:33:277	1168	1478	DnldMgr	Preparing update for install, updateId = {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102.
2009-04-17	03:01:33:277	1144	12c0	Handler	:::::::::::::
2009-04-17	03:01:33:277	1144	12c0	Handler	:: START ::  Handler: Windows Patch Install
2009-04-17	03:01:33:277	1144	12c0	Handler	:::::::::
2009-04-17	03:01:33:277	1144	12c0	Handler	  : Updates to install = 1
2009-04-17	03:01:33:277	1144	12c0	Handler	  : Installing update {3C4A3A1F-E61E-4E87-9EC4-E77A4212A807}.102
2009-04-17	03:01:33:277	1144	1208	Handler	Installing with parameters=-q -z -er, sandbox=C:\WINDOWS\SoftwareDistribution\Download\fae8bc4d2da2adc1b9109ef4e6cecd1f.
2009-04-17	03:01:38:246	1168	1020	Report	REPORT EVENT: {C67485CA-A9EE-41AE-A9E0-70F3B609B6E0}	2009-04-17 03:01:33:246+0200	1	190	101	{9D729479-604C-4330-B0EC-EB204C0B80F3}	102	0	AutomaticUpdates	Success	Content Install	Installation Successful: Windows successfully installed the following update: Security Update for Microsoft Office Excel 2007 (KB959997)
2009-04-17	03:01:39:262	1144	1208	Handler	Install completed with 0x80070bc2.
2009-04-17	03:01:39:262	1144	12c0	Handler	  : Install completed: result type = 0x1, installer error = False, error = 0x80070bc2, disabled until reboot = No, reboot required = Yes
2009-04-17	03:01:39:262	1144	12c0	Handler	:::::::::
2009-04-17	03:01:39:262	1144	12c0	Handler	::  END  ::  Handler: Windows Patch Install
2009-04-17	03:01:39:262	1144	12c0	Handler	:::::::::::::
2009-04-17	03:01:39:262	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}, succeeded]
2009-04-17	03:01:39:277	1168	1478	DnldMgr	Preparing update for install, updateId = {535C2971-AD9B-4517-BFA0-74007D58C902}.101.
2009-04-17	03:01:39:277	1144	e48	Handler	:::::::::::::
2009-04-17	03:01:39:277	1144	e48	Handler	:: START ::  Handler: Windows Patch Install
2009-04-17	03:01:39:277	1144	e48	Handler	:::::::::
2009-04-17	03:01:39:277	1144	e48	Handler	  : Updates to install = 1
2009-04-17	03:01:39:277	1144	e48	Handler	  : Installing update {535C2971-AD9B-4517-BFA0-74007D58C902}.101
2009-04-17	03:01:39:277	1144	7f0	Handler	Installing with parameters=-q -z -er, sandbox=C:\WINDOWS\SoftwareDistribution\Download\51401b498f4675531d9efb941ee01ef3.
2009-04-17	03:01:44:262	1168	1020	Report	REPORT EVENT: {DE354991-7A27-449E-98ED-014D2FF11937}	2009-04-17 03:01:39:262+0200	1	191	101	{0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}	102	0	AutomaticUpdates	Success	Content Install	Installation successful and restart required for the following update: Security Update for Windows XP (KB952004)
2009-04-17	03:01:53:199	1144	7f0	Handler	Install completed with 0x80070bc2.
2009-04-17	03:01:53:199	1144	e48	Handler	  : Install completed: result type = 0x1, installer error = False, error = 0x80070bc2, disabled until reboot = No, reboot required = Yes
2009-04-17	03:01:53:199	1144	e48	Handler	:::::::::
2009-04-17	03:01:53:199	1144	e48	Handler	::  END  ::  Handler: Windows Patch Install
2009-04-17	03:01:53:199	1144	e48	Handler	:::::::::::::
2009-04-17	03:01:53:246	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}, succeeded]
2009-04-17	03:01:53:340	1168	1478	DnldMgr	Preparing update for install, updateId = {445D8498-E2C5-43E2-B28D-FA927843BBA8}.101.
2009-04-17	03:01:53:387	1144	1444	Handler	:::::::::::::
2009-04-17	03:01:53:387	1144	1444	Handler	:: START ::  Handler: Command Line Install
2009-04-17	03:01:53:387	1144	1444	Handler	:::::::::
2009-04-17	03:01:53:387	1144	1444	Handler	  : Updates to install = 1
2009-04-17	03:01:58:246	1168	1020	Report	REPORT EVENT: {B1949886-E94D-437E-9407-D47971F453AF}	2009-04-17 03:01:53:246+0200	1	191	101	{DF2F0A98-6E35-4379-AB33-A0303EF74B2A}	102	0	AutomaticUpdates	Success	Content Install	Installation successful and restart required for the following update: Security Update for Windows XP (KB956572)
2009-04-17	03:03:08:559	1144	1444	Handler	  : Command line install completed. Return code = 0x00000000, Result = Succeeded, Reboot required = false
2009-04-17	03:03:08:559	1144	1444	Handler	:::::::::
2009-04-17	03:03:08:559	1144	1444	Handler	::  END  ::  Handler: Command Line Install
2009-04-17	03:03:08:559	1144	1444	Handler	:::::::::::::
2009-04-17	03:03:08:559	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {848D1C9F-A2B2-4B12-950F-B779830A4CF2}, succeeded]
2009-04-17	03:03:08:652	1168	1478	DnldMgr	Preparing update for install, updateId = {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101.
2009-04-17	03:03:08:652	1144	12c0	Handler	:::::::::::::
2009-04-17	03:03:08:652	1144	12c0	Handler	:: START ::  Handler: Windows Patch Install
2009-04-17	03:03:08:652	1144	12c0	Handler	:::::::::
2009-04-17	03:03:08:652	1144	12c0	Handler	  : Updates to install = 1
2009-04-17	03:03:08:652	1144	12c0	Handler	  : Installing update {DC3975CB-3EE4-4707-8346-45A8DAE43D95}.101
2009-04-17	03:03:08:652	1144	15f8	Handler	Installing with parameters=-q -z -er, sandbox=C:\WINDOWS\SoftwareDistribution\Download\5457b20e4d74937d47b86f91637bd134.
2009-04-17	03:03:13:043	1144	15f8	Handler	Install completed with 0x0.
2009-04-17	03:03:13:043	1144	12c0	Handler	  : Install completed: result type = 0x1, installer error = False, error = 0x0, disabled until reboot = No, reboot required = No
2009-04-17	03:03:13:043	1144	12c0	Handler	:::::::::
2009-04-17	03:03:13:043	1144	12c0	Handler	::  END  ::  Handler: Windows Patch Install
2009-04-17	03:03:13:043	1144	12c0	Handler	:::::::::::::
2009-04-17	03:03:13:043	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}, succeeded]
2009-04-17	03:03:13:043	1168	1020	Report	REPORT EVENT: {4D85B213-7A76-4105-B857-BE2C350B1988}	2009-04-17 03:03:08:559+0200	1	190	101	{848D1C9F-A2B2-4B12-950F-B779830A4CF2}	101	0	AutomaticUpdates	Success	Content Install	Installation Successful: Windows successfully installed the following update: Windows Malicious Software Removal Tool - April 2009 (KB890830)
2009-04-17	03:03:13:059	1168	1478	DnldMgr	Preparing update for install, updateId = {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101.
2009-04-17	03:03:13:059	1144	e48	Handler	:::::::::::::
2009-04-17	03:03:13:059	1144	e48	Handler	:: START ::  Handler: Windows Patch Install
2009-04-17	03:03:13:059	1144	e48	Handler	:::::::::
2009-04-17	03:03:13:059	1144	e48	Handler	  : Updates to install = 1
2009-04-17	03:03:13:059	1144	e48	Handler	  : Installing update {B4D97630-8595-42B4-95F3-B9AE52EFDB02}.101
2009-04-17	03:03:13:059	1144	5a4	Handler	Installing with parameters=-q -z -er, sandbox=C:\WINDOWS\SoftwareDistribution\Download\022593ca08eb4cd8e9681a7116f902d9.
2009-04-17	03:03:17:527	1144	5a4	Handler	Install completed with 0x80070bc2.
2009-04-17	03:03:17:527	1144	e48	Handler	  : Install completed: result type = 0x1, installer error = False, error = 0x80070bc2, disabled until reboot = No, reboot required = Yes
2009-04-17	03:03:17:527	1144	e48	Handler	:::::::::
2009-04-17	03:03:17:527	1144	e48	Handler	::  END  ::  Handler: Windows Patch Install
2009-04-17	03:03:17:527	1144	e48	Handler	:::::::::::::
2009-04-17	03:03:17:527	1168	13c0	AU	>>##  RESUMED  ## AU: Installing update [UpdateId = {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}, succeeded]
2009-04-17	03:03:17:527	1168	1020	Report	REPORT EVENT: {D4197654-4CD2-49D7-B3E0-60A072FE2B80}	2009-04-17 03:03:13:043+0200	1	190	101	{1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}	101	0	AutomaticUpdates	Success	Content Install	Installation Successful: Windows successfully installed the following update: Security Update for Windows XP (KB961373)
2009-04-17	03:03:17:559	1168	13c0	AU	Install call completed.
2009-04-17	03:03:17:559	1168	1478	Agent	*********
2009-04-17	03:03:17:559	1168	13c0	AU	  # WARNING: Install call completed, reboot required = Yes, error = 0x00000000
2009-04-17	03:03:17:559	1168	1478	Agent	**  END  **  Agent: Installing updates [CallerId = AutomaticUpdates]
2009-04-17	03:03:17:559	1168	13c0	AU	#########
2009-04-17	03:03:17:559	1168	1478	Agent	*************
2009-04-17	03:03:17:559	1168	13c0	AU	##  END  ##  AU: Installing updates [CallId = {7FB0EE06-7879-4FA0-8A0E-197BA6BD7D86}]
2009-04-17	03:03:17:559	1168	13c0	AU	#############
2009-04-17	03:03:17:559	1168	13c0	AU	Install complete for all calls, reboot  needed
2009-04-17	03:03:17:605	1168	13c0	AU	Setting AU scheduled install time to 2009-04-18 01:00:00
2009-04-17	03:03:17:605	1168	13c0	AU	AU setting pending client directive to 'Reboot Warning'
2009-04-17	03:03:17:621	1168	13c0	AU	Triggering Offline detection (non-interactive)
2009-04-17	03:03:17:621	1168	7e4	AU	#############
2009-04-17	03:03:17:621	1168	7e4	AU	## START ##  AU: Search for updates
2009-04-17	03:03:17:621	1168	7e4	AU	#########
2009-04-17	03:03:17:621	1168	7e4	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {50269663-1450-46FE-86A2-3885A79A97D1}]
2009-04-17	03:03:17:621	1168	1020	Agent	*************
2009-04-17	03:03:17:621	1168	1020	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-17	03:03:17:621	1168	1020	Agent	*********
2009-04-17	03:03:17:621	1168	1020	Agent	  * Online = No; Ignore download priority = No
2009-04-17	03:03:17:621	1168	1020	Agent	  * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
2009-04-17	03:03:17:621	1168	1020	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-17	03:03:17:621	1168	1020	Agent	  * Search Scope = {Machine}
2009-04-17	03:03:32:668	1168	7e4	AU	Launched new AU client for directive 'Reboot Warning', session id = 0x0
2009-04-17	03:03:42:699	1168	1020	Agent	  * Added update {310A4C08-593D-41A3-BB57-83B386D773B5}.103 to search result
2009-04-17	03:03:42:699	1168	1020	Agent	  * Added update {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102 to search result
2009-04-17	03:03:42:699	1168	1020	Agent	  * Added update {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102 to search result
2009-04-17	03:03:42:699	1168	1020	Agent	  * Added update {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101 to search result
2009-04-17	03:03:42:699	1168	1020	Agent	  * Added update {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101 to search result
2009-04-17	03:03:42:699	1168	1020	Agent	  * Found 5 updates and 47 categories in search; evaluated appl. rules of 257 out of 944 deployed entities
2009-04-17	03:03:42:918	1168	1020	Agent	*********
2009-04-17	03:03:42:918	1168	1020	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-17	03:03:42:918	1168	1020	Agent	*************
2009-04-17	03:03:42:934	1168	13c0	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {50269663-1450-46FE-86A2-3885A79A97D1}]
2009-04-17	03:03:42:934	1168	1020	Report	REPORT EVENT: {821225F9-15DF-487B-AF4C-BEDD227D43E5}	2009-04-17 03:03:17:527+0200	1	191	101	{0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}	101	0	AutomaticUpdates	Success	Content Install	Installation successful and restart required for the following update: Security Update for Windows XP (KB959426)
2009-04-17	03:03:42:934	1168	13c0	AU	  # 5 updates detected
2009-04-17	03:03:42:934	1168	1020	Report	REPORT EVENT: {5AD2A6C9-3A91-4CA8-9E86-90377263BA82}	2009-04-17 03:03:17:605+0200	1	194	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Restart Required: To complete the installation of the following updates, the computer will be restarted within 5 minutes:  - Security Update for Windows XP (KB923561) - Security Update for Windows XP (KB960803) - Security Update for 2007 Microsoft Office System (KB960003) - Security Update for Microsoft Office Excel 2007 (KB959997) - Security Update for Windows XP (KB952004) - Security Update for Windows XP (KB956572) - Windows Malicious Software Removal Tool - April 2009 (KB890830) - Security Update for Windows XP (KB961373) - Security Update for Windows XP (KB959426)
2009-04-17	03:03:42:949	1168	13c0	AU	#########
2009-04-17	03:03:42:949	1168	13c0	AU	##  END  ##  AU: Search for updates [CallId = {50269663-1450-46FE-86A2-3885A79A97D1}]
2009-04-17	03:03:42:949	1168	13c0	AU	#############
2009-04-17	03:03:42:949	1168	13c0	AU	Setting AU scheduled install time to 2009-04-18 01:00:00
2009-04-17	03:08:01:309	1168	1020	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-17	03:08:01:309	1168	1020	PT	Initializing simple targeting cookie, clientId = a9b3b4ab-9202-42c9-8ad1-6e125a8d8741, target group = , DNS name = unc3031.unctad.unctad.org
2009-04-17	03:08:01:309	1168	1020	PT	  Server URL = http://SHIVA/SimpleAuthWebService/SimpleAuth.asmx
2009-04-17	03:08:01:324	1168	1020	Report	Uploading 9 events using cached cookie, reporting URL = http://SHIVA/ReportingWebService/ReportingWebService.asmx
2009-04-17	03:08:01:340	1168	1020	Report	Reporter successfully uploaded 9 events.
2009-04-17	03:08:17:605	1168	7e4	AU	AU invoking RebootSystem (OnRebootNow)
2009-04-17	03:08:17:621	1168	7e4	Misc	WARNING: SUS Client is rebooting system.
2009-04-17	03:08:17:621	1168	7e4	AU	AU invoking RebootSystem (OnRebootRetry)
2009-04-17	03:08:27:621	1168	7e4	AU	AU invoking RebootSystem (OnRebootRetry)
2009-04-17	03:08:31:699	1168	7e4	Misc	WARNING: SUS Client is rebooting system.
2009-04-17	03:08:31:699	1168	7e4	AU	AU received handle event
2009-04-17	03:08:32:402	1168	7e4	AU	Launched new AU client for directive 'Reboot Warning', session id = 0x0
2009-04-17	03:08:32:512	1168	7e4	AU	AU received handle event
2009-04-17	03:08:41:699	1168	7e4	AU	AU invoking RebootSystem (OnRebootRetry)
2009-04-17	03:08:41:699	1168	7e4	Misc	WARNING: SUS Client is rebooting system.
2009-04-17	03:08:42:652	1168	7e4	AU	###########  AU: Uninitializing Automatic Updates  ###########
2009-04-17	03:08:44:090	1168	7e4	Service	*********
2009-04-17	03:08:44:090	1168	7e4	Service	**  END  **  Service: Service exit [Exit code = 0x240001]
2009-04-17	03:08:44:090	1168	7e4	Service	*************
2009-04-17	03:10:12:343	1168	15c	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-17	03:10:12:375	1168	15c	Misc	  = Process: C:\WINDOWS\System32\svchost.exe
2009-04-17	03:10:12:390	1168	15c	Misc	  = Module: C:\WINDOWS\system32\wuaueng.dll
2009-04-17	03:10:12:343	1168	15c	Service	*************
2009-04-17	03:10:12:390	1168	15c	Service	** START **  Service: Service startup
2009-04-17	03:10:12:390	1168	15c	Service	*********
2009-04-17	03:10:12:515	1168	15c	Agent	  * WU client version 7.2.6001.788
2009-04-17	03:10:12:515	1168	15c	Agent	  * Base directory: C:\WINDOWS\SoftwareDistribution
2009-04-17	03:10:12:531	1168	15c	Agent	  * Access type: No proxy
2009-04-17	03:10:12:531	1168	15c	Agent	  * Network state: Connected
2009-04-17	03:10:31:905	2992	bb4	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-17	03:10:31:905	2992	bb4	Misc	  = Process: d:\0b42599223c6d9957833c1b5\wusetup.exe
2009-04-17	03:10:31:905	2992	bb4	Setup	***********  Setup: Checking whether self-update is required  ***********
2009-04-17	03:10:31:905	2992	bb4	Setup	  * Inf file: d:\0b42599223c6d9957833c1b5\wusetup.inf
2009-04-17	03:10:31:935	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:31:950	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:31:966	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:31:981	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:057	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:073	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:073	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:073	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:073	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:088	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:088	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:088	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:088	2992	bb4	Setup	Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.2.6001.788
2009-04-17	03:10:32:103	2992	bb4	Setup	  * IsUpdateRequired = No
2009-04-17	03:10:32:103	2992	bb4	Setup	wusetup has finished.  Exit code is 0. Reboot is NOT needed
2009-04-17	03:10:57:017	1168	15c	Agent	***********  Agent: Initializing Windows Update Agent  ***********
2009-04-17	03:10:57:017	1168	15c	Agent	***********  Agent: Initializing global settings cache  ***********
2009-04-17	03:10:57:017	1168	15c	Agent	  * WSUS server: http://SHIVA
2009-04-17	03:10:57:017	1168	15c	Agent	  * WSUS status server: http://SHIVA
2009-04-17	03:10:57:017	1168	15c	Agent	  * Target group: (Unassigned Computers)
2009-04-17	03:10:57:017	1168	15c	Agent	  * Windows Update access disabled: No
2009-04-17	03:10:58:500	1168	15c	DnldMgr	Download manager restoring 0 downloads
2009-04-17	03:10:58:530	1168	15c	AU	###########  AU: Initializing Automatic Updates  ###########
2009-04-17	03:10:58:545	1168	15c	AU	  # WSUS server: http://SHIVA
2009-04-17	03:10:58:545	1168	15c	AU	  # Detection frequency: 22
2009-04-17	03:10:58:545	1168	15c	AU	  # Approval type: Scheduled (Policy)
2009-04-17	03:10:58:545	1168	15c	AU	  # Scheduled install day/time: Every day at 3:00
2009-04-17	03:10:58:545	1168	15c	AU	  # Auto-install minor updates: Yes (User preference)
2009-04-17	03:10:58:637	1168	15c	AU	Setting AU scheduled install time to 2009-04-18 01:00:00
2009-04-17	03:10:59:080	1168	15c	Report	***********  Report: Initializing static reporting data  ***********
2009-04-17	03:10:59:080	1168	15c	Report	  * OS Version = 5.1.2600.3.0.65792
2009-04-17	03:10:59:264	1168	15c	Report	  * Computer Brand = Dell Inc.                
2009-04-17	03:10:59:264	1168	15c	Report	  * Computer Model = OptiPlex 745                 
2009-04-17	03:10:59:264	1168	15c	Report	  * Bios Revision = 2.4.1 
2009-04-17	03:10:59:264	1168	15c	Report	  * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 2.4.1 
2009-04-17	03:10:59:264	1168	15c	Report	  * Bios Release Date = 2007-08-21T00:00:00
2009-04-17	03:10:59:264	1168	15c	Report	  * Locale ID = 1033
2009-04-17	03:10:59:279	1168	15c	AU	Obtained Post reboot hr from Agent:8024000c
2009-04-17	03:10:59:279	1168	15c	AU	AU setting pending client directive to 'Forced Reboot'
2009-04-17	03:10:59:279	1168	15c	AU	Triggering Offline detection (non-interactive)
2009-04-17	03:10:59:279	1168	15c	AU	AU finished delayed initialization
2009-04-17	03:10:59:279	1168	15c	AU	#############
2009-04-17	03:10:59:279	1168	15c	AU	## START ##  AU: Search for updates
2009-04-17	03:10:59:279	1168	15c	AU	#########
2009-04-17	03:10:59:386	1168	15c	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {F9E2DE1C-C77D-488D-815F-F6F9488AED5B}]
2009-04-17	03:11:02:428	1168	f48	Agent	*************
2009-04-17	03:11:02:428	1168	f48	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-17	03:11:02:458	1168	f48	Agent	*********
2009-04-17	03:11:02:458	1168	f48	Agent	  * Online = No; Ignore download priority = No
2009-04-17	03:11:02:458	1168	f48	Agent	  * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
2009-04-17	03:11:02:458	1168	f48	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-17	03:11:02:458	1168	f48	Agent	  * Search Scope = {Machine}
2009-04-17	03:11:02:611	3920	f54	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-17	03:11:02:611	3920	f54	Misc	  = Process: C:\WINDOWS\system32\VPCache\TD100037\SmsWusHandler.exe
2009-04-17	03:11:02:611	3920	f54	Misc	  = Module: C:\WINDOWS\system32\wuapi.dll
2009-04-17	03:11:02:611	3920	f54	COMAPI	-----------  COMAPI: IUpdateServiceManager::RemoveService  -----------
2009-04-17	03:11:02:611	3920	f54	COMAPI	  - ServiceId = {86912d7d-532c-486c-a9b0-a418a444aca2}
2009-04-17	03:11:09:795	3920	f54	COMAPI	-----------  COMAPI: IUpdateServiceManager::AddScanPackageService  -----------
2009-04-17	03:11:09:795	3920	f54	COMAPI	  - ServiceName = SMS_SUS_Service
2009-04-17	03:11:09:795	3920	f54	COMAPI	  - ScanFileLocation = C:\WINDOWS\system32\VPCache\TD100037\wsusscn2.cab
2009-04-17	03:11:09:825	1168	ad0	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\ScanFile\f5ce8a74-7826-477e-8114-0ad34711e435\Source.cab:
2009-04-17	03:11:09:948	1168	ad0	Misc	 Microsoft signed: Yes
2009-04-17	03:11:14:059	1168	15c	AU	WARNING: AU found no suitable session to launch client in
2009-04-17	03:11:16:413	3668	e58	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-17	03:11:16:413	3668	e58	Misc	  = Process: C:\WINDOWS\system32\wuauclt.exe
2009-04-17	03:11:16:413	3668	e58	Misc	  = Module: C:\WINDOWS\system32\wuaueng.dll
2009-04-17	03:11:16:398	3668	e58	DtaStor	Default service for AU is {7971F918-A847-4430-9279-4A52D1EFE18D}
2009-04-17	03:11:16:413	3920	f54	COMAPI	  - Added scan package service, ServiceID = {F5CE8A74-7826-477E-8114-0AD34711E435}
2009-04-17	03:11:16:413	3920	f54	COMAPI	-------------
2009-04-17	03:11:16:413	3920	f54	COMAPI	-- START --  COMAPI: Search [ClientId = SMS_WUSHandler]
2009-04-17	03:11:16:413	3920	f54	COMAPI	---------
2009-04-17	03:11:16:413	3920	f54	COMAPI	<<-- SUBMITTED -- COMAPI: Search [ClientId = SMS_WUSHandler]
2009-04-17	03:11:36:818	1168	f48	Agent	  * Found 0 updates and 47 categories in search; evaluated appl. rules of 257 out of 944 deployed entities
2009-04-17	03:11:37:017	1168	f48	Agent	*********
2009-04-17	03:11:37:017	1168	f48	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-17	03:11:37:017	1168	f48	Agent	*************
2009-04-17	03:11:37:017	1168	f48	Agent	*************
2009-04-17	03:11:37:017	1168	f48	Agent	** START **  Agent: Finding updates [CallerId = SMS_WUSHandler]
2009-04-17	03:11:37:017	1168	f48	Agent	*********
2009-04-17	03:11:37:017	1168	f48	Agent	  * Include potentially superseded updates
2009-04-17	03:11:37:017	1168	f48	Agent	  * Online = Yes; Ignore download priority = Yes
2009-04-17	03:11:37:017	1168	f48	Agent	  * Criteria = "Type='Software'"
2009-04-17	03:11:37:017	1168	f48	Agent	  * ServiceID = {F5CE8A74-7826-477E-8114-0AD34711E435}
2009-04-17	03:11:37:017	1168	f48	Agent	  * Search Scope = {Machine}
2009-04-17	03:11:37:032	1168	980	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {F9E2DE1C-C77D-488D-815F-F6F9488AED5B}]
2009-04-17	03:11:37:032	1168	980	AU	  # 0 updates detected
2009-04-17	03:11:37:032	1168	980	AU	#########
2009-04-17	03:11:37:032	1168	980	AU	##  END  ##  AU: Search for updates [CallId = {F9E2DE1C-C77D-488D-815F-F6F9488AED5B}]
2009-04-17	03:11:37:032	1168	980	AU	#############
2009-04-17	03:11:37:032	1168	980	AU	Setting AU scheduled install time to 2009-04-18 01:00:00
2009-04-17	03:11:41:602	1168	f48	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-17	03:11:41:602	1168	f48	PT	  + Offline serviceId = {F5CE8A74-7826-477E-8114-0AD34711E435}
2009-04-17	03:11:41:602	1168	f48	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-17	03:12:00:937	1168	f48	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2009-04-17	03:12:00:937	1168	f48	PT	  + Offline serviceId = {F5CE8A74-7826-477E-8114-0AD34711E435}
2009-04-17	03:12:03:061	1168	f48	OfflSnc	WARNING: Failed to add file to the FileLocationList with 0x80240013
2009-04-17	03:12:03:061	1168	f48	OfflSnc	WARNING: Failed to add file to the FileLocationList with 0x80240013
2009-04-17	03:12:03:061	1168	f48	OfflSnc	WARNING: Failed to add file to the FileLocationList with 0x80240013
2009-04-17	03:12:03:061	1168	f48	OfflSnc	WARNING: Failed to add file to the FileLocationList with 0x80240013
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {6FA81A06-FE17-4941-BB3C-DE597AFD29D0}.100 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {19EBF906-DF85-4DDA-8818-E25B53AF20C0}.105 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {310A4C08-593D-41A3-BB57-83B386D773B5}.103 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {B5064E0C-2C90-45A1-A064-2195815F2390}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {E195380D-E1CE-4DB6-AD8E-F7B3884335D0}.100 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {1688670D-DF51-46E7-8AA4-AEF2E3A3D67D}.101 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {34B52415-A5BA-41E9-8072-9D2DEE8B22A9}.110 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {2B0B2515-192D-470A-9745-4A3FB7C0203A}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {7FE46519-51F4-4F67-A74F-2DE851A1DDB5}.101 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {DEBB031C-2EDF-48F4-B26D-7BCE585CAF9A}.101 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {1A544E1D-4157-43A6-93FA-0283CBE2D93C}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {9397A21F-246C-453B-AC05-65BF4FC6B68B}.101 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {90030620-A692-4641-9166-B7C4AEE44B86}.101 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {E643DC24-BC71-47FF-A4B7-01A0555A2069}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {6F5DC828-0F05-4577-9A8A-74AB1CBE00A9}.105 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {C4640A2A-B0E1-4F85-BEFA-300AB95699EB}.101 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {070C3030-1205-4F16-ADAE-5F4D17907377}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {EBBDC330-BD19-47B9-9E08-C4F32694429B}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {9B92F738-8C61-4CD1-B0A5-7C8A013EA1C9}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {D5EADB3B-4FD7-4087-8B9D-4ACB2B41210E}.109 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {27C76C3D-F3DC-4C45-9A87-189F4AB4C52C}.100 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {1E938A41-9727-4E69-9F41-3E7E393462FC}.100 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {DD159641-A8BD-4602-8FAF-312E24FA3DC8}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {2470E441-42FA-4397-B6AE-9E5498F47962}.103 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {07609D43-D518-4E77-856E-D1B316D1B8A8}.102 to search result
2009-04-17	03:12:04:253	1168	f48	Agent	  * Added update {D0F0DE43-7A3E-4F0C-B300-AE790330E5F8}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {E2BD7F45-47F9-402F-8FDA-14F78030FE70}.104 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {CA4D5148-0F09-4FCD-8D3A-58081C92C07D}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {AA4E2B4C-A778-4ECA-A743-30310967613E}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {973E334F-2ABA-4DE2-B51B-EFB975992C1A}.104 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {ED0D8850-60F4-48FC-BD76-49EED8A6F341}.106 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {0975455F-D040-4EEC-9013-81D19BF3DD0A}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {013F4662-1ED4-4220-B7FC-3B7BEDE068D1}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {72309362-525D-4AD6-B90A-D414CABF3690}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {BC8E1666-737B-415E-A038-FBF842E5BAE8}.103 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {690C6568-7017-43D4-91FE-49DE01A75A68}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {278BB66C-CE54-40FB-A5A2-AE55804C3917}.106 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {D1F84C75-F914-4FC7-94D5-446DC7987844}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {9D5A4078-9F2E-473F-BFBE-1380CA129468}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {9D729479-604C-4330-B0EC-EB204C0B80F3}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {18250E7C-B36E-4162-838D-1C4B408D8B73}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {94D1CE7E-B5B0-49AB-A127-BD7E684AF2D4}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {0F4FB382-5878-48C5-B7A4-C70F8EB0D7C6}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {1406378F-BA2C-40FA-816C-922C846FF5E5}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {65B8E990-114B-4576-A4AA-81AE630122FB}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {DF2F0A98-6E35-4379-AB33-A0303EF74B2A}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {1A0AA998-93C5-4188-B758-C91C029BA3B0}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {CCD4E798-834D-42C9-928F-9A89CC0D2E14}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {848D1C9F-A2B2-4B12-950F-B779830A4CF2}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {F1E485A6-8B18-4D1A-B1B2-08856E3A9B70}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {D56652AA-8200-4942-9868-38C60DBA6DEB}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {6D5744AC-5C14-432A-8901-AE9994389CFE}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {DEC021B1-5677-414D-992D-FB2B48A3AA47}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	Bundle contains no deployed children and thus is invalid.
2009-04-17	03:12:04:269	1168	f48	Agent	Update {DF4711B7-174E-4248-8044-B7B6C3FEAA3A}.100 is not a valid bundle. Not returning it.
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {6D930EBC-BB1C-4DC5-82F6-C15366AF904A}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {36250CC1-76D3-4579-AFFD-EC2B5FD88886}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {7FF134C3-2D92-4A71-95C8-AFB47C6548F2}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {990484D1-4D45-4C8C-A5A5-E0D82ACA292D}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {69794AD5-4C95-4904-8BDA-B308BB9663D4}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {95190DDF-2E33-4DA2-A9E2-F9C9A9B5FCC3}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {9FF741E0-F11E-4CF5-8B49-3BF52D92B814}.102 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {A7FFEBE3-AF4C-428F-A4D8-38AA6F985762}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {33A7EDF1-2350-4102-8082-9540EFF65704}.103 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {1D78D4F2-F09A-49DC-AC5B-F3079E83AD18}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {83D1ADF5-779D-4016-8C31-549270F67B3F}.104 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {0F9C03F7-D1E1-4D8F-9B66-8B1C7D30421F}.101 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {E7EC15F8-AF04-4745-99E1-2271E868F50C}.103 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Added update {70D41FF9-0796-4EB6-A699-61C04CB395FE}.100 to search result
2009-04-17	03:12:04:269	1168	f48	Agent	  * Found 67 updates and 44 categories in search; evaluated appl. rules of 829 out of 1256 deployed entities
2009-04-17	03:12:04:513	1168	f48	Agent	*********
2009-04-17	03:12:04:513	1168	f48	Agent	**  END  **  Agent: Finding updates [CallerId = SMS_WUSHandler]
2009-04-17	03:12:04:513	1168	f48	Agent	*************
2009-04-17	03:12:04:513	1168	f48	Report	REPORT EVENT: {4C069747-DC43-412E-886F-26C8C2E1CB5C}	2009-04-17 03:10:58:637+0200	1	202	102	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Content Install	Reboot completed.
2009-04-17	03:12:04:529	3920	b98	COMAPI	>>--  RESUMED  -- COMAPI: Search [ClientId = SMS_WUSHandler]
2009-04-17	03:12:04:605	3920	b98	COMAPI	  - Updates found = 67
2009-04-17	03:12:04:605	3920	b98	COMAPI	---------
2009-04-17	03:12:04:605	3920	b98	COMAPI	--  END  --  COMAPI: Search [ClientId = SMS_WUSHandler]
2009-04-17	03:12:04:605	3920	b98	COMAPI	-------------
2009-04-17	03:23:20:190	1168	f48	Report	Uploading 1 events using cached cookie, reporting URL = http://SHIVA/ReportingWebService/ReportingWebService.asmx
2009-04-17	03:23:23:213	1168	f48	Report	Reporter successfully uploaded 1 events.
2009-04-17	04:48:03:676	1168	15c	AU	AU received policy change subscription event
2009-04-17	06:44:09:200	1168	15c	AU	AU received policy change subscription event
2009-04-17	08:38:14:553	1168	15c	AU	AU received policy change subscription event
2009-04-17	09:10:43:304	1168	15c	AU	Launched new AU client for directive 'Forced Reboot', session id = 0x0
2009-04-17	09:11:42:981	1168	15c	AU	AU received handle event
2009-04-17	10:08:14:745	1168	15c	AU	AU received policy change subscription event
2009-04-17	11:48:15:046	1168	15c	AU	AU received policy change subscription event
2009-04-17	11:49:26:686	1168	8f8	AU	Triggering AU detection through DetectNow API
2009-04-17	11:49:26:686	1168	8f8	AU	Triggering Online detection (non-interactive)
2009-04-17	11:49:26:686	1168	15c	AU	#############
2009-04-17	11:49:26:686	1168	15c	AU	## START ##  AU: Search for updates
2009-04-17	11:49:26:686	1168	15c	AU	#########
2009-04-17	11:49:26:686	1168	15c	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {02221DCC-72B3-4044-9A12-280CB1E3423E}]
2009-04-17	11:49:26:686	1168	1480	Agent	*************
2009-04-17	11:49:26:686	1168	1480	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-17	11:49:26:686	1168	1480	Agent	*********
2009-04-17	11:49:26:686	1168	1480	Agent	  * Online = Yes; Ignore download priority = No
2009-04-17	11:49:26:686	1168	1480	Agent	  * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
2009-04-17	11:49:26:686	1168	1480	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-17	11:49:26:686	1168	1480	Agent	  * Search Scope = {Machine}
2009-04-17	11:49:26:702	1168	1480	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-17	11:49:26:733	1168	1480	Misc	 Microsoft signed: Yes
2009-04-17	11:49:26:733	1168	1480	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-17	11:49:26:733	1168	1480	Misc	 Microsoft signed: Yes
2009-04-17	11:49:26:748	1168	1480	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
2009-04-17	11:49:26:764	1168	1480	Misc	 Microsoft signed: Yes
2009-04-17	11:49:26:764	1168	1480	Setup	***********  Setup: Checking whether self-update is required  ***********
2009-04-17	11:49:26:764	1168	1480	Setup	  * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-17	11:49:26:780	1168	1480	Setup	WARNING: Warning: Setup callback ReportProgress failed: 0x8007000d
2009-04-17	11:49:26:780	1168	1480	Setup	  * IsUpdateRequired = No
2009-04-17	11:49:34:592	1168	1480	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-17	11:49:34:592	1168	1480	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-17	11:49:34:686	1168	1480	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-17	11:49:34:686	1168	1480	PT	Initializing simple targeting cookie, clientId = a9b3b4ab-9202-42c9-8ad1-6e125a8d8741, target group = , DNS name = unc3031.unctad.unctad.org
2009-04-17	11:49:34:686	1168	1480	PT	  Server URL = http://SHIVA/SimpleAuthWebService/SimpleAuth.asmx
2009-04-17	11:50:09:592	1168	1480	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2009-04-17	11:50:09:592	1168	1480	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-17	11:50:20:295	1168	1480	Agent	  * Found 0 updates and 47 categories in search; evaluated appl. rules of 555 out of 944 deployed entities
2009-04-17	11:50:20:467	1168	1480	Agent	*********
2009-04-17	11:50:20:467	1168	1480	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-17	11:50:20:467	1168	1480	Agent	*************
2009-04-17	11:50:20:482	1168	f4c	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {02221DCC-72B3-4044-9A12-280CB1E3423E}]
2009-04-17	11:50:20:482	1168	f4c	AU	  # 0 updates detected
2009-04-17	11:50:20:482	1168	f4c	AU	#########
2009-04-17	11:50:20:482	1168	f4c	AU	##  END  ##  AU: Search for updates [CallId = {02221DCC-72B3-4044-9A12-280CB1E3423E}]
2009-04-17	11:50:20:482	1168	f4c	AU	#############
2009-04-17	11:50:20:482	1168	f4c	AU	AU setting next detection timeout to 2009-04-18 04:47:05
2009-04-17	11:50:20:482	1168	f4c	AU	Setting AU scheduled install time to 2009-04-18 01:00:00
2009-04-17	11:50:25:466	1168	1480	Report	REPORT EVENT: {4DB51439-8358-460A-82EF-F7E5BE490FA4}	2009-04-17 11:50:20:467+0200	1	147	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Software Synchronization	Windows Update Client successfully detected 0 updates.
2009-04-17	11:50:25:466	1168	1480	Report	REPORT EVENT: {3011C7E0-BC63-4DD0-B494-D9AD1EAD62E1}	2009-04-17 11:50:20:467+0200	1	156	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Pre-Deployment Check	Reporting client status.
2009-04-17	12:01:41:098	1168	1480	Report	Uploading 2 events using cached cookie, reporting URL = http://SHIVA/ReportingWebService/ReportingWebService.asmx
2009-04-17	12:01:41:098	1168	1480	Report	Reporter successfully uploaded 2 events.
2009-04-17	13:42:16:543	1168	15c	AU	AU received policy change subscription event
2009-04-17	15:40:16:854	1168	15c	AU	AU received policy change subscription event

Open in new window

Is this log from a machine that is or isnt reporting in the console?
This is the log froma machine that is NOT reporting in the console. I ran as well the utility AUClientTool. It produced a couple of txt files. I attache here the audcomlog.txt
===== Logged on user group membership ====== 
UNCTAD\Domain Users
\Everyone
UNC3031\Offer Remote Assistance Helpers
BUILTIN\Users
BUILTIN\Administrators	<-----INFO: BUILTIN\Adminstrators SID found!------
NT AUTHORITY\INTERACTIVE
NT AUTHORITY\Authenticated Users
S-1-5-5-0-5453273
\LOCAL
UNCTAD\Analysis Services
UNCTAD\ServersAdmins
UNCTAD\SQL Server Agent
UNCTAD\V-Drive Managers
UNCTAD\SQL Server
UNCTAD\Group Policy Creator Owners
UNCTAD\Photocopier Users - E8060
UNCTAD\S-Drive Managers
UNCTAD\Citrix.Users
UNCTAD\Full-Text Search
UNCTAD\ITS
UNCTAD\Printer Users
UNCTAD\DB-DEV-Administrators
UNCTAD\ITSadmin
UNCTAD\Web Unit
UNCTAD\Installers
UNCTAD\Inventory managers
UNCTAD\Q-Drive Managers
UNCTAD\Printer Managers
UNCTAD\Color Printers Users
UNCTAD\DB-Administrators
UNCTAD\RoamingProfilesManagers
UNCTAD\Backup Managers
UNCTAD\Pelouse_managers
UNCTAD\VSS
UNCTAD\Offer Remote Assistance Helpers
UNCTAD\$DUPLICATE-1c6e
 
===== AU DCOM Permissions ====== 
DCOM - Default Launch
- BUILTIN\Administrators : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- NT AUTHORITY\INTERACTIVE : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | LOCAL ACTIVATION |
- NT AUTHORITY\SYSTEM : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | LOCAL ACTIVATION |
-----------------------------------------------
 
DCOM - Default Access
-- Set to default ---
 
-----------------------------------------------
 
DCOM - Machine Launch Restriction
- BUILTIN\Administrators : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- Everyone : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | LOCAL ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
- S-1-5-21-1908226606-3328279344-2008563496-1008 : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS | LOCAL ACTIVATION | REMOTE ACTIVATION |
-----------------------------------------------
 
DCOM - Machine Access Restriction
- NT AUTHORITY\ANONYMOUS LOGON : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS |
- Everyone : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | REMOTE ACCESS |
-----------------------------------------------
 
Automatic Updates - Launch
- NT AUTHORITY\SYSTEM : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | LOCAL ACTIVATION |
- BUILTIN\Administrators : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | LOCAL ACTIVATION |
- BUILTIN\Users : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS | LOCAL ACTIVATION |
-----------------------------------------------
 
Automatic Updates - Access
- NT AUTHORITY\SELF : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS |
- NT AUTHORITY\SYSTEM : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS |
- BUILTIN\Users : 	 ALLOWED 
	 | GENERIC ACCESS | LOCAL ACCESS |
-----------------------------------------------
 
BITS - Launch
- BUILTIN\Administrators : 	 ALLOWED 
	 | GENERIC ACCESS |
- NT AUTHORITY\INTERACTIVE : 	 ALLOWED 
	 | GENERIC ACCESS |
- NT AUTHORITY\SERVICE : 	 ALLOWED 
	 | GENERIC ACCESS |
- NT AUTHORITY\SYSTEM : 	 ALLOWED 
	 | GENERIC ACCESS |
-----------------------------------------------
 
BITS - Access
-- Set to default ---
 
-----------------------------------------------
 
Windows Update Agent - Launch
-- Set to default ---
 
-----------------------------------------------
 
Windows Update Agent - Access
-- Set to default ---
 
-----------------------------------------------
 
 
====== Testing components ======
Trying to launch component in package: Automatic Updates (ISusInternal).......
	Success!
Trying to launch component in package: Automatic Updates (CAutoUpdate).......
	Success!
Trying to launch component in package: BITS (1.0 Control).......
	Success!
Trying to launch component in package: BITS (2.0 Control).......
	Success!

Open in new window

...and here the output of the cci_XML_object_test.txt

 
============================================================
 
 
[Operating System]
 
Windows XP Professional 
 
MajorVersion: 5
 
MinorVersion: 1
 
BuildNumber : 2600
 
PlatformId  : 2
 
ProductType : 1
 
SuiteMask   : 256
 
 
 
------------------------------------------------------------
 
 
 
Creating MSXML2.DomDocument for IID_IXMLDOMDocument
 
Status : Suceeded
 
 
 
 
 
Creating MSXML2.SAXXMLReader for IID_ISAXXMLReader
 
Status : Suceeded
 
 
 
============================================================

Open in new window

I found these entries in the log, could it be of any help?
2009-04-20	09:12:45:525	1172	e58	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-20	09:12:45:556	1172	e58	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://SHIVA/ClientWebService/client.asmx
2009-04-20	09:12:45:586	1172	e58	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-20	09:12:45:586	1172	e58	PT	Initializing simple targeting cookie, clientId = a9b3b4ab-9202-42c9-8ad1-6e125a8d8741, target group = , DNS name = unc3031.unctad.unctad.org
2009-04-20	09:12:45:586	1172	e58	PT	  Server URL = http://SHIVA/SimpleAuthWebService/SimpleAuth.asmx
2009-04-20	09:13:47:030	1172	214	AU	Forced install timer expired for scheduled install
2009-04-20	09:13:47:030	1172	214	AU	UpdateDownloadProperties: 0 download(s) are still in progress.
2009-04-20	09:13:47:030	1172	214	AU	Setting AU scheduled install time to 2009-04-21 01:00:00
2009-04-20	09:15:04:132	1172	e58	PT	WARNING: Exceeded max server round trips: 0x80244010
2009-04-20	09:15:04:132	1172	e58	PT	WARNING: Sync of Updates: 0x80244010
2009-04-20	09:15:04:132	1172	e58	PT	WARNING: SyncServerUpdatesInternal failed: 0x80244010
2009-04-20	09:15:04:132	1172	e58	Agent	  * WARNING: Failed to synchronize, error = 0x80244010
2009-04-20	09:15:04:147	1172	e58	Agent	  * WARNING: Exit code = 0x80244010
2009-04-20	09:15:04:147	1172	e58	Agent	*********
2009-04-20	09:15:04:147	1172	e58	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-20	09:15:04:147	1172	e58	Agent	*************
2009-04-20	09:15:04:147	1172	e58	Agent	WARNING: WU client failed Searching for update with error 0x80244010
2009-04-20	09:15:04:177	1172	fa4	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {0118FF90-ECDC-43B2-AD1C-352B0AA31775}]
2009-04-20	09:15:04:177	1172	fa4	AU	  # WARNING: Search callback failed, result = 0x80244010
2009-04-20	09:15:04:177	1172	fa4	AU	  # WARNING: Failed to find updates with error code 80244010
2009-04-20	09:15:04:177	1172	fa4	AU	#########
2009-04-20	09:15:04:177	1172	fa4	AU	##  END  ##  AU: Search for updates [CallId = {0118FF90-ECDC-43B2-AD1C-352B0AA31775}]
2009-04-20	09:15:04:177	1172	fa4	AU	#############

Open in new window

Thank you, I read the post. Anyway my workstation still does not appear in the "all computers" list on the WSUS server.
Thank you for the links. My computer DOES receive the software updates, and they are installed porpoerly. The problem is that my workstation does not appear in the list of computers on the WSUS server, in spite of what I find in the log (see extract from the log file in the Code Snippet window).
2009-04-20	16:21:02:859	1168	144	Service	*************
2009-04-20	16:21:02:859	1168	144	Service	** START **  Service: Service startup
2009-04-20	16:21:02:859	1168	144	Service	*********
2009-04-20	16:21:02:906	1168	144	Agent	  * WU client version 7.2.6001.788
2009-04-20	16:21:02:906	1168	144	Agent	  * Base directory: C:\WINDOWS\SoftwareDistribution
2009-04-20	16:21:02:921	1168	144	Agent	  * Access type: No proxy
2009-04-20	16:21:02:921	1168	144	Agent	  * Network state: Connected
2009-04-20	16:22:02:180	1168	144	Agent	***********  Agent: Initializing Windows Update Agent  ***********
2009-04-20	16:22:02:180	1168	144	Agent	***********  Agent: Initializing global settings cache  ***********
2009-04-20	16:22:02:180	1168	144	Agent	  * WSUS server: http://SHIVA
2009-04-20	16:22:02:180	1168	144	Agent	  * WSUS status server: http://SHIVA
2009-04-20	16:22:02:180	1168	144	Agent	  * Target group: (Unassigned Computers)
2009-04-20	16:22:02:180	1168	144	Agent	  * Windows Update access disabled: No
2009-04-20	16:22:02:226	1168	144	DnldMgr	Download manager restoring 0 downloads
2009-04-20	16:22:02:408	1168	144	AU	###########  AU: Initializing Automatic Updates  ###########
2009-04-20	16:22:02:438	1168	144	AU	  # WSUS server: http://SHIVA
2009-04-20	16:22:02:438	1168	144	AU	  # Detection frequency: 22
2009-04-20	16:22:02:438	1168	144	AU	  # Approval type: Scheduled (Policy)
2009-04-20	16:22:02:438	1168	144	AU	  # Scheduled install day/time: Every day at 3:00
2009-04-20	16:22:02:438	1168	144	AU	  # Auto-install minor updates: Yes (User preference)
2009-04-20	16:22:02:453	1168	144	AU	Setting AU scheduled install time to 2009-04-21 01:00:00
2009-04-20	16:22:02:453	1168	144	AU	AU finished delayed initialization
2009-04-20	16:22:03:197	1168	144	Report	***********  Report: Initializing static reporting data  ***********
2009-04-20	16:22:03:197	1168	144	Report	  * OS Version = 5.1.2600.3.0.65792
2009-04-20	16:22:03:395	1168	144	Report	  * Computer Brand = Dell Inc.                
2009-04-20	16:22:03:395	1168	144	Report	  * Computer Model = OptiPlex 745                 
2009-04-20	16:22:03:395	1168	144	Report	  * Bios Revision = 2.4.1 
2009-04-20	16:22:03:395	1168	144	Report	  * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 2.4.1 
2009-04-20	16:22:03:395	1168	144	Report	  * Bios Release Date = 2007-08-21T00:00:00
2009-04-20	16:22:03:395	1168	144	Report	  * Locale ID = 1033
2009-04-20	16:32:21:704	1168	d80	Report	Uploading 1 events using cached cookie, reporting URL = http://SHIVA/ReportingWebService/ReportingWebService.asmx
2009-04-20	16:32:21:767	1168	d80	Report	Reporter successfully uploaded 1 events.

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Don
Don
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've found that computers do not show up in the WSUS console if more than one of them has the same SUSClientID. This means that a computer that you did see in the console earlier can disappear if one with the same SUSClientID is put on the network. I've rewritten the script I provided earlier, replacing wuauserv with "automatic updates" which should get rid of the 1060 error. If that doesn't work, then we can always try the manual method:
Use this on the computer you can't see in the WSUS console
start > run > type "services.msc"
find and stop the automatic update service
start > run > regedit
find and delete the two subkeys under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
The keys are called "SusClientID" and "SusClientIDValidation"
start the automatic update service
start > run > type "cmd" and press enter, then wuauclt /detectnow /resetauthorization





::this script eliminates the duplicate susclientID issue
 
REM Stop the Automatic Updates service
net stop "Automatic Updates"  
REM Delete SusClientID and AccountDomainSid keys from
REM  HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
SET WU_KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
reg delete %WU_KEY% /v SusClientID /f
reg delete %WU_KEY% /v SusClientIDValidation /f
SET WU_KEY=
 
REM Start the Automatic Updates service
net start "Automatic Updates" 
wuauclt /detectnow /resetauthorization

Open in new window

SirtenKen


Try taking a closer look at the comment prior to yours, the script that I provided does all this and more. So your comment is pretty much MOOT!!!
djstewart, any idea why the original script I posted back at the beginning of this thread didn't work?
I was basically trying to rework it with my last answer. I missed that your code did more of the steps that help heal a misbehaving WSUS client. Its good to see that there are even more options that just removing the SUSclientID.
your script doesnt delete the distribution folder, doesnt re-register dll's,  or reset acls