Answered by:
WSUS " cannot save configuration because the server is still processing a previous "

Question
-
Dear All ,
Doing Server Cleanup Wizard my upstream server hang up and the WSUS Console crash every time i'm login to computers ,update or synchronization , i'm try to do configuration wizard again and notice the message " cannot save configuration because the server is still processing a previous " which mean my WSUS still process the cleanup some how , any help in this issue .
O.S : Windows 2008 R2
WSUS version : 3.2.7600.226
DB : SQL 2008 R2
Tuesday, November 3, 2015 6:49 AM
Answers
-
Thank you steven
I'm fix it by run the query on SQL to update Save Trigger on DB
and restart all services for WSUS and SQL .
Thank you .
- Proposed as answer by Steven_Lee0510 Wednesday, December 9, 2015 4:23 PM
- Marked as answer by Steven_Lee0510 Wednesday, December 9, 2015 11:47 PM
Tuesday, November 10, 2015 8:15 AM
All replies
-
wow no one replay At all ?!?!?!?!?!?!?Tuesday, November 3, 2015 1:41 PM
-
Hi,
Please try the follow script,
[void][reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration") $wsus = [Microsoft.UpdateServices.Administration.AdminProxy]::getUpdateServer() $cleanupMgr=$wsus.GetCleanupManager() $cleanupScope=New-Object Microsoft.UpdateServices.Administration.CleanupScope $cleanupScope.CleanupObsoleteUpdates=$true $cleanupMgr.PerformCleanup($cleanupScope)
Besides, the server cleanup wizard should be run regularly to keep WSUS server well maintained.
Best Regards.
Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Proposed as answer by BB-ITDK Thursday, November 28, 2019 10:37 AM
Wednesday, November 4, 2015 7:47 AM -
Hi
I'm try to save the script as *.vbs and run it but an error appear and script not running
Line: 2
Character : 1
Error : Invalid Character
800A0408
Source : Microsoft VBscript Compilation error
thank you
Wednesday, November 4, 2015 9:52 AM -
Hi,
These are powershell commands, please try to run them in powershell.
Best Regards.
Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Tuesday, November 10, 2015 5:20 AM -
Thank you steven
I'm fix it by run the query on SQL to update Save Trigger on DB
and restart all services for WSUS and SQL .
Thank you .
- Proposed as answer by Steven_Lee0510 Wednesday, December 9, 2015 4:23 PM
- Marked as answer by Steven_Lee0510 Wednesday, December 9, 2015 11:47 PM
Tuesday, November 10, 2015 8:15 AM -
Hi,
Glad to hear that your issue has been resolved and thanks for the sharing.
Your time and efforts are highly appreciated!
Best Regards.
Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Tuesday, November 10, 2015 9:12 AM