Any way to schedule updates once a month?
Options are only to do once a week
Eimis
Any way to schedule updates once a month?
Options are only to do once a week
Hi All,
We have tried all the possible ways.
1. Reinstalled WSUS
2. ASP.net
3.IIS
Require your assistance
Regards,
Umar
Hi
Can any one post real time scenarios and solution in production environment of sccm2012
G.V.Ramana
After installing Server 2012 Standard on ESX 5.1 I completed all available Windows Updates and proceeded to add the WSUS role. I chose the default WID database and the role addition was seemingly successful. Unfortunately, the Post-deployment
Configuration failed. A log file had been created in the AppData\Local\Temp folder but at initial glance it seemed to imply that my error was likely due to skipping a step during installation via PowerShell. However, I didn't install using PowerShell
and I set off to surf the Internets for clues on resolving this issue. I searched about a dozen forums that with similar, but different issues until a comment by Lawrence Garvin (http://social.technet.microsoft.com/profile/lawrence%20garvin/?ws=usercard-inline)
convinced me to go back and look at my log.
2013-07-23 11:03:18 Postinstall started
2013-07-23 11:03:18 Detected role services: Api, UI, WidDatabase, Services
2013-07-23 11:03:18 Start: LoadSettingsFromXml
2013-07-23 11:03:18 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2013-07-23 11:03:18 Value is true
2013-07-23 11:03:18 End: GetConfigValue
2013-07-23 11:03:18 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2013-07-23 11:03:18 Config file did not contain a value "ContentDirectory"
2013-07-23 11:03:18 Microsoft.UpdateServices.Administration.CommandException: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the
article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499) for more information on the recommended steps to perform WSUS installation using PowerShell.
at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: A required configuration value was not found in the system. This is usually caused by installing WSUS through PowerShell and not specifying a configuration file. Review the article Managing WSUS Using PowerShell at TechNet Library (http://go.microsoft.com/fwlink/?LinkId=235499)
for more information on the recommended steps to perform WSUS installation using PowerShell.
Upon closer inspection the specifics of my error were right there for me, I just had to look at it long enough to decipher the details. What I now read is that Post-deployment configuration finds a file called UpdateServices-Services.xml (I found it in
Windows\System32\ServerManager\ComponentConfiguration\). It determines that ContentLocal=True which correctly indicates that my updates are to be stored locally. It proceeds to inquire about the ContentDirectory, but comes back without a value.
Here are my UpdateServices-Services.xml file contents
<?xml version="1.0" encoding="utf-16"?><INSTANCE CLASSNAME="ServerComponent_UpdateServices_Services"><PROPERTY NAME="ContentDirectory" TYPE="string"></PROPERTY><PROPERTY NAME="ContentLocal" TYPE="boolean"><VALUE>true</VALUE></PROPERTY></INSTANCE>
I can see that the ContentLocal property did indeed have the value true, but the ContentDirectory property did not have a value. I now needed to figure out if a String value could be specified in the same way a Boolean value was, or if it needed quotes
around it, or was supposed to be specified more like an attribute (learned about that somewhere along the way). I couldn't find any conclusive websites, and I didn't want to just try it for fear of the Post-deployment configuration running with an invalid
ContentDirectory. Once again I returned to my log file and searched for answers at the http://go.microsoft.com/fwlink/?LinkId=235499 that was indicated. I didn't find any exact matches, but eventually I found a sample .xml file that specified a
string value. It specified it as <VALUE>string</VALUE> with no brackets, so I knew to specify mine as <VALUE>C:\LocalMSUpdateCache</VALUE> and saved it. My UpdateServices-Services.xml now looks like this:
<?xml version="1.0" encoding="utf-16"?><INSTANCE CLASSNAME="ServerComponent_UpdateServices_Services"><PROPERTY NAME="ContentDirectory" TYPE="string"><VALUE>C:\LocalMSUpdateCache</VALUE></PROPERTY><PROPERTY NAME="ContentLocal" TYPE="boolean"><VALUE>true</VALUE></PROPERTY></INSTANCE>
I returned to Server Manager -> WSUS and re-attempted the Postdeployment configuration. It completed successfully!
I'm glad that my fix was relatively simple and that Lawrence was particular about the details of the log file.
1. My exact error isn't always going to be documented
2. Just because the log file looks unintelligible (I have thus far avoided both powershell and xml), doesn't mean it's useless.
Good luck to anyone with a similar issue. You too may be able to figure it out yourself.
Hi, i have a domain controller with Windows Server 2008, but the domain funtional level is 2003.
I don't find the right options to force updates on client during shutdown.
I would like that clients download updates from WSUS server automatically and also that users can't avoid their installation
during the shutdown.
When i go directly to the pc, i see that the client downloaded the updates, but i have to force them to install.
You can see below my actual GPO configuration (note that "Configure Automatic Updates" is setup to 4 - Auto download and schedule the install).
Thanks.
Hello,
I get these errors on my server wsus downstream
Content file download failed. Reason: HTTP status 404: The requested URL does not exist on the server.
Source File: /Content/8B/B4AEDE1E23EBCCCA9A2AA89D205643926613588B.cab Destination File: e:\WSUS\WsusContent\8B\B4AEDE1E23EBCCCA9A2AA89D205643926613588B.cab.
The server is failing to download updates Some event ID 10032
thank you for your help.
Sincerely
I have just installed WSUS 3.0 SP 2 on a Windows 2008 R2 Data Center vm. Our old WSUS server was on a Windows 2003 vm platform and is now retired. I have been successful in synchronizing to Windows Update Services website but when it comes to downloading Windows Malicious Software tool (March, April, and May 2015) I have no luck. This is a clean install, meaning I didn't migrate the DB from the 2003 Server.
I have exhausted all the suggestion that have been posted in regard to this issue but none have worked. The error is a http 403 error saying Client does not have access.
Tried to Import the rollup in WSUS and although it came back as successful the update still shows and not being download.
I should add that PC's have successfully received the latest updates that I approved; which includes the Windows Malicious Software tool. Except for this tool and the PC's are showing they still need this update.
Any suggestions?
After I install WSUS on my Window 2012 R2 Standard server and reboot the role disappears.
WID also disappears. My server is a DC, and yes I know I should not run it on a DC but I have no choice.
I have now tried to install this role maybe 5 times now and get the same result. Also for some reason the Windows Installer service is greyed out in the start type and set to manual.
I have also run sfc /scannow without any lucky.
My e:\WSUS is also intact.
Raymond W. Rio
HI All,
i have install the LUP and trying to publish third party updates via WSUS.
Error:
The package could not be published. Invalid Operation Exception: Failed to
sign package; error was: 2148081670 .
I try to delete this certificate from WSUS store and now its missing the private key so how do recover?
As
Please,
can anyone tell me how to disable Microsoft malicious software removal tool KB890830 from being downloaded and instaled every mounth
via WSUS. We already have the antivirus solution implemented and I don't need this bandwidth eater. I can decline it but don't want to do it
every mounth.
Hello guys.
I have run an online wsus server in the network that has internet access, and try run and configure an offline wsus server in a network that has not internet access. I try to copy WSUS Content from online wsus (that has internet access) to removable disk, and stop windows update service, then run wsusutil.exe export packagename.xml.gz packagename.log in cmd with administrator authentication. Then paste WSUS Content in the wsus directory on offline wsus server, then stop windows update service and run wsusutil.exe import packeagename.xml.gz packegename.log
This process complete successfully. Then I start windows update and approve new updates that detected and listed in wsus console on my candidate group. but i recive this error on my candidate clients:
*************Additionally in wsus console I see this comment for each update: the files for this update have not been yet download. But in the file information I can see and scroll the path of some files...
Could you please help me...?
I am having an issue with a lot of our systems running Server 2008 and Windows XP (yeah I know). Updates are set to install once a week through WSUS. WSUS updates are downloaded locally to our WSUS server and then approved for installation on our endpoints.
Some of the machines are installing updates without issues, but over half of them are all getting the exact same error during the scheduled installation. Here is an example
Windows XP:
Installation Failure: Windows failed to install the following update with error 0x80246007: Security Update for Windows XP (KB2813345).
Windows Server 2008:
Installation Failure: Windows failed to install the following update with error 0x80246007: Security Update for Windows Server 2008 (KB3033889).
I've done as much googling and research on this issue as I can and have tried all of the steps listed in the following articles. These cover just about all of the suggestions that I've found on Google so far:
https://support.microsoft.com/en-us/kb/916251
http://www.gvrakas.com/microsoft/40-0x80246007-or-0x80248007-windows-update-errors
The only thing I haven't tried yet is running the WSUS Client Diagnostic Tool (which I will be running on Monday). Sometimes, but not always, if we stop the Windows Update service, delete or rename the SoftwareDistribution folder, and start the Windows Update service back up the updates will successfully install but this doesn't always work and eventually the same error returns on all machines.
Has anyone experienced this behavior or have any ideas? For what it's worth, all of these machines are connecting back to our WSUS server via DMVPN over DSL lines. This same issue has not occurred on servers or end user workstations that are either located in our datacenter or have a fast connection to the datacenter.
Thanks for your input.
Edit: I also want to add that once this starts happening ALL updates fail to install, not just specific ones.
Dear All,
I was trying to secure my WSUS server. This WSUS was installed in Server 2012R2.
just to check does the following link apply to Server 2012 R2 as well? I did a search there little post or result can be found in Server 2012 R2. Appreciate that anyone can guide or alighting me in this issue.
https://technet.microsoft.com/en-us/library/cc708550(v=ws.10).asp x
Thank & regards
MelvinC
Hi,
I still pretty new to the WSUS Database setup. I have a few question which I rather confuse. Need some explanation or guidance on the setup.
Setup
I have 1 WSUS server and 1 SQL Database server (Clustering server)
During WSUS server setup I have Store Update to Local D:\WSUSDB
Specify an existing database server I have point it to SQL Database\mysqlserver
It created a folder SUSDB in SQL Database.
Question
WSUS Server is Offline. I use another WSUS server to download the patches using Express download.
and import into the offline WSUS server D:\WSUSDB. How do I know if my SQL database will pull the D:\WSUSDB to SUSDB?
What is the correct procedure to go about. Currently the update is taking up 150GB of space in my WSUS D:\WSUSDB
Appreciate your guidance and advise
Thank & regards
MelvinC
Just out of curiosity, has anyone tried replacing the local WSUS Administrators/Reporters group SIDs with domain group SIDs?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update Services\Server\Setup!WsusAdministratorsSid
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update Services\Server\Setup!WsusReportersSid
If so, did it work as intended or did you run into any problems?
Andreas
Andreas Hultgren
MCTS, MCITP
http://ahultgren.blogspot.com/
I have installed Windows 2012 R2 on a machine with 8 GB of memory and have activated the WSUS role. I have successfully built the WSUS database with the updates that I would like to push out to Windows 7 client machines. I have set up a LAN that both the WSUS server and the clients are connected to. Each client has a registry hack that points it to the WSUS server. When I try to update a client it will successfully communicate with the WSUS server and inform me, via Windows update, that it needs x number of updates but when I try to have the client download and install those updates I get aWindowsUpdate error 80244020 on the client. According to Microsoft that error is like anHTTP 500 error - the server does not support the functionality required to fulfill the request. Can anyone assist me in figuring out what the problem is. I am using the port 8530 and that is what the client is listening on. I also have configured the server firewall to allow traffic on that port.
I used to run WSUS under Windows 2003 server with NO problems at all. It has only been since I tried to use Windows 2012 R2 and WSUS that I am now having a problem which I DESPERATELY need to fix.
Thank you in advance!!!!
Hello,
I noticed that my WSUS certificate is getting close to expiring.
Windows Sevrer 2012 R2
Can someone go through the process to renew the certificate?
Can I just choose - 'enable automatic rebind of renewed certificate'?
Will I need to touch every PC in the office and make a change?
We currently do not have a domain setup.
I've setup a WSUS server in our domain, set a couple of clients to look to this server for updates using a Local Group Policy, but they don't appear on the server.
I've run the ClientDiag on my PC and there are no errors
When I manually try to do a windows update I get an 80244019 error and this is the relevant section of the log file. Any help appreciated.
2011-10-20 14:33:15:512 1228 bc0 AU Triggering AU detection through DetectNow API
2011-10-20 14:33:15:512 1228 bc0 AU Triggering Online detection (interactive)
2011-10-20 14:33:15:513 1228 960 AU #############
2011-10-20 14:33:15:513 1228 960 AU ## START ## AU: Search for updates
2011-10-20 14:33:15:513 1228 960 AU #########
2011-10-20 14:33:15:516 1228 960 AU <<## SUBMITTED ## AU: Search for updates [CallId = {77C5AA46-66C8-4576-BF27-B23B816198B7}]
2011-10-20 14:33:15:516 1228 994 Agent *************
2011-10-20 14:33:15:517 1228 994 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
2011-10-20 14:33:15:517 1228 994 Agent *********
2011-10-20 14:33:15:517 1228 994 Agent * Online = Yes; Ignore download priority = No
2011-10-20 14:33:15:517 1228 994 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1
or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
2011-10-20 14:33:15:517 1228 994 Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
2011-10-20 14:33:15:517 1228 994 Agent * Search Scope = {Machine}
2011-10-20 14:33:15:517 1228 994 Setup Checking for agent SelfUpdate
2011-10-20 14:33:15:517 1228 994 Setup Client version: Core: 7.4.7600.226 Aux: 7.4.7600.226
2011-10-20 14:33:15:518 1228 994 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2011-10-20 14:33:15:524 1228 994 Misc Microsoft signed: Yes
2011-10-20 14:33:15:642 1228 994 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
2011-10-20 14:33:15:647 1228 994 Misc Microsoft signed: Yes
2011-10-20 14:33:15:650 1228 994 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
2011-10-20 14:33:15:655 1228 994 Misc Microsoft signed: Yes
2011-10-20 14:33:15:687 1228 994 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
2011-10-20 14:33:15:693 1228 994 Misc Microsoft signed: Yes
2011-10-20 14:33:15:723 1228 994 Setup Determining whether a new setup handler needs to be downloaded
2011-10-20 14:33:15:723 1228 994 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe:
2011-10-20 14:33:15:731 1228 994 Misc Microsoft signed: Yes
2011-10-20 14:33:15:731 1228 994 Setup SelfUpdate handler update NOT required: Current version: 7.4.7600.226, required version: 7.4.7600.226
2011-10-20 14:33:15:731 1228 994 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.4.7600.226"
2011-10-20 14:33:16:666 1228 994 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.4.7600.226" is already installed.
2011-10-20 14:33:16:666 1228 994 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.4.7600.226"
2011-10-20 14:33:16:688 1228 994 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.4.7600.226" is already installed.
2011-10-20 14:33:16:689 1228 994 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.4.7600.226"
2011-10-20 14:33:16:723 1228 994 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.4.7600.226" is already installed.
2011-10-20 14:33:16:723 1228 994 Setup SelfUpdate check completed. SelfUpdate is NOT required.
2011-10-20 14:33:16:842 1228 994 PT +++++++++++ PT: Synchronizing server updates +++++++++++
2011-10-20 14:33:16:842 1228 994 PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =http://xxxx.mydomain.com/ClientWebService/client.asmx
2011-10-20 14:33:16:857 1228 994 PT WARNING: GetConfig failure, error = 0x80244019, soap client error = 10, soap error code = 0, HTTP status code = 404
2011-10-20 14:33:16:857 1228 994 PT WARNING: PTError: 0x80244019
2011-10-20 14:33:16:857 1228 994 PT WARNING: GetConfig_WithRecovery failed: 0x80244019
2011-10-20 14:33:16:857 1228 994 PT WARNING: RefreshConfig failed: 0x80244019
2011-10-20 14:33:16:857 1228 994 PT WARNING: RefreshPTState failed: 0x80244019
2011-10-20 14:33:16:858 1228 994 PT WARNING: Sync of Updates: 0x80244019
2011-10-20 14:33:16:858 1228 994 PT WARNING: SyncServerUpdatesInternal failed: 0x80244019
2011-10-20 14:33:16:858 1228 994 Agent * WARNING: Failed to synchronize, error = 0x80244019
2011-10-20 14:33:16:858 1228 994 Agent * WARNING: Exit code = 0x80244019
2011-10-20 14:33:16:858 1228 994 Agent *********
2011-10-20 14:33:16:858 1228 994 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
2011-10-20 14:33:16:858 1228 994 Agent *************
2011-10-20 14:33:16:858 1228 994 Agent WARNING: WU client failed Searching for update with error 0x80244019
2011-10-20 14:33:16:858 1228 26f4 AU >>## RESUMED ## AU: Search for updates [CallId = {77C5AA46-66C8-4576-BF27-B23B816198B7}]
2011-10-20 14:33:16:858 1228 26f4 AU # WARNING: Search callback failed, result = 0x80244019
2011-10-20 14:33:16:858 1228 26f4 AU # WARNING: Failed to find updates with error code 80244019
2011-10-20 14:33:16:858 1228 26f4 AU #########
2011-10-20 14:33:16:858 1228 26f4 AU ## END ## AU: Search for updates [CallId = {77C5AA46-66C8-4576-BF27-B23B816198B7}]
2011-10-20 14:33:16:858 1228 26f4 AU #############
2011-10-20 14:33:16:859 1228 26f4 AU Successfully wrote event for AU health state:0
2011-10-20 14:33:16:859 1228 26f4 AU AU setting next detection timeout to 2011-10-20 18:33:16
2011-10-20 14:33:16:859 1228 26f4 AU Setting AU scheduled install time to 2011-10-26 09:00:00
2011-10-20 14:33:16:859 1228 26f4 AU Successfully wrote event for AU health state:0
2011-10-20 14:33:16:860 1228 26f4 AU Successfully wrote event for AU health state:0
2011-10-20 14:33:16:864 3036 f28 COMAPI -------------
2011-10-20 14:33:16:864 3036 f28 COMAPI -- START -- COMAPI: Search [ClientId = <NULL>]
2011-10-20 14:33:16:864 3036 f28 COMAPI ---------
2011-10-20 14:33:16:866 1228 994 Agent *************
2011-10-20 14:33:16:866 1228 994 Agent ** START ** Agent: Finding updates [CallerId = ]
2011-10-20 14:33:16:866 3036 f28 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = <NULL>]
2011-10-20 14:33:16:866 1228 994 Agent *********
2011-10-20 14:33:16:866 1228 994 Agent * Online = Yes; Ignore download priority = No
2011-10-20 14:33:16:866 1228 994 Agent * Criteria = "IsInstalled = 0 AND IsHidden = 0"
2011-10-20 14:33:16:866 1228 994 Agent * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
2011-10-20 14:33:16:866 1228 994 Agent * Search Scope = {Machine}
2011-10-20 14:33:16:938 1228 994 PT +++++++++++ PT: Synchronizing server updates +++++++++++
2011-10-20 14:33:16:938 1228 994 PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
http://xxxx.mydomain.com/ClientWebService/client.asmx
2011-10-20 14:33:17:298 1228 994 PT WARNING: GetConfig failure, error = 0x8024400A, soap client error = 10, soap error code = 0, HTTP status code = 200
2011-10-20 14:33:17:298 1228 994 PT WARNING: PTError: 0x8024400a
2011-10-20 14:33:17:298 1228 994 PT WARNING: GetConfig_WithRecovery failed: 0x8024400a
2011-10-20 14:33:17:298 1228 994 PT WARNING: RefreshConfig failed: 0x8024400a
2011-10-20 14:33:17:298 1228 994 PT WARNING: RefreshPTState failed: 0x8024400a
2011-10-20 14:33:17:298 1228 994 PT WARNING: Sync of Updates: 0x8024400a
2011-10-20 14:33:17:298 1228 994 PT WARNING: SyncServerUpdatesInternal failed: 0x8024400a
2011-10-20 14:33:17:298 1228 994 Agent * WARNING: Failed to synchronize, error = 0x8024400A
2011-10-20 14:33:17:299 1228 994 Agent * WARNING: Exit code = 0x8024400A
2011-10-20 14:33:17:299 1228 994 Agent *********
2011-10-20 14:33:17:299 1228 994 Agent ** END ** Agent: Finding updates [CallerId = ]
2011-10-20 14:33:17:299 1228 994 Agent *************
2011-10-20 14:33:17:299 1228 994 Agent WARNING: WU client failed Searching for update with error 0x8024400a
2011-10-20 14:33:17:300 3036 15c4 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = <NULL>]
2011-10-20 14:33:17:300 3036 15c4 COMAPI - Updates found = 0
2011-10-20 14:33:17:300 3036 15c4 COMAPI - WARNING: Exit code = 0x00000000, Result code = 0x8024400A
2011-10-20 14:33:17:300 3036 15c4 COMAPI ---------
2011-10-20 14:33:17:300 3036 15c4 COMAPI -- END -- COMAPI: Search [ClientId = <NULL>]
2011-10-20 14:33:17:301 3036 15c4 COMAPI -------------
2011-10-20 14:33:17:301 3036 f28 COMAPI WARNING: Operation failed due to earlier error, hr=8024400A
2011-10-20 14:33:17:301 3036 f28 COMAPI FATAL: Unable to perform synchronous search. (hr=8024400A)
2011-10-20 14:33:21:858 1228 994 Report REPORT EVENT: {AFD3B5F0-7A66-4F3F-A937-56AFA330C68C} 2011-10-20 14:33:16:858+0100 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80244019 AutomaticUpdates Failure Software
Synchronization Windows Update Client failed to detect with error 0x80244019.
2011-10-20 14:33:21:858 1228 994 Report REPORT EVENT: {605444FF-432B-499D-98A9-3A258B60D4A6} 2011-10-20 14:33:17:299+0100 1 148 101 {00000000-0000-0000-0000-000000000000} 0 8024400a Failure Software
Synchronization Windows Update Client failed to detect with error 0x8024400a.
2011-10-20 14:33:21:866 1228 994 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
2011-10-20 14:33:21:866 1228 994 Report WER Report sent: 7.4.7600.226 0x80244019 00000000-0000-0000-0000-000000000000 Scan 101 Managed
2011-10-20 14:33:21:873 1228 994 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
2011-10-20 14:33:21:873 1228 994 Report WER Report sent: 7.4.7600.226 0x8024400a 00000000-0000-0000-0000-000000000000 Scan 101 Managed
2011-10-20 14:33:21:873 1228 994 Report CWERReporter finishing event handling. (00000000)
I have a small AD Domain with less than 100 workstations, so the WSUS server is not stressed and should be processing reports from the clients fairly quickly. Updates are managed via a GPO, Automatic Updates, Auto download, schedule install every Wens at 6pm, check with server frequency of 22 hours.
Clients are getting updated successfully, their update logs reflect reporting back to the server... however these updates are not reflected in the console. I had examples of updates being applied two weeks ago, that were still showing in the console as 'Needed'. The PC's are always powered on, no one logged on unless working hours.
From a WindowsUpdateLog:
2015-06-12 08:22:45:265 1164 1ad8 Report Uploading 3 events using cached cookie, reporting URL = http://xx.xx.xx.xx/ReportingWebService/ReportingWebService.asmx
2015-06-12 08:22:45:421 1164 1ad8 Report Reporter successfully uploaded 3 events.
I need some direction to help me diagnose this on the server side. How can I check on the server side that reports from the client are getting processed, or how long it takes to get around to processing, etc.
Thanks, Rich