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

Client does not trigger update installation.

$
0
0

I have similar situation as mentioned on following url I need some help from experts

https://social.technet.microsoft.com/Forums/lync/en-US/c66f2147-2c1e-4a0e-8045-3cc8f421448b/client-does-not-trigger-update-installation?forum=winserverwsus

Updates are downloading fine but will not get installed by itself you have to hit update now.

As messge appears "We'll automatically install updates when you aren't using your device, or you can install them now if you want." but it never happens. Even I leave computer unattended for 24 hours.

 


product and classification

$
0
0
For windows 7, I only have one item in products list. For Windows 10, there are some many items. Should I need check all items?

configuration for Windows 10

$
0
0

Dear all,

We start to deploy Windows 10 for users. Previous we set WSUS to automatic download and notify user for update. It work fine for Windows 7 users as we trained users to shutdown and update when they leave office.

But I see Windows 10 user have pending update but the the shutdown button only doesn't show shutdown and update. What wrong with my setting?


WSUS on 2016 server

$
0
0

Hi,

I have WSUS server running on a 2016 server and the Active Directory running on 2008 R2 server, now I want to create GPO to configure stations to connect to the WSUS server (Stations are a mix of windows 7 and 10), the Administrative tools/windows components in the group policy editor on the AD server are missing, I installed the management tools ADMX and nothing has changed. How can I get the management tools to appear in the GP editor?

Thank you

Automatically install Defender definitions on Server 2016 not working

$
0
0

We have an auto approval rule for definition updates plus the GPO to automatically install updates that don't interrupt running services or require rebooting applied to our clients including servers.

The servers are getting the updates but the definitions queue up waiting to be manually installed on these servers.

What else do we need to do to make these updates install automatically?

WSUS - Declining Superseded Updates

$
0
0
We're running WSUS v3.1 and it works well in our environment.  I use automatic approvals for certain updates.  Is there any way to automatically decline superseded updates when the superseding update is approved?  Is there any way to search for updates that have been superseded based on that criteria?  Thanks.

WSUS 2019 Downstreamserver bug - Downstream Computers not available on Upstream

$
0
0

Hello,

I think there might be an issue with downstream servers in server wsus 2019.

First I did update my main WSUS to 2019. All Downstream were 2016. After that I was not able to view the complete computer list on the main server. As soon as you choose the “All Computers” or a computer group that is from a downstream server the console crashes. When you delete the downstream server from the “Downstream Servers” section I am able to browse the list again.

After that I decided to reinstall all WSUS Servers with server 2019 even including the main one. And I did again get the error.

Tried it via Powershell gives me the following error.

$wsusserver = "localhost"
[reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration")
$wsus = [Microsoft.UpdateServices.Administration.AdminProxy]::getUpdateServer($wsusserver,$False)
$computerScope = New-object Microsoft.UpdateServices.Administration.ComputerTargetScope
$computerScope.IncludeDownstreamComputerTargets = $true
$wsus.GetComputerTargets($computerScope)

Exception calling "GetComputerTargets" with "1" argument(s):"Unable to cast object of type 'System.Guid' to type 'System.String'."

At line:1 char:1

If I choose to not include Downstream Computer Targets it works.

Synchronising approved updates between WSUS Servers

$
0
0

Hello,

I have one WSUS Server that can download the updates, since it is connected to the "outside world"

This WSUS is the central hub to other wsus Server, which are all in different Domains / Networks. Those have not Connection to the outside, since they are a testing enviorment.

Before i got the Connection, every update Batch was implemented by Hand, which was quiete a chore and not very reliable.

Since i don't have that much disk space, i would like my central WSUS to only download the updates that are needed.

Which brings me to my first Problem. With the Option to only download approved updates, the central WSUS would download, if the approvement from the Sub WSUS Servers could be replicated to my central WSUS.

I thought About somtehing like this:

$updates = invoke-command -ComputerName "X.X.X.X" -ScriptBlock { get-wsusupdate -UpdateServer (get-wsusserver) -Approval Approved} -Credential $cred

to get a list of approved updates from the Domain WSUS, so i can Import them with the following Code into my main wsus:

foreach ($update in $updates) {Approve-WsusUpdate -Update $update -action Install -TargetGroupName "All computers"}

However this Ends up in the following error:

Cannot bind parameter 'Update'. Cannot convert value "Microsoft.UpdateServices.Commands.WsusUpdate" to type "Microsoft.UpdateServices.Commands.WsusUpdate". Error:

"Cannot convert the "Microsoft.UpdateServices.Commands.WsusUpdate" value of type "Deserialized.Microsoft.UpdateServices.Commands.WsusUpdate" to type

"Microsoft.UpdateServices.Commands.WsusUpdate"."

apparantly there is something going on with the invoke command line. no matter if using the variable or trying to run the command as it is, all the updates are missing the Titles.

I am very clueless how to tackle that Problem. Thank you for your help, in Advance.


windows server 2016 连接WSUS 出现代码错误0x80244022

$
0
0
同一个网段下发2台windows  ,一台windows 2012 一台2016 ,更新时,2012可以正常更新,但是2016出现错误。可以telnet通,能够ping通

[SOLVED] WSUS Server broken.

$
0
0

Hi Guys.

Our WSUS main server is broken and clients can't get updates anymore since mid-July.

http://localhost:8530/ClientWebService/client.asmx

or

http://localhost/ClientWebService/client.asmx

gives the following error

Server Error in '/ClientWebService' Application.

Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]. 
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

 Exception Details: System.InvalidOperationException: Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http].

Source Error: 


 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 



[InvalidOperationException: Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http].]
   System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) +16319910
   System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress, Boolean skipHost) +723
   System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection) +99
   System.ServiceModel.ServiceHostBase.ApplyConfiguration() +224
   System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses) +203
   System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) +166
   System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(Type serviceType, Uri[] baseAddresses) +42
   System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +1794
   System.ServiceModel.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) +65
   System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +741

[ServiceActivationException: The service '/ClientWebService/client.asmx' cannot be activated due to an exception during compilation.  The exception message is: Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]..]
   System.Runtime.AsyncResult.End(IAsyncResult result) +607194
   System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +231
   System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +177

  


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2106.0 

We haven't setup SSL on it and bindings is only set for 8530 only

Strangely enough, the WSUS server continues to receive updates and the remote replica WSUS server has no issues at all. I've compared both C:\Program Files\Update Services\WebServices\ClientWebService\web.config from both sites and they match. I've tried to reset IIS and rebooted but nothing.

<?xml version="1.0" encoding="utf-8" ?><configuration><!--For IIS 7 when virtual application is run in integrated mode--><system.webServer><handlers accessPolicy="Read, Script"><remove name="WebServiceHandlerFactory-Integrated-4.0"/><add name="ClientWebServiceAsmxHandler"
                 path="*.asmx"
                 verb="*"
                 type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
                 preCondition="integratedMode,runtimeVersionv4.0" /></handlers></system.webServer><!--
    This section is required for converting an ASMX web service to WCF
    --><system.web><compilation><buildProviders><remove extension=".asmx" /><add extension=".asmx"
                     type="System.ServiceModel.Activation.ServiceBuildProvider, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/></buildProviders></compilation><!--  GLOBALIZATION
        This section sets the globalization settings of the application. 
        --><globalization 
                requestEncoding="utf-8" 
                responseEncoding="utf-8" 
        /><!-- DOCUMENTATION
              Turn off documentation by default
        --><webServices><protocols><remove name="Documentation"/></protocols><!-- Run SOAP Header Filter with ClientWebService --><soapExtensionTypes><add type="Microsoft.UpdateServices.WUShield,WUShield"
                    priority="1"
                    group="0" /></soapExtensionTypes> </webServices><!-- MAXREQUESTLENGTH
              Limit the size of incoming requests to 4096 kbytes.
        --><httpRuntime maxRequestLength="4096" /></system.web><appSettings><!-- The maximim number of locales that a client can pass to GetExtendedUpdateInfo.
         An InvalidParameters exception is thrown if this limit is exceeded.
    --><add key="maxLocales" value="100"/><!-- The maximim number of update IDs that a client can pass to SyncUpdates,
         SyncPrinterCatalogs, or RefreshCache.
         An InvalidParameters exception is thrown if this limit is exceeded.
    --><add key="maxCachedUpdates" value="22000"/><!-- The maximim number of installed prerequisites a client can pass to SyncUpdates
         or SyncPrinterCatalog.
         An InvalidParameters exception is thrown if this limit is exceeded.
    --><add key="maxInstalledPrerequisites" value="400"/><!-- The maximum number of hardware IDs passed to spGetDriver. The web service trims
         the system spec against the list of hardware IDs for which a driver exists in
         the DB. Typically this results in a trimmed system spec containing only one or
         two hardware IDs. Only the first maxPrunedHardwareIDs are submitted to the
         driver query.
    --><add key="maxPrunedHardwareIDs" value="20"/><!-- The order prerequisite clauses are sorted in the internal data-structures used by
         SyncUpdates.
    --><add key="detectoidTypes" value="ProductFamily;Product;Application Locale;Windows Locale"/><!--  
        The value of the following key is made part of the SQL connection's
        ApplicationName property to improve sql tracing.
    --><add key="ApplicationNameForDatabaseConnection" value="ClientWS"/></appSettings><system.serviceModel><diagnostics performanceCounters="All"><messageLogging logEntireMessage="false"
                            logMalformedMessages="false"
                            logMessagesAtServiceLevel="false"
                            logMessagesAtTransportLevel="false"
                            maxMessagesToLog="30000" /></diagnostics><services><service
                name="Microsoft.UpdateServices.Internal.Client"
                behaviorConfiguration="ClientWebServiceBehaviour"><!-- 
                  These 4 endpoint bindings are required for supporting both http and https
                --><endpoint address=""
                        binding="basicHttpBinding"
                        bindingConfiguration="SSL"
                        contract="Microsoft.UpdateServices.Internal.IClientWebService" /><endpoint address="secured"
                        binding="basicHttpBinding" 
                        bindingConfiguration="SSL"
                        contract="Microsoft.UpdateServices.Internal.IClientWebService" /><endpoint address=""
                        binding="basicHttpBinding"
                        bindingConfiguration="ClientWebServiceBinding"
                        contract="Microsoft.UpdateServices.Internal.IClientWebService" /><endpoint address="secured"
                        binding="basicHttpBinding" 
                        bindingConfiguration="ClientWebServiceBinding"
                        contract="Microsoft.UpdateServices.Internal.IClientWebService" /></service></services><behaviors><serviceBehaviors><behavior name="ClientWebServiceBehaviour" ><serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" /><serviceDebug includeExceptionDetailInFaults="true" /></behavior></serviceBehaviors></behaviors><!--binding configuration schema reference http://msdn.microsoft.com/en-us/library/ms731399.aspx --><bindings><basicHttpBinding><!-- WCF buffer pool settings set to 1MB/128MB to handle RefreshCache load (see 310779) --><binding name="ClientWebServiceBinding"
                        closeTimeout="00:01:00"
                        openTimeout="00:01:00"
                        receiveTimeout="00:10:00"
                        sendTimeout="00:01:00"
                        maxReceivedMessageSize="1048576"
                        maxBufferSize="1048576"
                        maxBufferPoolSize="134217728"
                        messageEncoding="Text"
                        textEncoding="utf-8"><readerQuotas maxDepth="32"
                                maxStringContentLength="8192"
                                maxArrayLength="16384"
                                maxBytesPerRead="4096"
                                maxNameTableCharCount="16384" /><!-- 
                    The security mode should be Transport only when the service is available over https
                    --></binding><binding name="SSL"
                        closeTimeout="00:01:00"
                        openTimeout="00:01:00"
                        receiveTimeout="00:10:00"
                        sendTimeout="00:01:00"
                        maxReceivedMessageSize="1048576"
                        maxBufferSize="1048576"
                        maxBufferPoolSize="134217728"
                        messageEncoding="Text"
                        textEncoding="utf-8"><readerQuotas maxDepth="32"
                                maxStringContentLength="8192"
                                maxArrayLength="16384"
                                maxBytesPerRead="4096"
                                maxNameTableCharCount="16384" /><security mode="Transport"><transport clientCredentialType="None" /></security></binding></basicHttpBinding></bindings><!-- Requires AspNetCompatibility mode --><serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" /></system.serviceModel></configuration>

I've been browsing for quite a while looking for a solution and am now seeking help from the forum

Thanks in advance

Regards

Gaetan




Clients can't connect to WSUS after changing server

$
0
0

Hello,

I'm decommissioning a 2008 R2 server and am migrating different roles to a new 2016 server.

I have setup WSUS on the 2016 Server. In DNS I changed the FQDN (wsus.domain.local) to the ip address of the new server.
There is a GPO setup that directs all clients to wsus.domain.local

Since I've done this change, I get the error80244019 on W7 Clients

Hereby an extract of the WindowsUpdate.log file

2019-09-04	11:18:33:379	1152	51c	AU	#############
2019-09-04	11:18:33:379	1152	51c	AU	## START ##  AU: Search for updates
2019-09-04	11:18:33:379	1152	51c	AU	#########
2019-09-04	11:18:33:379	1152	51c	AU	<<## SUBMITTED ## AU: Search for updates [CallId = {D2551871-3221-45A3-A3D8-96F02B451499}]
2019-09-04	11:18:33:379	1152	f8c	Agent	*************
2019-09-04	11:18:33:379	1152	f8c	Agent	** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
2019-09-04	11:18:33:379	1152	f8c	Agent	*********
2019-09-04	11:18:33:379	1152	f8c	Agent	  * Online = Yes; Ignore download priority = No
2019-09-04	11:18:33:379	1152	f8c	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"
2019-09-04	11:18:33:379	1152	f8c	Agent	  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
2019-09-04	11:18:33:379	1152	f8c	Agent	  * Search Scope = {Machine}
2019-09-04	11:18:33:379	1152	f8c	Setup	Checking for agent SelfUpdate
2019-09-04	11:18:33:379	1152	f8c	Setup	Client version: Core: 7.6.7601.24436  Aux: 7.6.7601.24436
2019-09-04	11:18:33:394	1152	f8c	Misc	WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
2019-09-04	11:18:33:394	1152	f8c	Misc	WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
2019-09-04	11:18:33:394	1152	f8c	Misc	WARNING: DownloadFileInternal failed for http://wsus.domain.local/selfupdate/wuident.cab: error 0x80190194
2019-09-04	11:18:33:394	1152	f8c	Setup	FATAL: DownloadCab failed, err = 0x80190194
2019-09-04	11:18:33:394	1152	f8c	Setup	WARNING: SelfUpdate check failed to download package information, error = 0x80244019
2019-09-04	11:18:33:394	1152	f8c	Setup	FATAL: SelfUpdate check failed, err = 0x80244019
2019-09-04	11:18:33:394	1152	f8c	Agent	  * WARNING: Skipping scan, self-update check returned 0x80244019
2019-09-04	11:18:33:394	1152	f8c	Agent	  * WARNING: Exit code = 0x80244019
2019-09-04	11:18:33:394	1152	f8c	Agent	*********
2019-09-04	11:18:33:394	1152	f8c	Agent	**  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2019-09-04	11:18:33:394	1152	f8c	Agent	*************
2019-09-04	11:18:33:394	1152	f8c	Agent	WARNING: WU client failed Searching for update with error 0x80244019
2019-09-04	11:18:33:394	1152	a84	AU	>>##  RESUMED  ## AU: Search for updates [CallId = {D2551871-3221-45A3-A3D8-96F02B451499}]
2019-09-04	11:18:33:394	1152	a84	AU	  # WARNING: Search callback failed, result = 0x80244019
2019-09-04	11:18:33:394	1152	a84	AU	  # WARNING: Failed to find updates with error code 80244019
2019-09-04	11:18:33:394	1152	a84	AU	#########
2019-09-04	11:18:33:394	1152	a84	AU	##  END  ##  AU: Search for updates [CallId = {D2551871-3221-45A3-A3D8-96F02B451499}]
2019-09-04	11:18:33:394	1152	a84	AU	#############

Can someone point me in the right direction ?

Regards,

Marc

disconnected network using different wsus server versions

$
0
0

Hi,

I am about to set WSUS for a few disconnected networks (https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd939873(v=ws.10)). due to different divisions \ budgets \ bureaucracies, I have limitation regarding the windows server version I can install on the different disconnected networks.

I was planning to install my export server on server 2019, but my import servers are most likely to be windows server 2016 and \ or 2012r2.

Is this setup possible or I must have all my WSUS servers at the same versions?

Thanks for the help.



SSL Host Headers - duplicated server in console

$
0
0

Hi,

We use SSL host headers on our WSUS setup and it has been working fine. The certificate expired so we renew it (using a public CA) and since binding the new cert to WSUS in IIS, the WSUS console now shows 2 servers, and no clients seem to have reported status since this change.

Update Services
|-----NETBIOS Name of server
|-----Name specified in host header field (update.domainname.com)

Before renewing the cert, we had just the update.domainname.com entry and everything was fine. I've also run wsusutil.exe configuressl update.domainname.com

Clients report 0x8024401f as the error.

Any ideas?

Thanks



Unable to install WSUS 3,0SP1 nor WSUS 3,0SP2 - Error 0x80070643

$
0
0
Hi everyone,

I've been using WSUS 3.0SP1 with Windows Internal Database on our Windows 2003 R2 SP2 Server for many months without problem. Yesterday we installed latest MS patches from Windows Update including Windows Internal Database SP3 (KB955706) and Microsoft SQL Server 2005 Express Edition Service Pack 3 (KB955706), which failed to install. Ever since then our WSUS server is dead.
I've tried repairing WSUS 3.0SP1 using reinstall on the original database, but I've only got a message, that the database is incompatible
Then I've tried installing Report Viewer 2008 and upgrading to WSUS 3.0SP2, but it died during setup leaving these messages in Event Log:

Event Type: Error
Event Source: MSSQL$MICROSOFT##SSEE
Event Category: (2)
Event ID: 33002
Date:  4.9.2009
Time:  10:24:35
User:  CMZRB\a0novak2
Computer: SISRV
Description:
Access to module dbo.spSetupLogin is blocked because the signature is not valid.

and

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11722
Date:  4.9.2009
Time:  10:24:54
User:  CMZRB\a0novak2
Computer: SISRV
Description:
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 ExInstallSqlQuery, location: C:\WINDOWS\Installer\MSIF0.tmp, command: -S SISRV\MICROSOFT##SSEE -Q "
        
               
Then I've tried removing everything manually and starting from the scratch with WSUS 3.0 SP1 and let it install new Windows Internal Database and build a new instance for WSUS, but it failed again:

Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date:  4.9.2009
Time:  10:50:53
User:  N/A
Computer: SISRV
Description:
Faulting application InstallUtil.exe, version 2.0.50727.3053, faulting module msvcr80.dll, version 8.0.50727.3053, fault address 0x00008aa0.

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11722
Date:  4.9.2009
Time:  10:51:07
User:  CMZRB\a0novak2
Computer: SISRV
Description:
Product: Microsoft Windows Server Update Services 3.0 SP1 -- 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 PERF_COUNTER_INST, location: C:\Program Files\Update Services\Setup\HideConsoleApp.exe, command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /LogFile="C:\DOCUME~1\a0novak2\LOCALS~1\Temp\1\WSUSCa_090904_1029.log" /ShowCallStack /WsusInstall /CategoryMessageFile="C:\Program Files\Update Services\Common\EventCategories.dll " "C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll "

In the last go I've removed everything again and tried a clean install of WSUS 3.0SP2,but id died quite horribly this time - http://img199.imageshack.us/img199/5278/wsus30sp2.jpg
and writing this to the event log

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11722
Date:  4.9.2009
Time:  14:16:34
User:  CMZRB\a0novak2
Computer: SISRV
Description:
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 PERF_COUNTER_INST, location: C:\Program Files\Update Services\Setup\HideConsoleApp.exe, command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /LogFile="C:\DOCUME~1\a0novak2\LOCALS~1\Temp\1\WSUSCa_090904_1409.log" /ShowCallStack /WsusInstall /CategoryMessageFile="C:\Program Files\Update Services\Common\EventCategories.dll " "C:\Program Files\Update Services\Setup\bin\Microsoft.UpdateServices.Setup.CustomActions.dll "

WSUSSetup.log says this:

2009-09-04 12:03:42  Success   MWUSSetup          Validating pre-requisites...
2009-09-04 12:03:45  Error     MWUSSetup          Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: The system cannot find the file specified.)
2009-09-04 12:04:09  Success   MWUSSetup          Initializing installation details
2009-09-04 12:04:09  Success   MWUSSetup          Installing ASP.Net
2009-09-04 12:05:18  Success   MWUSSetup          ASP.Net is installed successfully
2009-09-04 12:05:18  Success   MWUSSetup          Installing wYukon using MSI on Win2k3
2009-09-04 12:05:18  Success   MWUSSetup          Installing wYukon...
2009-09-04 12:07:47  Success   MWUSSetup          wYukon Installed Successfully
2009-09-04 12:07:50  Success   MWUSSetup          Installing WSUS...
2009-09-04 12:07:54  Success   CustomActions.Dll  Successfully set propery of WSUS admin groups' full names
2009-09-04 12:07:55  Success   CustomActions.Dll  .Net framework path: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
2009-09-04 12:07:58  Success   CustomActions.Dll  Creating user group: WSUS Reporters with Description: WSUS Administrators who can only run reports on the Windows Server Update Services server.
2009-09-04 12:07:58  Success   CustomActions.Dll  Creating WSUS Reporters user group
2009-09-04 12:07:58  Success   CustomActions.Dll  WSUS Reporters user group already exists
2009-09-04 12:07:58  Success   CustomActions.Dll  Successfully created WSUS Reporters user group
2009-09-04 12:07:58  Success   CustomActions.Dll  Creating user group: WSUS Administrators with Description: WSUS Administrators can administer the Windows Server Update Services server.
2009-09-04 12:07:58  Success   CustomActions.Dll  Creating WSUS Administrators user group
2009-09-04 12:07:58  Success   CustomActions.Dll  WSUS Administrators user group already exists
2009-09-04 12:07:58  Success   CustomActions.Dll  Successfully created WSUS Administrators user group
2009-09-04 12:07:58  Success   CustomActions.Dll  Successfully created WSUS user groups
2009-09-04 12:11:39  Error     MWUSSetup          InstallWsus: MWUS Installation Failed (Error 0x80070643: Fatal error during installation.)
2009-09-04 12:11:39  Error     MWUSSetup          CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Fatal error during installation.)
2009-09-04 12:11:39  Error     MWUSSetup          CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Fatal error during installation.)
2009-09-04 12:13:20  Error     MWUSSetup          DoInstall: Wsus setup failed (Error 0x80070643: Fatal error during installation.)

In the meantime I've tried some tricks which I found on some other pages including:
rebuilding indexes using Lodctr /R
Enabling TCP/IP and Named pipes on the SSEE database
changing SSEE database to run under LOCAL SYSTEM account
... but no success at all

Right now I'm quite desperate, so if someone can help I would really appreciate it.

Can't get computer to report to WSUS?

$
0
0

I'm setting up a WSUS server in the domain at work. I have 2 computers that I'm working with as my test computers. One is a Win10 and the other is a Server 2016. The Win10 reported to the WSUS just fine, the Server 2016 did not.

I have ran the commands to try to get to report, but it's not working.

wuauclt /detectnow

wuauclt /reportnow


It has been sitting there in the queue for like 3 days now with no status change.

Any special commands or tricks to get it to report?


WSUS clients error code 80244019 , files are missing from WSUS server

$
0
0

Hi, Im having trouble with some(not all) updates in the last release I have done. The clients are showing error "WARNING: Download failed, error = 0x80244019", the same as a bunch of other posts I have read. I have checked on the WSUS server and the files specified in the error are missing.

the interesting part of the error messsage:

2013-04-09 14:30:47:166 1144 de0 Handler Windows Patch download for UpdateId = {7682DD09-3EA7-41B9-98FF-50E9A0FBCC92}: selected action is download express (delta).

Its trying to download the express delta - I don't have this option configured. In Update Files and Languages, I only have the radio button selected "Store update files locally", and neither of the tick boxes.

However, this server used to have that configured. A couple of months ago I changed it and did a full delete of the WSUSContent folder and wsusutil reset to redownload everything. This worked for 1 patching cycle. But this cycle I am getting that error on about 50% of servers, and about 30% of patches.

I can fix this by deleting the SoftwareDistribution folder from the server and redownloading the patch. but thats going to be a pain on 77 servers and an unknown number of desktops. and Ive read several posts saying deleting its is not a good idea anyway.

I have installed KB2734608.

Any hints on a nicer way to fix this? or is there a way to delete pending updates, so its like the client never downloaded them?

Thanks
Aimee

Update: I have narrowed it down to renaming the datastore.edb data base in %systemroot%\SoftwareDistribution\DataStore.

Is there a way to reset the updates that it wants to download in this database without renaming this file?




Bug: Windows upgrade via WSUS doesn't perform any further updates until a user has logged on

$
0
0

There is a bug in Windows 1903 Enterprise (and possibly older/newer versions) where computers upgraded to 1903 via WSUS will not later update to the latest security and functional updates already approved in WSUS.

The scenario is as follows:

  1. Computers contact WSUS
  2. Computers report in to WSUS
  3. Computers download the upgrade and start upgrading to 1903
  4. Computers perform multiple reboots during upgrade process
  5. Computers all successfully upgrade and return to log on screen

From this point onward the computers may contact the WSUS server (we observed just 27 of approximately 300 computers contacting post-upgrade), however none will report into WSUS nor download and install updates. The upgrades occur on the Friday and there is no WSUS activity for these clients until the following Monday, WSUS activity from the client only resumes when any user logs into the computer.

A selection of 10 computers were then given a two week test period, and these computers did not make any attempt to install the latest security updates during those 14 days. The WSUS activity resumed only when a user logged on. 

Once a user has logged on after the feature upgrade the Windows Update functionality appears to have been restored, computers left in sleep mode only now wake up periodically to report their status, and then download and install approved updates as normal.

Can this issue please be investigated as computers are left in a vulnerable state when installing feature upgrades via WSUS.

WIndows 10 x64 1903 Cumalitive Updates Failing Error 0x800f0983

$
0
0

Hi,

Ive had this issue with June & Julys Cumulitive Update for Windows 10 1809 x64-Base Systems.  They keep on failing to install.  I was scratching my head with the June release but evejtually declined that as July's release came out and hoping it would work but failed.

Any ideas what could be causing this?

Ive tried to delete the SoftwareDist folder, verified the files in WSUSContent, chkdsk and also dism.exe /scanhealth all with no luck.

Many Thanks,

Brad

Logs - https://pastebin.com/UaqWnqVd

WSUS 3.0SP2 Content file download failed. Reason: File cert verification failure

$
0
0

Hi,

We have a problem wtih an Upstream WSUS 3.0SP2 on Windows server 2008 Enterprise SP2.

Since june 12, several Updates approved for Windows 7 or for Windows 8.1 or IE 11 are not downloaded by our Upstream.

On this Upstream, I have test a donwload of update with Interner Explorer and the same Proxy server and its OK.

Any suggestions please ? 

UPstream server version  : 3.2.7600.307 (hotfix KB2720211 + KB2828185 + KB4484071)

In SoftwareDistribution.log, an exemple of download failed :

2019-06-19 03:43:43.647 UTCInfoWsusService.22ContentSyncAgent.ProcessBITSNotificationQueueContentSyncAgent recieved Transferred Event for Item: d0777547-6cfb-4f12-aed1-91ec38d56e33
2019-06-19 03:43:43.647 UTCInfoWsusService.22ContentSyncAgent.ContentSyncSPFireStateMachineEventContentSyncAgent firing Event: FileDownloaded for Item: d0777547-6cfb-4f12-aed1-91ec38d56e33
2019-06-19 03:43:43.694 UTCErrorWsusService.22ContentSyncAgent.ProcessBITSNotificationQueueDownloaded file e:\DATA\WSUS\WsusContent\E3\A2CB0FBB26057B1C0815E92687C838E14B7A03E3.cab caught exception at VerifyFile: System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
   at Microsoft.UpdateServices.ServerSync.ContentSyncAgent.VerifyCRC(String fileLocalPath, String additionalHash)
   at Microsoft.UpdateServices.ServerSync.ContentSyncAgent.VerifyFile(String fileLocalPath, String additionalHash)
   at Microsoft.UpdateServices.ServerSync.ContentSyncAgent.ProcessBITSNotificationQueue()

=== Pre-bind state information ===
LOG: User = NT AUTHORITY\NETWORK SERVICE
LOG: DisplayName = System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files/Update Services/Service/bin/
LOG: Initial PrivatePath = NULL
Calling assembly : Microsoft.UpdateServices.ContentSyncAgent, Version=3.1.6001.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files\Update Services\Service\bin\WsusService.exe.Config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
LOG: The same bind was seen before, and was failed with hr = 0x80070002.

   at Microsoft.UpdateServices.ServerSync.ContentSyncAgent.ProcessBITSNotificationQueue()
   at Microsoft.UpdateServices.ServerSync.ContentSyncAgent.WakeUpWorkerThreadProc()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
2019-06-19 03:43:43.694 UTCWarningWsusService.22ContentSyncAgent.ProcessBITSNotificationQueueInvalid file deleted: e:\DATA\WSUS\WsusContent\E3\A2CB0FBB26057B1C0815E92687C838E14B7A03E3.cab
2019-06-19 03:43:43.694 UTCInfoWsusService.22ContentSyncAgent.ContentSyncSPFireStateMachineEventContentSyncAgent firing Event: FileVerificationFailed for Item: d0777547-6cfb-4f12-aed1-91ec38d56e33
2019-06-19 03:43:43.694 UTCInfoWsusService.22EventLogEventReporter.ReportEventEventId=364,Type=Error,Category=Synchronization,Message=Content file download failed. Reason: File cert verification failure. Source File: /c/msdownload/update/software/updt/2019/06/windows8.1-kb4502567-x86_a2cb0fbb26057b1c0815e92687c838e14b7a03e3.cab Destination File: e:\DATA\WSUS\WsusContent\E3\A2CB0FBB26057B1C0815E92687C838E14B7A03E3.cab.
2019-06-19 03:43:43.710 UTCInfoWsusService.22ContentSyncAgent.WakeUpWorkerThreadProcContentSyncAgent found no more Jobs, thread exitting
2019-06-19 03:43:43.710 UTCInfoWsusService.22EventLogEventReporter.ReportEventEventId=363,Type=Information,Category=Synchronization,Message=Content synchronization succeeded.

Windows 7 ESU

$
0
0

Hi Everyone,

I found information about possible to buy Extended Security Updates for Windows 7. I would like to ask about working with WSUS. It will be working with Wsus or no?

Viewing all 12874 articles
Browse latest View live


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