Link to home
Start Free TrialLog in
Avatar of BolAcc
BolAccFlag for Netherlands

asked on

WSUS doesnt update Servers, but does update clients

Hello,
I've got a strange problem with WSUS. In our organisation we use WSUS to update clients, this works fine. But the servers wont update. They all say that they are up-to-date in the client console, but if i look on the windowsupdate.com page there are 25 updates.

Only the servers are giving these errors, and wont update. The clients are working fine.

Logging:
2009-04-22 16:16:53:804 832 1afc PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
2009-04-22 16:16:53:804 832 1afc PT WARNING: SOAP Fault: 0x00012c
2009-04-22 16:16:53:804 832 1afc PT WARNING: faultstring:System.Web.Services.Protocols.SoapException: Fault occurred
at Microsoft.UpdateServices.Internal.SoapUtilities.ThrowException(ErrorCode errorCode, String message, String[] clientIds)
at Microsoft.UpdateServices.Internal.Authorization.AuthorizationManager.GetCookie(AuthorizationCookie[] authCookies, Cookie oldCookie, DateTime lastChange, DateTime currentClientTime, String clientProtocolVersion)
at Microsoft.UpdateServices.Internal.ClientImplementation.GetCookie(AuthorizationCookie[] authCookies, Cookie oldCookie, DateTime lastChange, DateTime currentClientTime, String protocolVersion)
at Microsoft.UpdateServices.Internal.Client.GetCookie(AuthorizationCookie[] authCookies, Cookie oldCookie, DateTime lastChange, DateTime currentTime, String protocolVersion)
2009-04-22 16:16:53:804 832 1afc PT WARNING: ErrorCode:ServerChanged(4)
2009-04-22 16:16:53:804 832 1afc PT WARNING: Message:Server rolled back since last call to GetCookie
2009-04-22 16:16:53:804 832 1afc PT WARNING: Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
2009-04-22 16:16:53:804 832 1afc PT WARNING: ID:b568f71f-b45b-4ea2-924e-5434f3aa392a
2009-04-22 16:16:53:804 832 1afc PT WARNING: PTError: 0x80244015
2009-04-22 16:16:53:804 832 1afc PT WARNING: GetCookie_WithRecovery failed : 0x80244015
2009-04-22 16:16:53:804 832 1afc PT WARNING: RefreshCookie failed: 0x80244015
2009-04-22 16:16:53:804 832 1afc PT WARNING: RefreshPTState failed: 0x80244015
2009-04-22 16:16:53:804 832 1afc PT WARNING: Sync of Updates: 0x80244015
2009-04-22 16:16:53:913 832 1afc PT WARNING: Cached cookie has expired or new PID is available.

Open in new window

Avatar of Don
Don
Flag of United States of America image

If you are using more than one wsus server read here
http://blogs.technet.com/sus/archive/2008/10/29/wsus-clients-fail-synchronization-with-0x80244015-and-0x8024400d-errors.aspx
if you are using a proxy run from command prompt proxycfg -u
Also there's a hotfix that pertains to this issue
http://support.microsoft.com/?id=898708 
Avatar of BolAcc

ASKER

I dont use more than one WSUS server, and i have the server running on a Windows server 2003 Standard Edtion SP2. So the patch is integrated in the Service Pack. And i dont use a proxy either.
Save below as fixwsus.cmd and run on clients that are giving you trouble.
%Windir%\system32\net.exe stop bits 
%Windir%\system32\net.exe stop wuauserv
 
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientValidation /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
 
 
 
 
if exist %Windir%\system32\atl.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\atl.dll  
if exist %Windir%\system32\jscript.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\jscript.dll 
if exist %Windir%\system32\softpub.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\softpub.dll  
if exist %Windir%\system32\wuapi.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuapi.dll 
if exist %Windir%\system32\wuaueng.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuaueng.dll  
if exist %Windir%\system32\wuaueng1.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuaueng1.dll  
if exist %Windir%\system32\wucltui.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wucltui.dll  
if exist %Windir%\system32\wups.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wups.dll  
if exist %Windir%\system32\wups2.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wups2.dll  
if exist %Windir%\system32\wuweb.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuweb.dll  
if exist %windir%\system32\iuengine.dll %windir%\system32\regsvr32.exe /s iuengine.dll
if exist %windir%\system32\wuauserv.dll %windir%\system32\regsvr32.exe /s wuauserv.dll
if exist %windir%\system32\cdm.dll %windir%\system32\regsvr32.exe /s cdm.dll
if exist %windir%\system32\msxml2r.dll %windir%\system32\regsvr32.exe /s msxml2r.dll
if exist %windir%\system32\msxml3r.dll %windir%\system32\regsvr32.exe /s msxml3r.dll
if exist %windir%\system32\msxml.dll  %windir%\system32\regsvr32.exe /s msxml.dll
if exist %windir%\system32\msxml3.dll %windir%\system32\regsvr32.exe /s msxml3.dll
if exist %windir%\system32\msxmlr.dll %windir%\system32\regsvr32.exe /s msxmlr.dll
if exist %windir%\system32\msxml2.dll %windir%\system32\regsvr32.exe /s msxml2.dll
if exist %windir%\system32\qmgr.dll %windir%\system32\regsvr32.exe /s qmgr.dll
if exist %windir%\system32\qmgrprxy.dll %windir%\system32\regsvr32.exe /s qmgrprxy.dll
if exist %windir%\system32\iuctl.dll %windir%\system32\regsvr32.exe /s iuctl.dll
 
del C:\Windows\WindowsUpdate.log /S /Q
rd /s /q %windir%\softwareDistribution
sleep 5
%Windir%\system32\net.exe start bits 
%Windir%\system32\net.exe start wuauserv 
 
 
sc sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
 
 
sc sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
 
wuauclt.exe /resetauthorization
wuauclt.exe /detectnow 
wuauclt.exe /reportnow
 
 
 
exit /B 0 

Open in new window

Avatar of BolAcc

ASKER

It is still not working. But the server reports immediately to the WSUS server, but it still gives 100%. And i got a new error:
2009-04-24	16:12:12:109	 852	1230	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {9424A7B8-B48A-43F4-ACA7-AE21E3E93426}]
2009-04-24	16:12:12:109	 852	133c	PT	WARNING: GetConfig_WithRecovery failed: 0x8024000b
2009-04-24	16:12:12:109	 852	133c	PT	WARNING: RefreshConfig failed: 0x8024000b
2009-04-24	16:12:12:109	 852	133c	PT	WARNING: RefreshPTState failed: 0x8024000b
2009-04-24	16:12:12:109	 852	133c	PT	WARNING: PTError: 0x8024000b
2009-04-24	16:12:12:109	 852	133c	Report	WARNING: Reporter failed to upload events with hr = 8024000b.

Open in new window

Avatar of BolAcc

ASKER

Complete new logging:
2009-04-24	16:15:37:241	 832	c0c	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-24	16:15:37:241	 832	c0c	Misc	  = Process: C:\WINDOWS\System32\svchost.exe
2009-04-24	16:15:37:241	 832	c0c	Misc	  = Module: C:\WINDOWS\system32\wuaueng.dll
2009-04-24	16:15:37:241	 832	c0c	Service	*************
2009-04-24	16:15:37:241	 832	c0c	Service	** START **  Service: Service startup
2009-04-24	16:15:37:241	 832	c0c	Service	*********
2009-04-24	16:15:37:257	 832	c0c	Agent	  * WU client version 7.2.6001.788
2009-04-24	16:15:37:257	 832	c0c	Agent	  * Base directory: C:\WINDOWS\SoftwareDistribution
2009-04-24	16:15:37:257	 832	c0c	Agent	  * Access type: No proxy
2009-04-24	16:15:37:257	 832	c0c	Agent	  * Network state: Connected
2009-04-24	16:15:39:366	 832	1cfc	Agent	***********  Agent: Initializing Windows Update Agent  ***********
2009-04-24	16:15:39:366	 832	1cfc	Agent	***********  Agent: Initializing global settings cache  ***********
2009-04-24	16:15:39:366	 832	1cfc	Agent	  * WSUS server: http://BOL-APP:8530
2009-04-24	16:15:39:366	 832	1cfc	Agent	  * WSUS status server: http://BOL-APP:8530
2009-04-24	16:15:39:366	 832	1cfc	Agent	  * Target group: Productie Servers
2009-04-24	16:15:39:366	 832	1cfc	Agent	  * Windows Update access disabled: No
2009-04-24	16:15:39:679	 832	c0c	Agent	Created new random SusClientId ea9ac684-21fa-4c6c-a864-b90e512af55d. Old Id: none.
2009-04-24	16:15:39:679	 832	c0c	Report	***********  Report: Initializing static reporting data  ***********
2009-04-24	16:15:39:679	 832	c0c	Report	  * OS Version = 5.2.3790.2.0.196880
2009-04-24	16:15:39:788	 832	c0c	Report	  * Computer Brand = HP
2009-04-24	16:15:39:788	 832	c0c	Report	  * Computer Model = ProLiant DL380 G3
2009-04-24	16:15:39:804	 832	c0c	Report	  * Bios Revision = P29
2009-04-24	16:15:39:804	 832	c0c	Report	  * Bios Name = Default System BIOS
2009-04-24	16:15:39:804	 832	c0c	Report	  * Bios Release Date = 2004-09-15T00:00:00
2009-04-24	16:15:39:804	 832	c0c	Report	  * Locale ID = 1043
2009-04-24	16:15:43:100	 832	1cfc	DtaStor	Default service for AU is {00000000-0000-0000-0000-000000000000}
2009-04-24	16:15:43:538	 832	1cfc	DtaStor	Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
2009-04-24	16:15:43:538	 832	1cfc	Agent	WARNING: Failed to read the service id for re-registration 0x80070002
2009-04-24	16:15:43:538	 832	1cfc	Agent	WARNING: Missing service entry in the backup data store; cleaning up
2009-04-24	16:15:43:538	 832	1cfc	DnldMgr	Download manager restoring 0 downloads
2009-04-24	16:15:43:757	 832	1c44	AU	###########  AU: Initializing Automatic Updates  ###########
2009-04-24	16:15:43:757	 832	1c44	AU	AU setting next detection timeout to 2009-04-24 14:15:43
2009-04-24	16:15:43:757	 832	1c44	AU	  # WSUS server: http://BOL-APP:8530
2009-04-24	16:15:43:757	 832	1c44	AU	  # Detection frequency: 5
2009-04-24	16:15:43:757	 832	1c44	AU	  # Target group: Productie Servers
2009-04-24	16:15:43:757	 832	1c44	AU	  # Approval type: Scheduled (Policy)
2009-04-24	16:15:43:757	 832	1c44	AU	  # Scheduled install day/time: Every day at 22:00
2009-04-24	16:15:43:757	 832	1c44	AU	  # Auto-install minor updates: No (Policy)
2009-04-24	16:15:43:757	 832	1c44	AU	  # Will interact with non-admins (Non-admins are elevated)
2009-04-24	16:15:43:757	 832	1c44	AU	Setting AU scheduled install time to 2009-04-24 20:00:00
2009-04-24	16:15:43:757	 832	1c44	AU	AU finished delayed initialization
2009-04-24	16:15:43:757	 832	1c44	AU	Triggering AU detection through DetectNow API
2009-04-24	16:15:43:757	 832	1c44	AU	Triggering Online detection (non-interactive)
2009-04-24	16:15:43:757	 832	c0c	AU	#############
2009-04-24	16:15:43:757	 832	c0c	AU	## START ##  AU: Search for updates
2009-04-24	16:15:43:757	 832	c0c	AU	#########
2009-04-24	16:15:43:772	 832	c0c	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {7708BC7E-6C1F-4D30-891C-A94F7872C9D7}]
2009-04-24	16:15:43:772	 832	1810	Agent	*************
2009-04-24	16:15:43:772	 832	1810	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-24	16:15:43:772	 832	1810	Agent	*********
2009-04-24	16:15:43:772	 832	1810	Agent	  * Online = Yes; Ignore download priority = No
2009-04-24	16:15:43:772	 832	1810	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-24	16:15:43:772	 832	1810	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-24	16:15:43:772	 832	1810	Agent	  * Search Scope = {Machine}
2009-04-24	16:15:46:288	 832	1810	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-24	16:15:46:288	 832	1810	Misc	 Microsoft signed: Yes
2009-04-24	16:15:46:319	 832	1810	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
2009-04-24	16:15:46:335	 832	1810	Misc	 Microsoft signed: Yes
2009-04-24	16:15:46:335	 832	1810	Setup	***********  Setup: Checking whether self-update is required  ***********
2009-04-24	16:15:46:335	 832	1810	Setup	  * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-04-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	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-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	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-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	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-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	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-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	Setup	Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-24	16:15:46:350	 832	1810	Setup	WARNING: Warning: Setup callback ReportProgress failed: 0x8007000d
2009-04-24	16:15:46:350	 832	1810	Setup	  * IsUpdateRequired = No
2009-04-24	16:15:46:616	 832	1810	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-24	16:15:46:616	 832	1810	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://BOL-APP:8530/ClientWebService/client.asmx
2009-04-24	16:15:46:741	 832	1810	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-24	16:15:46:741	 832	1810	PT	Initializing simple targeting cookie, clientId = ea9ac684-21fa-4c6c-a864-b90e512af55d, target group = Productie Servers, DNS name = bol-app.bolacc.nl
2009-04-24	16:15:46:741	 832	1810	PT	  Server URL = http://BOL-APP:8530/SimpleAuthWebService/SimpleAuth.asmx
2009-04-24	16:15:51:397	 832	1810	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2009-04-24	16:15:51:397	 832	1810	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://BOL-APP:8530/ClientWebService/client.asmx
2009-04-24	16:15:51:616	 832	1810	Agent	  * Found 0 updates and 45 categories in search; evaluated appl. rules of 223 out of 488 deployed entities
2009-04-24	16:15:51:616	 832	1810	Agent	*********
2009-04-24	16:15:51:616	 832	1810	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-24	16:15:51:616	 832	1810	Agent	*************
2009-04-24	16:15:51:616	 832	1810	Report	REPORT EVENT: {88897E22-2C42-4D22-9C85-F0A70F4BF720}	2009-04-24 16:15:51:616+0200	1	147	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Software Synchronization	Windows Update Client successfully detected 0 updates.
2009-04-24	16:15:51:616	 832	1e34	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {7708BC7E-6C1F-4D30-891C-A94F7872C9D7}]
2009-04-24	16:15:51:616	 832	1e34	AU	  # 0 updates detected
2009-04-24	16:15:51:616	 832	1810	Report	REPORT EVENT: {37BDFAF5-4D18-45A1-ACDE-15A0CA10B9D3}	2009-04-24 16:15:51:616+0200	1	156	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Pre-Deployment Check	Reporting client status.
2009-04-24	16:15:51:616	 832	1e34	AU	#########
2009-04-24	16:15:51:616	 832	1e34	AU	##  END  ##  AU: Search for updates [CallId = {7708BC7E-6C1F-4D30-891C-A94F7872C9D7}]
2009-04-24	16:15:51:616	 832	1e34	AU	#############
2009-04-24	16:15:51:632	 832	1e34	AU	AU setting next detection timeout to 2009-04-24 18:33:14
2009-04-24	16:15:51:632	 832	1e34	AU	Setting AU scheduled install time to 2009-04-24 20:00:00
2009-04-24	16:15:51:741	 832	1810	Report	Uploading 2 events using cached cookie, reporting URL = http://BOL-APP:8530/ReportingWebService/ReportingWebService.asmx
2009-04-24	16:15:51:757	 832	1810	Report	Reporter successfully uploaded 2 events.

Open in new window

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
SOLUTION
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
Avatar of BolAcc

ASKER

Jup i tried the microsoft solution, still doesnt work. The clientdiag gives no errors:

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. . . . . . . . . . . . . . . . .  NONE
                User IE ProxyByPass. . . . . . . . . . . . . .  NONE
                User IE AutoConfig URL Proxy . . . . . . . . .  NONE
                User IE AutoDetect
                AutoDetect not in use

Checking Connection to WSUS/SUS Server
                WUServer = http://BOL-APP:8530
                WUStatusServer = http://BOL-APP:8530
        UseWuServer is enabled. . . . . . . . . . . . . . . . . PASS
        Connection to server. . . . . . . . . . . . . . . . . . PASS
        SelfUpdate folder is present. . . . . . . . . . . . . . PASS

Press Enter to Complete
SOLUTION
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
Avatar of BolAcc

ASKER

They are approved, but how can i check if WSUS downloaded the updates?
Cant it be a permission setting or something like that, its a bit odd that the clients work, and the servers dont.
SOLUTION
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
SOLUTION
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
Avatar of BolAcc

ASKER

Ok. i tried the wsusdebugtool, nothing happend.

Also i tried wsusutil.exe reset, still no solution. the servers still give errors and are 100%
Avatar of BolAcc

ASKER

A little update.

I reinstalled the WSUS on a new clean server, everything looks fine. Cliets update good, but the servers dont :( still giving 100%. If i look at windowsupdate.com the server has 23 security updates. I'm sure i approved the updates and if i look in the windowsupdate.log i dont see any errors?

The log:
2009-04-28	12:11:24:070	 852	534	Misc	===========  Logging initialized (build: 7.2.6001.788, tz: +0200)  ===========
2009-04-28	12:11:24:070	 852	534	Misc	  = Process: C:\WINDOWS\System32\svchost.exe
2009-04-28	12:11:24:070	 852	534	Misc	  = Module: C:\WINDOWS\system32\wuaueng.dll
2009-04-28	12:11:24:070	 852	534	Service	*************
2009-04-28	12:11:24:070	 852	534	Service	** START **  Service: Service startup
2009-04-28	12:11:24:070	 852	534	Service	*********
2009-04-28	12:11:24:086	 852	534	Agent	  * WU client version 7.2.6001.788
2009-04-28	12:11:24:086	 852	534	Agent	  * Base directory: C:\WINDOWS\SoftwareDistribution
2009-04-28	12:11:24:086	 852	534	Agent	  * Access type: No proxy
2009-04-28	12:11:24:101	 852	534	Agent	  * Network state: Connected
2009-04-28	12:11:26:164	 852	8e0	Agent	***********  Agent: Initializing Windows Update Agent  ***********
2009-04-28	12:11:26:179	 852	8e0	Agent	***********  Agent: Initializing global settings cache  ***********
2009-04-28	12:11:26:179	 852	8e0	Agent	  * WSUS server: http://BOL-APP2:80
2009-04-28	12:11:26:179	 852	8e0	Agent	  * WSUS status server: http://BOL-APP2:80
2009-04-28	12:11:26:179	 852	8e0	Agent	  * Target group: Productie Servers
2009-04-28	12:11:26:179	 852	8e0	Agent	  * Windows Update access disabled: No
2009-04-28	12:11:26:320	 852	534	Agent	Created new random SusClientId 97251052-2513-46bd-94a1-6cfaa1002681. Old Id: none.
2009-04-28	12:11:26:320	 852	534	Report	***********  Report: Initializing static reporting data  ***********
2009-04-28	12:11:26:320	 852	534	Report	  * OS Version = 5.2.3790.2.0.131344
2009-04-28	12:11:26:398	 852	534	Report	  * Computer Brand = HP
2009-04-28	12:11:26:398	 852	534	Report	  * Computer Model = ProLiant DL360 G4
2009-04-28	12:11:26:414	 852	534	Report	  * Bios Revision = P52
2009-04-28	12:11:26:414	 852	534	Report	  * Bios Name = Default System BIOS
2009-04-28	12:11:26:414	 852	534	Report	  * Bios Release Date = 2005-08-16T00:00:00
2009-04-28	12:11:26:414	 852	534	Report	  * Locale ID = 1033
2009-04-28	12:11:29:461	 852	8e0	DtaStor	Default service for AU is {00000000-0000-0000-0000-000000000000}
2009-04-28	12:11:29:867	 852	8e0	DtaStor	Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
2009-04-28	12:11:29:867	 852	8e0	Agent	WARNING: Failed to read the service id for re-registration 0x80070002
2009-04-28	12:11:29:867	 852	8e0	Agent	WARNING: Missing service entry in the backup data store; cleaning up
2009-04-28	12:11:29:867	 852	8e0	DnldMgr	Download manager restoring 0 downloads
2009-04-28	12:11:30:054	 852	3a8	AU	###########  AU: Initializing Automatic Updates  ###########
2009-04-28	12:11:30:070	 852	3a8	AU	AU setting next detection timeout to 2009-04-28 10:11:30
2009-04-28	12:11:30:070	 852	3a8	AU	  # WSUS server: http://BOL-APP2:80
2009-04-28	12:11:30:070	 852	3a8	AU	  # Detection frequency: 5
2009-04-28	12:11:30:070	 852	3a8	AU	  # Target group: Productie Servers
2009-04-28	12:11:30:070	 852	3a8	AU	  # Approval type: Scheduled (Policy)
2009-04-28	12:11:30:070	 852	3a8	AU	  # Scheduled install day/time: Every day at 22:00
2009-04-28	12:11:30:070	 852	3a8	AU	  # Auto-install minor updates: No (Policy)
2009-04-28	12:11:30:070	 852	3a8	AU	  # Will interact with non-admins (Non-admins are elevated)
2009-04-28	12:11:30:070	 852	3a8	AU	Setting AU scheduled install time to 2009-04-28 20:00:00
2009-04-28	12:11:30:070	 852	3a8	AU	AU finished delayed initialization
2009-04-28	12:11:30:070	 852	534	AU	#############
2009-04-28	12:11:30:070	 852	534	AU	## START ##  AU: Search for updates
2009-04-28	12:11:30:070	 852	534	AU	#########
2009-04-28	12:11:30:070	 852	534	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {BACECC32-0203-42FA-A92A-2A50D39FDF64}]
2009-04-28	12:11:30:070	 852	c80	Agent	*************
2009-04-28	12:11:30:070	 852	c80	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-28	12:11:30:070	 852	c80	Agent	*********
2009-04-28	12:11:30:070	 852	c80	Agent	  * Online = Yes; Ignore download priority = No
2009-04-28	12:11:30:070	 852	3a8	AU	Triggering AU detection through DetectNow API
2009-04-28	12:11:30:070	 852	c80	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-28	12:11:30:070	 852	3a8	AU	Piggybacking on an AU detection already in progress
2009-04-28	12:11:30:070	 852	c80	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-04-28	12:11:30:070	 852	c80	Agent	  * Search Scope = {Machine}
2009-04-28	12:11:32:382	 852	c80	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-04-28	12:11:32:445	 852	c80	Misc	 Microsoft signed: Yes
2009-04-28	12:11:32:476	 852	c80	Misc	Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
2009-04-28	12:11:32:492	 852	c80	Misc	 Microsoft signed: Yes
2009-04-28	12:11:32:492	 852	c80	Setup	***********  Setup: Checking whether self-update is required  ***********
2009-04-28	12:11:32:492	 852	c80	Setup	  * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-04-28	12:11:32:492	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	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-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	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-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	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-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	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-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	Setup	Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-28	12:11:32:507	 852	c80	Setup	WARNING: Warning: Setup callback ReportProgress failed: 0x8007000d
2009-04-28	12:11:32:507	 852	c80	Setup	  * IsUpdateRequired = No
2009-04-28	12:11:32:711	 852	c80	PT	+++++++++++  PT: Synchronizing server updates  +++++++++++
2009-04-28	12:11:32:711	 852	c80	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://BOL-APP2:80/ClientWebService/client.asmx
2009-04-28	12:11:32:820	 852	c80	PT	WARNING: Cached cookie has expired or new PID is available
2009-04-28	12:11:32:820	 852	c80	PT	Initializing simple targeting cookie, clientId = 97251052-2513-46bd-94a1-6cfaa1002681, target group = Productie Servers, DNS name = bol-vry.bolacc.nl
2009-04-28	12:11:32:820	 852	c80	PT	  Server URL = http://BOL-APP2:80/SimpleAuthWebService/SimpleAuth.asmx
2009-04-28	12:11:36:539	 852	c80	PT	+++++++++++  PT: Synchronizing extended update info  +++++++++++
2009-04-28	12:11:36:539	 852	c80	PT	  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://BOL-APP2:80/ClientWebService/client.asmx
2009-04-28	12:11:36:789	 852	c80	Agent	  * Found 0 updates and 42 categories in search; evaluated appl. rules of 190 out of 393 deployed entities
2009-04-28	12:11:36:789	 852	c80	Agent	*********
2009-04-28	12:11:36:789	 852	c80	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2009-04-28	12:11:36:789	 852	c80	Agent	*************
2009-04-28	12:11:36:789	 852	c80	Report	REPORT EVENT: {FBE27556-DB6E-425F-9CA7-25714B2C4497}	2009-04-28 12:11:36:789+0200	1	147	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Software Synchronization	Windows Update Client successfully detected 0 updates.
2009-04-28	12:11:36:789	 852	1378	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {BACECC32-0203-42FA-A92A-2A50D39FDF64}]
2009-04-28	12:11:36:789	 852	c80	Report	REPORT EVENT: {98DECCD7-720C-4505-9F4A-1AC4E5E4113B}	2009-04-28 12:11:36:789+0200	1	156	101	{00000000-0000-0000-0000-000000000000}	0	0	AutomaticUpdates	Success	Pre-Deployment Check	Reporting client status.
2009-04-28	12:11:36:789	 852	1378	AU	  # 0 updates detected
2009-04-28	12:11:36:789	 852	1378	AU	#########
2009-04-28	12:11:36:789	 852	1378	AU	##  END  ##  AU: Search for updates [CallId = {BACECC32-0203-42FA-A92A-2A50D39FDF64}]
2009-04-28	12:11:36:789	 852	1378	AU	#############
2009-04-28	12:11:36:804	 852	1378	AU	AU setting next detection timeout to 2009-04-28 14:24:43
2009-04-28	12:11:36:804	 852	1378	AU	Setting AU scheduled install time to 2009-04-28 20:00:00
2009-04-28	12:11:36:882	 852	c80	Report	Uploading 2 events using cached cookie, reporting URL = http://BOL-APP2:80/ReportingWebService/ReportingWebService.asmx
2009-04-28	12:11:36:898	 852	c80	Report	Reporter successfully uploaded 2 events.

Open in new window

SOLUTION
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
Avatar of BolAcc

ASKER

I used your script, on the clients it works fine. But if i try a server: There are no applicable updates.
SOLUTION
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
Avatar of BolAcc

ASKER

I tried to install KB961373 on one of our servers who gives the 100% status. And the update was succesful. Also on this server there are 22 other updates waiting, and the are ALL approved in WSUS?
SOLUTION
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
SOLUTION
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
ASKER CERTIFIED SOLUTION
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
Ahhh, No wonder!!! GOOD CATCH!!!