Quantcast
Channel: WSUS forum
Viewing all 12874 articles
Browse latest View live

Server 2012 WSUS Post-deployment configuration fails - comprehending the log file

$
0
0

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.


WSUS not working properly with SSL

$
0
0

Hi!

I have configured an "Internet facing" WSUS With Windows Server 2012 and WSUS With SSL. The WSUS is set up With an external FQDN and corresponding SSL (internal CA signed) certificate.

I have changed my WSUS GPO and Clients are able to Connect to the WSUS and get their updates (both on the LAN and over the Internet).

My problem is that since I configured the WSUS for SSL, I can no longer Access it from the MMC on my WSUS server. I also get the error 12012 "The API Remoting Web Service is not working" error in the event log on the server.

I am, however, able to Connect to the WSUS MMC from another server (2008R2) and I am able to manage the server from there, but I would like to be able to do it from the WSUS server itself also.

Thanks,

Robert

One client cannot install any WSUS updates from WSUS server; others can, error "FATAL: CBS called Error with 0x80070308" in log

$
0
0
Sorry if have duplicated another question but have looked in forum for hours; decided to ask my own question. This client was doing WSUS updates from the server fine until about April then stopped. About 23 updates now waiting, even trying to run one of them (that wasn't even one of the .NET updates) fails. Client hasn't had any new software that I can remember installed since then, and runs same Kaspersky anti-virus that everyone else does. (Disabling it doesn't seem to help, and it doesn't block anyone else's updates.) Have already run the Microsoft automatic update Fix-It, still have the problem. Have already restarted services like wuaueng, wuauserv, bits. Looking for some guidance on what other steps to try first. Thanks! SC

WSUS 3.0 SP2 will not run after installing update 2720211

$
0
0

http://support.microsoft.com/kb/2720211

The update was installed and server rebooted.  Now the WSUS console on Server 2008 SP2 will not run.  "Error: Connection Error.  An error occurred trying to connect to WSUS server."

The update service and IIS are both running.

When checking for updates from clients, they  show a message saying their update software needs to be upgraded, but they fail updating.

I was going to uninstall the update, but there is no option to uninstall the update from the WSUS server.

What are options to fix this?


One client cannot install any WSUS updates from WSUS server; others can, error "FATAL: CBS called Error with 0x80070308" in log

$
0
0
Sorry if have duplicated another question but have looked in forum for hours; decided to ask my own question. This client was doing WSUS updates from the server fine until about April then stopped. About 23 updates now waiting, even trying to run one of them (that wasn't even one of the .NET updates) fails. Client hasn't had any new software that I can remember installed since then, and runs same Kaspersky anti-virus that everyone else does. (Disabling it doesn't seem to help, and it doesn't block anyone else's updates.) Have already run the Microsoft automatic update Fix-It, still have the problem. Have already restarted services like wuaueng, wuauserv, bits. Looking for some guidance on what other steps to try first. Thanks! SC

WSUS Export Fatal Error - unable to export matadata

$
0
0

Scenario - Using WSUS on Disconnected network using Export & import Servers. previously using w2k3 on both the systems & wsus was running nicely. recetly we have upgraded the servers to 2k8 & I am unable to use WSUS.

As the server is the new one & I dont have any access to my previous servers. Ihave started from the begining. (I am using wsus for only updating Operating Systems Only )

I am getting Fatal Error on the export server while exporting the .log & .cab file error as follows

Export failed to export updates. Please look at the log file for error details.
Fatal Error: Error in the application.

its creating the .log file but not creating the .cab file.

I have surfed many forums & got various informations & apllied many of them as follows. What i understood its because of the heavy Data. 

  1. applied the following patch : Windows6.0-KB2813430-x86.msu (No Results)
  2. updated the .net frame work to the most recent one NDP452-KB2901907-x86-x64-AllOS-ENU
  3. Applied the following which found on one forum - (Created the config file)                                                                     Quick solution (thanks Yuvaraj Tamil Mani):
     
    ==> Install .Net 4 on the WSUS server from http://www.microsoft.com/en-us/download/details.aspx?id=17851
     ==> Create a file named wsusutil.exe.config under "C:\Program Files\Update Services\Tools" folder.
     ==> Copy the following code in to the file
     ********
     <configuration>
       <startup>
          <supportedRuntime version="v4.0.30319"/>
       </startup>
    </configuration>
     ********
     ==> Run the export and it will complete even if the size is bigger than 4GB.
     ==> Once the export is done, remove the wsusutil.exe.config file.

Still the result is the same....fatal error

Only thing remaining is upgrade to sever 2012... which is beyond the scope.

Please help me out get rid of this.


Sagarwalvekar

MS15-034 and MS15-033 April Critical Patches

$
0
0

Hi, Guys.

Good Day!

We would like to ask for your assistance on this.

Are the MS15-034 and MS15-033 Critical Security Patches that were released last April so critical that needs to be installed in your servers? If so, on which servers are they applicable? Servers that have IIS? Or do you need to patch them to all your servers?

How do you patch them on both Lync Edge and Frontend servers? Do you need to failover something before you patch these servers? Kindly let me know the process/procedures in doing this.

Further, how do you patch also the Exchange Edge servers for this instance? I see that our Exchange Edge servers have IIS installed on them. Again, any failover requirements before you patch these servers? Please advise.

Your help is much appreciated.

Thank you.

BR,

Irwin

KB2881073 not applicable?

$
0
0

Hi everyone

I have a question regarding KB2881073. This update is not missing according to WSUS and Microsoft Update. However, our patch management solution indicates that this update is missing and needs to be installed. I first thought it could be a false-positive but then I manually installed it without a problem. According to the KB article (https://support.microsoft.com/en-us/kb/2881073?wa=wsignin1.0), the prerequisite is Office 2010 SP2, so WSUS and Microsoft Update should offer this update to all our PCs but that's not the case. Any ideas why? Is anyone else seeing this?

Regards

Stefan




WSUS server Migrated From Physical to Virtual Machine

$
0
0

Hi

windows 2003 WSUS server has been moved from Physical to Virtual machine and then the update of MAY month is not happening but it is triggering old month updates and so many clients are showing "NOT YET REPORTED" please suggest.


Communication flow when using Powershell with WSUS

$
0
0

I haven't been able to find any documentation that clarifies something I was pondering. I was hoping someone here could help me with my assumptions.

When using powershell to generate WSUS reports, the resultant script only communicates with the WSUS server being connected to. Correct?

As in, there shouldn't be any communication taking place with a client during the report generation aside from normal client activity. A script generating a report should be pulling information from the database, not the clients. Correct?

WSUS server Moved From Physical to VMWARE server

$
0
0

Hi

windows 2003 WSUS server has been moved from Physical to Virtual machine and then the update of MAY month is not happening but it is triggering old month updates and so many clients are showing "NOT YET REPORTED" please suggest.



WSUS Cliets Updating Old Updates but Current Updates are Not Detected After Approval

$
0
0

Hi

We have WSUS 3.0 with SP1 now all the clients are getting Old Updates but not getting current Month Updates event after aproval and install from the WSUS console. and another question is whether "Not Yet Reported state" status affects the update deployment on the clients.

How to add a Windows 2012 Server to the WSUS console...

$
0
0

Hello,

I am new on WSUS. I have configured it successfully on a Windows 2008 R2 server and i have all the Windows 2008 servers scanned and added to the computers list in WSUS expect Windows 2012 servers.

Can you please help me in fixing this?

Thank you,

Kumar Pasupuleti


Thanks, K.

Cannot reinstall WSUS after destroyed database

$
0
0

A Windows Server 2008 R2, serving as a slave WSUS, had accidentally had its database removed. Since the site it serves is low-priority, we didn't restore the database from backup, but decided to start clean.

Some other things are hosted on the server, so we removed the SQL Server completely, rebooted, removed WSUS itself, rebooted again. Removed the server as slave from the master WSUS. Then we try to reinstall WSUS, but it fails miserably.

This is the error:

4296: 2015-05-28 15:46:42.697 [InstallationProgressPage]  Loading progress page...
4296: 2015-05-28 15:46:42.723 [InstallationProgressPage]  Creating WindowsUpdateDownloader.
4296: 2015-05-28 15:46:42.727 [InstallationProgressPage]  Searching for Updates...
4296: 2015-05-28 15:46:42.731 [InstallationProgressPage]  Starting asynchronous download.
4296: 2015-05-28 15:46:42.735 [WindowsUpdateDownloader]   Creating session.
4296: 2015-05-28 15:46:42.738 [WindowsUpdateDownloader]   Search query: 'CategoryIDs contains '4e487029-f550-4c22-8b31-9173f3f95786''
4296: 2015-05-28 15:46:42.742 [WindowsUpdateDownloader]   Searching....
4296: 2015-05-28 15:46:42.861 [WindowsUpdateDownloader]   Search failed, HRESULT: -2145107943, message: Exception from HRESULT: 0x80244019
4296: 2015-05-28 15:46:42.865 [InstallationProgressPage]  Search completed, result: Failed.
4296: 2015-05-28 15:46:42.868 [WindowsUpdateDownloader]   Sending failure DownloadComplete event.
4296: 2015-05-28 15:46:42.871 [InstallationProgressPage]  Download completed, result: NotStarted.
4296: 2015-05-28 15:46:42.874 [InstallationProgressPage] Error (Id=0) Failure message: 'The update could not be found. There may be a network connection issue. <a href="WSUS.chm::/html/54a9eb1f-5dd1-42d8-ad00-dae55d7b9463.htm">Click here for more information.</a>'
4296: 2015-05-28 15:46:42.877 [InstallationProgressPage]  Invoking LoadFinishPage.
4296: 2015-05-28 15:46:42.881 [InstallationProgressPage]  About to load finish page...
4296: 2015-05-28 15:46:42.885 [InstallationFinishPage]    Loading finish page
4296: 2015-05-28 15:46:42.894 [InstallationFinishPage]    Finish page loaded

I prefer to not reinstall the server, or setup a new one.

Change Computer Group Membership (PowerShell)

$
0
0

Suppose SYSTEM1 is in GROUP1 in WSUS.  What's the PowerShell command to move SYSTEM1 from GROUP1 to GROUP2?

Since systems can be members of more than one group, maybe a better way to phrase the question is, how do I remove SYSTEM1 from GROUP1 and add it to GROUP(N)?

Thanks.


WSUS keeps timing out when access update services console from server or remotely.

$
0
0

Keep getting error message when accessing Updates, Synchronizations and reports. I have restarted all the server services associated with WSUS, SQL and IIS which didn't help solve the problem. Reset Server Node but keep get the same message every time. All Computers have an acclimation mark that they have not reported status in 57 or more days.

Information about Servers: Windows Server 2012r2, connecting to a SQL Server 2012 WSUS database

The WSUS administration console was unable to connect to the WSUS Server via the remote API.

Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.

System.Net.WebException -- The operation has timed out

Source
System.Web.Services

Stack Trace:
   at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
   at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
   at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
   at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
   at Microsoft.UpdateServices.UI.AdminApiAccess.WsusSynchronizationInfo.InitializeDerivedProperties()
   at Microsoft.UpdateServices.UI.SnapIn.Pages.SyncResultsListPage.GetSyncInfoRow(WsusSynchronizationInfo syncInfo)
   at Microsoft.UpdateServices.UI.SnapIn.Pages.SyncResultsListPage.GetListRows()



WSUS3 SP2 Not working after a reboot

$
0
0

After a restart of a W2k3 SBS server, I noticed that the Application log was flooded with Event ID 33002 (MSSQL$MICROSOFT##SSEE errors. " Access to the table xxxx is blocked because the signature is not valid.

I did notice that KB2720211 was installed (perhaps recently), and that this may have revoked some certificates.

I tried various fixes with no joy.

I have removed WSUS, and am trying to reinstall, but the installation fails at the end whilst configuring the database.

I am installing the database to D:\WSUS and using WID.

From WSUSSetupmsi_150531_1005.log:

MSI (s) (88:DC) [10:06:34:584]: Note: 1: 1708 
MSI (s) (88:DC) [10:06:34:584]: Product: Windows Server Update Services 3.0 SP2 -- Installation failed.

MSI (s) (88:DC) [10:06:34:584]: Windows Installer installed the product. Product Name: Windows Server Update Services 3.0 SP2. Product Version: 3.2.7600.226. Product Language: 0. Installation success or error status: 1603.

This event in the Application log:

11722 MsiInstaller

Product: Windows Server Update Services 3.0 SP2 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.  Action ExDetachDb, location: C:\WINDOWS\Installer\MSI49.tmp, command: -S GAN01\MICROSOFT##SSEE -Q "EXEC sp_detach_db 'SUSDB', 'false'" -l "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\WSUSCa_150531_1045.log" 

This was reported in the WSUSCa_150531_1003.log

Problems recording information in the msdb..suspect_pages table were encountered. This error does not interfere with any activity except maintenance of the suspect_pages table. Check the error log for more information.
Changed database context to 'master'.

The install rolls back, and I cannot progress.


I have deleted the  susdb.mdf and susdb_log.ldf files, then restarted. It does not seem to make a difference.

Following some articles I have also reloaded all of the Performance Counters (lodctr /R)

I cannot seem to get the application to install. It was working perfectly before the reboot.

Any assistance would be greatly appreciated.

problem software update sccm 2012 r2

$
0
0

hallo

i have a problem and i need your help please 

i have sccm 2012 r2 and i configurtion the software update tool ,now is see all update in "All Software Update" 

i deploy the update (example KB2479943)

in the deployment packages i see the in the status "success" but i cannot see the update in Software Center in the workstation.

When I try to access WSUS by entering the URL in the browser i get errore 

"403 - Forbidden: Access is denied."

"You do not have permission to view this directory or page using the credentials that you supplied."

i attached print screen 

plaese your help


אם תגובתי פתרה את בעייתך - לחץ/י, על &quot;סמן כתשובה&quot; ליד סימן ה V הירוק.

Enable Pop ups

$
0
0

HI,

How to display an icon in the system tray and/or popup stating 'restart your computer to finish installing important updates' immediately after installing updates. ?

As

Rebuild of WSUS failed due to Reset Process in Progress

$
0
0

I was trying to move WSUS_Database from one drive to another. I have internal database not SQLServer express on server.

The WSUSUtil movecontent did not work because WSUSUtil is not installed ion the server (admins console is). I tried to delete database by selecting no content on server in files and locations. That started a reconfiguration that did not end. I then removed the WSUS role and re-installed (after reboot). Now I get post configuration failure:

Generation of encryption key to save to the database failed. Error=System.InvalidOperationException: Cannot save configuration because the server is still processing a previous configuration change. ---> System.Data.SqlClient.SqlException: spSetConfiguration was called while a Reset Process was Needed/InProgress cannot change Configuration at this time

StartServer encountered errors. Exception=Cannot save configuration because the server is still processing a previous configuration change. Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service

How can I get this working and clear the pending process?


John Lenz

Viewing all 12874 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>