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

Empty WID directory, pot-installation setup tasks fail

$
0
0

Hello, and thanks for help.  To clarify, I am running Server 2012 R2, and have installed AD DS (as the DC), DNS, IIS, WDS, and WSUS.  I am trying to use this system to image LAN computers with MDT, so have WSUS running is integral to my project.

During an attempt to completely remove WSUS and start over (55k+ updates is too many!), I completely removed with %windir%\WID directory.  Now, no matter how many times I uninstall and reinstall WSUS, the post-setup tasks fail with this message:

System.InvalidOperationException: Cannot start service MSSQL$MICROSOFT##WID on computer '.'. ---> System.ComponentModel.Win32Exception: The dependency service or group failed to start

I have tried to use powershell to force remove WID, but it never works - just gives met a popup about how to use the feature uninstall app.

I really don't want to have to wipe this system and start over, so any help is appreciated.  My full WSUS Post-Install log is below:

2015-07-28 23:51:54  Postinstall started
2015-07-28 23:51:54  Detected role services: Api, UI, WidDatabase, Services
2015-07-28 23:51:54  Start: LoadSettingsFromParameters
2015-07-28 23:51:54  Content local is: True
2015-07-28 23:51:54  Content directory is: D:\WSUS
2015-07-28 23:51:54  SQL instname is:
2015-07-28 23:51:54  End: LoadSettingsFromParameters
2015-07-28 23:51:54  Start: Run
2015-07-28 23:51:54  Fetching WsusAdministratorsSid from registry store
2015-07-28 23:51:54  Value is S-1-5-21-903700800-3090126150-224864971-1002
2015-07-28 23:51:54  Fetching WsusReportersSid from registry store
2015-07-28 23:51:54  Value is S-1-5-21-903700800-3090126150-224864971-1003
2015-07-28 23:52:54  Configuring content directory...
2015-07-28 23:52:54  Configuring groups...
2015-07-28 23:52:54  Starting group configuration for WSUS Administrators...
2015-07-28 23:52:54  Found group in regsitry, attempting to use it...
2015-07-28 23:52:54  Searching for existing group...
2015-07-28 23:52:54  Existing group was found
2015-07-28 23:52:54  Writing group to registry...
2015-07-28 23:52:54  Finished group creation
2015-07-28 23:52:54  Starting group configuration for WSUS Reporters...
2015-07-28 23:52:54  Found group in regsitry, attempting to use it...
2015-07-28 23:52:54  Searching for existing group...
2015-07-28 23:52:54  Existing group was found
2015-07-28 23:52:54  Writing group to registry...
2015-07-28 23:52:54  Finished group creation
2015-07-28 23:52:54  Configuring permissions...
2015-07-28 23:52:54  Fetching content directory...
2015-07-28 23:52:54  Fetching ContentDir from registry store
2015-07-28 23:52:54  Value is D:\WSUS
2015-07-28 23:52:54  Fetching group SIDs...
2015-07-28 23:52:54  Fetching WsusAdministratorsSid from registry store
2015-07-28 23:52:54  Value is S-1-5-21-903700800-3090126150-224864971-1002
2015-07-28 23:52:54  Fetching WsusReportersSid from registry store
2015-07-28 23:52:54  Value is S-1-5-21-903700800-3090126150-224864971-1003
2015-07-28 23:52:54  Creating group principals...
2015-07-28 23:52:54  Granting directory permissions...
2015-07-28 23:52:54  Granting permissions on content directory...
2015-07-28 23:52:54  Granting registry permissions...
2015-07-28 23:52:54  Granting registry permissions...
2015-07-28 23:52:54  Granting registry permissions...
2015-07-28 23:52:54  Configuring shares...
2015-07-28 23:52:54  Configuring network shares...
2015-07-28 23:52:54  Fetching content directory...
2015-07-28 23:52:54  Fetching ContentDir from registry store
2015-07-28 23:52:54  Value is D:\WSUS
2015-07-28 23:52:54  Fetching WSUS admin SID...
2015-07-28 23:52:54  Fetching WsusAdministratorsSid from registry store
2015-07-28 23:52:54  Value is S-1-5-21-903700800-3090126150-224864971-1002
2015-07-28 23:52:54  Content directory is local, creating content shares...
2015-07-28 23:52:55  Creating share "UpdateServicesPackages" with path "D:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
2015-07-28 23:52:55  Deleting existing share...
2015-07-28 23:52:55  Creating share...
2015-07-28 23:52:55  Share successfully created
2015-07-28 23:52:55  Creating share "WsusContent" with path "D:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2015-07-28 23:52:55  Deleting existing share...
2015-07-28 23:52:55  Creating share...
2015-07-28 23:52:55  Share successfully created
2015-07-28 23:52:55  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2015-07-28 23:52:55  Deleting existing share...
2015-07-28 23:52:55  Creating share...
2015-07-28 23:52:55  Share successfully created
2015-07-28 23:52:55  Finished creating content shares
2015-07-28 23:52:55  Stopping service WSUSService
2015-07-28 23:52:55  Stopping service W3SVC
2015-07-28 23:52:55  Configuring WID database...
2015-07-28 23:52:55  Configuring the database...
2015-07-28 23:52:56  System.InvalidOperationException: Cannot start service MSSQL$MICROSOFT##WID on computer '.'. ---> System.ComponentModel.Win32Exception: The dependency service or group failed to start
   --- End of inner exception stack trace ---
   at System.ServiceProcess.ServiceController.Start(String[] args)
   at Microsoft.UpdateServices.Administration.ConfigureDB.Configure()
   at Microsoft.UpdateServices.Administration.PostInstall.Run()
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)


Some clients failing to install a few updates from WSUS

$
0
0

I have a handful of clients that are failing to download a portion of the updates approved for them (NOTE: They are successfully installing other updates pushed out). I've tried a number of different things including recreating the SoftwareDistribution folder on the user's machine, checking the IIS configuration and making sure the virtual /Content folder is pointing to the correct physical path as well as making sure the Self Update directory is present with wuident.cab. From what my online search has returned, it looks like others have had similar issues, but the root cause must be different, because what ended up being the issue for them appears to be working fine on my end. Here's a portion of the WindowsUpdate.log where one of the errors is shown:

2015-07-21  17:15:40:797     996    f60 AU  #############
2015-07-21  17:15:40:797     996    f60 AU  ## START ##  AU: Download updates
2015-07-21  17:15:40:797     996    f60 AU  #########
2015-07-21  17:15:40:797     996    f60 AU    # Approved updates = 27
2015-07-21  17:15:41:025     996    f60 AU  AU initiated download, updateId = {74844E07-2F55-40D4-9E16-E17A2815FEBE}.201, callId = {F48DBF3F-75D8-4615-8EBC-984D6E082D29}
2015-07-21  17:15:41:029     996    f60 AU  AU initiated download, updateId = {2D722D13-6E20-442F-9506-E1BBE6542715}.200, callId = {36790E44-F532-4784-BA8A-176ADA8853EC}
2015-07-21  17:15:41:034     996    f60 AU  AU initiated download, updateId = {9676C624-58CB-4A30-B7B3-1D013CF3DBBC}.201, callId = {DF6DAACF-E2D5-478B-8899-2108A209F5BE}
2015-07-21  17:15:41:037     996    f60 AU  AU initiated download, updateId = {F4695A25-0D22-4E3B-9BA9-9BBC62198C28}.103, callId = {CB6A09C5-A874-405A-A2AC-E9EA3D5AAA2E}
2015-07-21  17:15:41:043     996    f60 AU  AU initiated download, updateId = {E257D135-40B9-4361-9E7D-8537D256D54B}.202, callId = {F8CFE181-7A74-4506-83D8-AB87A1F14A2F}
2015-07-21  17:15:41:047     996    f60 AU  AU initiated download, updateId = {84BAF93F-3645-4EF2-887A-D1E5E883ADC7}.201, callId = {954C0596-1B94-4A92-BA41-97AAE29234C1}
2015-07-21  17:15:41:050     996    f60 AU  AU initiated download, updateId = {4D72634A-4D43-468C-9DE7-F18849CEA300}.200, callId = {19AE5682-ED38-49B3-A75E-D27A180BBD28}
2015-07-21  17:15:41:053     996    f60 AU  AU initiated download, updateId = {E35E5957-A5A9-4576-9D54-314A34C47C53}.201, callId = {E7759C99-2066-467C-A232-23CF128063D6}
2015-07-21  17:15:41:056     996    f60 AU  AU initiated download, updateId = {E1E34563-AD5F-4657-B62E-B4BC09F4228A}.201, callId = {D9EE81BF-6AE2-4A01-9AFF-BD9D68515D61}
2015-07-21  17:15:41:061     996    f60 AU  AU initiated download, updateId = {B1836264-25BE-47B7-9AA6-512565051A91}.102, callId = {F1AADC2B-EAF7-4830-82B1-E905B4E0F84E}
2015-07-21  17:15:41:065     996    f60 AU  AU initiated download, updateId = {C11DAC64-28ED-4AA4-BFF0-785FBCDFC7AB}.110, callId = {4C519A83-DFB2-4167-972E-6D4BF28FE1D3}
2015-07-21  17:15:41:069     996    f60 AU  AU initiated download, updateId = {C1790872-1DB0-452A-A5B5-29AC0E6528C1}.203, callId = {F13D872C-B22A-43A4-85AC-D17D71B41564}
2015-07-21  17:15:41:069     996    fe4 DnldMgr *************
2015-07-21  17:15:41:069     996    fe4 DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdatesWuApp]
2015-07-21  17:15:41:069     996    fe4 DnldMgr *********
2015-07-21  17:15:41:069     996    fe4 DnldMgr   * Call ID = {F48DBF3F-75D8-4615-8EBC-984D6E082D29}
2015-07-21  17:15:41:069     996    fe4 DnldMgr   * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 0, Proxy session id = 2, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2015-07-21  17:15:41:069     996    fe4 DnldMgr   * Updates to download = 1
2015-07-21  17:15:41:069     996    fe4 Agent     *   Title = Security Update for Microsoft Office 2007 suites (KB2817330)
2015-07-21  17:15:41:069     996    fe4 Agent     *   UpdateId = {74844E07-2F55-40D4-9E16-E17A2815FEBE}.201
2015-07-21  17:15:41:069     996    fe4 Agent     *     Bundles 1 updates:
2015-07-21  17:15:41:069     996    fe4 Agent     *       {EAD91B1F-6361-4EE5-BB6E-16A5193BB383}.201
2015-07-21  17:15:41:096     996    fe4 DnldMgr ***********  DnldMgr: New download job [UpdateId = {EAD91B1F-6361-4EE5-BB6E-16A5193BB383}.201]  ***********
2015-07-21  17:15:41:098     996    fe4 DnldMgr   * Queueing update for download handler request generation.
2015-07-21  17:15:41:098     996    fe4 DnldMgr Generating download request for update {EAD91B1F-6361-4EE5-BB6E-16A5193BB383}.201
2015-07-21  17:15:41:294     996    f60 AU  AU initiated download, updateId = {A5A6AD76-A6CA-4AC0-9AF6-BFDBE67A8021}.108, callId = {24658E2C-FB75-442D-A1E7-61C3EA150CF4}
2015-07-21  17:15:41:294     996    fe4 DnldMgr ***********  DnldMgr: New download job [UpdateId = {EAD91B1F-6361-4EE5-BB6E-16A5193BB383}.201]  ***********
2015-07-21  17:15:43:621     996    fe4 DnldMgr   * BITS job initialized, JobId = {4758577B-147B-498F-9733-EA71B6B80F97}
2015-07-21  17:15:43:764     996    fe4 DnldMgr   * Downloading from http://mnis33:8530/Content/F4/8699D53BEC82460B948612F4F35D2F6A0AD018F4.cab to C:\Windows\SoftwareDistribution\Download\389d876d18bbfffed173584ec10687f7\mscomctlocx-x-none.cab (full file).
2015-07-21  17:15:46:164     996    fe4 Agent   *********
2015-07-21  17:15:46:164     996    fe4 Agent   **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdatesWuApp]
2015-07-21  17:15:46:164     996    1274    DnldMgr WARNING: BITS job {4758577B-147B-498F-9733-EA71B6B80F97} failed, updateId = {EAD91B1F-6361-4EE5-BB6E-16A5193BB383}.201, hr = 0x80190194, BG_ERROR_CONTEXT = 5
2015-07-21  17:15:46:164     996    fe4 Agent   *************
2015-07-21  17:15:46:164     996    1274    DnldMgr   Progress failure bytes total = 890930, bytes transferred = 0
2015-07-21  17:15:46:165     996    1274    DnldMgr   Failed job file: URL = http://mnis33:8530/Content/F4/8699D53BEC82460B948612F4F35D2F6A0AD018F4.cab, local path = C:\Windows\SoftwareDistribution\Download\389d876d18bbfffed173584ec10687f7\mscomctlocx-x-none.cab
2015-07-21  17:15:46:200     996    1274    DnldMgr Error 0x80244019 occurred while downloading update; notifying dependent calls.
2015-07-21  17:15:46:304     996    f60 AU  AU initiated download, updateId = {5F81FF7B-3250-438B-8405-724B8F503E49}.201, callId = {0843A699-63FD-4CEB-BB7C-C1B9C24A7705}
2015-07-21  17:15:46:343     996    f60 AU  AU initiated download, updateId = {2DD28880-EDF8-4615-8C5C-4B35197EAC2C}.201, callId = {7C1DEF80-C23B-4002-B344-187B86005A57}
2015-07-21  17:15:46:350     996    f60 AU  AU initiated download, updateId = {9293EC8F-E7E2-4072-BB3C-49CAA63DF364}.200, callId = {FA7976D3-97EB-4731-AFA4-8FC9472AE8D6}

Does anyone see anything here that I'm missing?

Thanks in advance to anyone who can help!


aleary06

How to find out each patches location?

$
0
0

Dear All,

I have some question about how to find out the patches location. In my situation, I need to download some Windows Update via WSUS but copy the patches to some servers which are not connected to WSUS. Now I can get the Computer Name and the patches which are need to install on that servers via Powershell.

1. How can I get the UpdateID or FileDigest via Powershell?

2. How can I get the patches location (eg: C:\WSUS\Content\C0\xxxxxxxx)? Which database I need to use if the Powershell cannot show it?

Thanks a lot.

Warm Regards,

Mark_W

Is there any limit for installer file size that Windows update agent could handle ?

$
0
0

Hi,

I'm using WSUS from an automated tool, i'm planing to use WUA to handle installation of my custom application. So is there any limitation with WUA to handle larger installer files approx. up to 700MB.

Thanks!


KB2938066 Installed on Win2012R2 - which WSUS Version?

$
0
0

Dear all,

According to the KB article of KB2938066 after the Installation of this KB Patch on Win2012R2 the WSUS Server Version should change to the Version: 6.3.9600.17038 and the date and the file size of the file Microsoft.updateservices.corecommon.dll should change as described in the KB article. I have several Win2012R2 WSUS Server where this KB Patch is installed but the WSUS Version and the Version of Microsoft.updateservices.corecommon.dll file is 6.3.9600.16384

Is this a bug or do I understand the KB article wrong? What is the latest Version number of WSUS on Win2012R2 ?

Best Regards

Ben

WSUS error - Unable to connect to WSUS server

$
0
0

We are heaving a problem with our SBS2011 error at few servers, the error is the same on all servers even viewer shows next -

Warning one -

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.ExecuteSPGetUpdateServerStatus(Int32 updateSources, Boolean includeDownstreamComputers, String updateScopeXml, String computerTargetScopeXml, String preferredCulture, Int32 publicationState, Int32 propertiesToGet)
   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetUpdateServerStatus(UpdateSources updateSources, Boolean includeDownstreamComputers, String updateScopeXml, String computerTargetScopeXml, String preferredCulture, ExtendedPublicationState publicationState, UpdateServerStatusPropertiesToGet propertiesToGet)
   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetStatus(UpdateSources updateSources, Boolean includeDownstreamComputers, UpdateScope updatesToInclude, ComputerTargetScope computersToInclude, UpdateServerStatusPropertiesToGet propertiesToGet)
   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetReplicaStatus(UpdateSources updateSources)
   at Microsoft.UpdateServices.UI.SnapIn.Common.CachedUpdateServerStatus.GetFreshObjectForCache()
   at Microsoft.UpdateServices.UI.AdminApiAccess.CachedObject.GetFromCache()
   at Microsoft.UpdateServices.UI.SnapIn.Pages.ServerSummaryPage.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)

warning two -

The WSUS administration console has encountered an unexpected error. This may be a transient error; try restarting the administration console. If this error persists,
Try removing the persisted preferences for the console by deleting the wsus file under %appdata%\Microsoft\MMC\.
 
System.NullReferenceException -- Object reference not set to an instance of an object.
Source
Microsoft.UpdateServices.UI.SnapIn
Stack Trace:
at Microsoft.UpdateServices.UI.SnapIn.Pages.ServerSummaryPage.backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)


 

and the error -

The WSUS administration console was unable to connect to the WSUS Server Database.
Verify that SQL server is running on the WSUS Server. If the problem persists, try restarting SQL.
System.Data.SqlClient.SqlException -- Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Source
.Net SqlClient Data Provider
Stack Trace:
at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetUpdateCount(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
at Microsoft.UpdateServices.UI.SnapIn.Pages.ComputersListPage.GetListRows()

Those 3 error's are poping up as soon as i recive error from WSUS Admin console 

error - "Error: Connection Error"

i did restart the server, restart iis, restart wsusservice, any idea what can this error be?


WSUS with 2012 and 2008 R2

$
0
0

Hi there,

I am looking for information of the following:

Why pick WSUS 2012 than 2008 R2?

If other nodes are WSUS 2008 R2, can it connect to WSUS 2012?

Thanks in advance.

Updated Skype needs to be put in WSUS

$
0
0

Skype is only very occasionally put into the Microsoft Update Catalog to be available to WSUS. I'm not sure why. Right now, the latest version there is 6.11, which is not even close to current.

I bring this up because versions older than 6.14 soon won't work.

Before this unknown cutoff date actually happens, can we maybe get the current version made available to WSUS?


Server 2012 R2 Windows update error 80245006

$
0
0

After spending the morning on google I'm going to post here, windows update failing, my desktop PC updates fine but the servers are struggling, with the error code 80245006. Below is more information I found courtesy of event viewer.

(Having googled I've tried various fixes with regards to services and files on the machine, also the windows update repair tool)

Event viewer...

Fault bucket , type 0
Event Name: WindowsUpdateFailure2
Response: Not available
Cab Id: 0

Problem signature:
P1: 7.9.9600.17336
P2: 80245006
P3: 00000000-0000-0000-0000-000000000000
P4: Scan
P5: 101
P6: Unmanaged {9482F4B4-E343-43B6-B170-9A65BC822C77}
P7: 8024500b
P8: 
P9: 
P10: 

Attached files:

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\NonCritical_7.9.9600.17336_42c48159c2be75a12893c03be4b72c65301391_00000000_0d7fb692

Analysis symbol: 
Rechecking for solution: 0
Report Id: fd5c4be1-2ba5-11e5-80c6-d4ae52b3749d
Report Status: 4100
Hashed bucket: 

---------------

wer file...

Version=1
EventType=WindowsUpdateFailure2
EventTime=130815163634950753
Consent=1
ReportIdentifier=fd5c4be1-2ba5-11e5-80c6-d4ae52b3749d
Response.type=4
Sig[0].Name=ClientVersion
Sig[0].Value=7.9.9600.17336
Sig[1].Name=Win32HResult
Sig[1].Value=80245006
Sig[2].Name=UpdateId
Sig[2].Value=00000000-0000-0000-0000-000000000000
Sig[3].Name=Scenario
Sig[3].Value=Scan
Sig[4].Name=SourceId
Sig[4].Value=101
Sig[5].Name=Environment
Sig[5].Value=Unmanaged {9482F4B4-E343-43B6-B170-9A65BC822C77}
Sig[6].Name=LastError
Sig[6].Value=8024500b
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.3.9600.2.0.0.272.7
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
FriendlyEventName=Windows Update installation problem
ConsentKey=WindowsUpdateFailure2
AppName=Host Process for Windows Services
AppPath=C:\Windows\System32\svchost.exe
ReportDescription=A Windows update did not install properly. Sending the following information to Microsoft can help improve the software.
ApplicationIdentity=00000000000000000000000000000000

----------

Thanks.

Window 10 update disappeared after downloading ....??

$
0
0

I was downloading the update ... the update downloaded ... finished preparing for installation then dissapeared..

WSUS 2012 R2 Missing all Windows 10 Patches

$
0
0

Yes I know it will take time but since Windows 10 has a bug where base image capture using sysprep only works if you dont allow machines to connect to Windows update I MUST use WSUS to pre-patch my base image. Here are all the patches that are missing from the WSUS catalog that I can not see. 

  • Security Update for Windows 10 for x64-based Systems (KB3074681)
  • Update for Windows 10 for x64-based Systems (KB3074686)
  • Security Update for Windows 10 for x64-based Systems (KB3074680)
  • Security Update for Windows 10 for x64-based Systems (KB3074679)
  • Security Update for Windows 10 for x64-based Systems (KB3074674)
  • Security Update for Windows 10 for x64-based Systems (KB3074667)


These patches are not even on the old school Windows Catalog website. Strange given the older preview patches are up there. 

Before you tell me to manually install them, Microsoft didn't post the bits for download. So yes this is my only way to pre-patch my base image. 

Lastly, if any WSUS team members are reading this... it would be swell if WSUS actually reporting Windows 10 as Windows 10 instead of Vista. Windows release day was known for a while now, little reason for WSUS not to be ready. If I could be ready with my base image even with all the hardships Microsoft created for my team then the WSUS team should have been ready with the simple SQL fix for versioning and insisted to the Windows 10 team for the bits for the catalog. Oh and this also means SCCM isn't able to patch Windows 10 ether creating a MASSIVE security hole for domain joined systems. 

Simply disappointed. 
PS: Yes I have added the "Windows 10" category.



Issues with WSUS not seeing clients

$
0
0

I recently inherited a task of fixing a non-functioning WSUS server running on Windows 2012. Theoretically, there should be about 15 servers checking in, but only 2 domain controllers have appeared so far.

Some of the clients cannot ping the WSUS server, so its possible there's some network communication issues. I've been playing with one that can ping it though to see if I can find something wrong with the WSUS configuration itself.

I'm going through this reference -> cc708627 in the TechNet library (the forum won't let me post the complete URL)

This URL to test the source update tree fails

If I go to the URL for WSUS server address plus port #; I get a "403 - Forbidden: Access is Denied" error

The Update Files configuration option is set to "Download update files to this server only when updates are approved"

Not sure where to go from here.

Paul G.

WSUS install on Server 2012 Fails

$
0
0

Attempting to install WSUS onto server 2012 Standard, with AD roles, all else Vanilla:

The isntall consistently fails with this error:

2012-09-03 15:48:46  Importing default detectoids succeeded.
2012-09-03 15:48:46  Creating default subscription.
2012-09-03 15:48:46  Instantiating UpdateServer
2012-09-03 15:48:49  CreateDefaultSubscription failed. Exception: System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
   at Microsoft.UpdateServices.Setup.StartServer.StartServer.CreateDefaultSubscription()
2012-09-03 15:48:49  StartServer encountered errors. Exception=The request failed with HTTP status 503: Service Unavailable.
2012-09-03 15:48:49  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
   at Microsoft.UpdateServices.Administration.PostInstall.Run()
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: Failed to start and configure the WSUS service

The server is a secondary DC with the other DC also being the primary WSUS server (to be decommissioned as is only 2012 Beta)


asdgfsdf

Client PCs do not download & install Windows Update from WSUS Server

$
0
0

Dear all,

I have setup a WSUS server in my company and it is able to download the Windows Update from Microsoft websites.

Now, the updates are finish downloaded but it does not push the updates to User PCs.

There are 2 error and 1 warning messages always appear in the server's event viewer:-

Warning 1 : Event ID : 7032

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.SnapIn.Pages.UpdatesListPage.refreshUpdatesTimer_TimerCallback(Object state)

Error 1 : Event ID : 13002

Client computers are installing updates with a higher than 25 percent

failure rate. This is not normal.

Error 2 : Event ID : 12072

The WSUS content directory is not accessible.

System.Net.WebException: The remote server returned an error: (401) Unauthorized.

   at System.Net.HttpWebRequest.GetResponse()

   at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)

Below is the Windows Update log in the server:-

2015-07-30 11:32:01:173  804 171c WS FATAL: OnCallFailure failed with hr=0X80240439
2015-07-30 11:32:01:174  804 171c Report WARNING: Failed to upload events to the server with hr = 80240439.
2015-07-30 11:32:01:175  804 171c Report WARNING: Reporter failed to upload events with hr = 80240439.
2015-07-30 11:32:01:176  804 171c IdleTmr WU operation (CLegacyEventUploader::HandleEvents, operation # 869) stopped; does use network; is at background priority
2015-07-30 11:32:01:179  804 171c EP Got WSUS Client/Server URL: "http://WSUS_Server:8530/ClientWebService/client.asmx"
2015-07-30 11:32:01:187  804 171c EP Got WSUS Reporting URL: "http://WSUS_Server:8530/ReportingWebService/ReportingWebService.asmx"
2015-07-30 11:32:01:188  804 171c Report OpenReportingWebServiceConnection, reporting URL =http://WSUS_Server:8530/ReportingWebService/ReportingWebService.asmx
2015-07-30 11:32:01:188  804 171c IdleTmr WU operation (CLegacyEventUploader::HandleEvents) started; operation # 870; does use network; is at background priority
2015-07-30 11:32:01:189  804 171c Report Uploading 30 events using cached cookie.
2015-07-30 11:32:01:192  804 171c WS WARNING: Nws Failure: errorCode=0x803d0000
2015-07-30 11:32:01:193  804 171c WS WARNING: There was an error communicating with the endpoint at 'http://WSUS_Server:8530/ReportingWebService/ReportingWebService.asmx'.
2015-07-30 11:32:01:194  804 171c WS WARNING: An error occurred at row 1, column 1 when the XML reader is processing the input source.
2015-07-30 11:32:01:194  804 171c WS WARNING: The xml document is not correctly formed because it ended unexpectedly. At least '2' additional bytes are needed.
2015-07-30 11:32:01:195  804 171c WS WARNING: MapToSusHResult mapped Nws error 0x803d0000 to 0x80240439
2015-07-30 11:32:01:196  804 171c WS WARNING: Web service call failed with hr = 80240439.
2015-07-30 11:32:01:197  804 171c WS WARNING: Current service auth scheme='Negotiate (NTLM or Kerberos);'.
2015-07-30 11:32:01:197  804 171c WS WARNING: Proxy List used: '(null)', Bypass List used: '(null)', Last Proxy used: '(null)', Last auth Schemes used: 'None'.
2015-07-30 11:32:01:198  804 171c WS FATAL: OnCallFailure failed with hr=0X80240439
2015-07-30 11:32:01:199  804 171c Report WARNING: Failed to upload events to the server with hr = 80240439.
2015-07-30 11:32:01:199  804 171c Report WARNING: Reporter failed to upload events with hr = 80240439.
2015-07-30 11:32:01:201  804 171c IdleTmr WU operation (CLegacyEventUploader::HandleEvents, operation # 870) stopped; does use network; is at background priority
2015-07-30 11:32:04:158  804 171c Report REPORT EVENT: {0D7250A4-C916-467E-9F4F-72D365E336B9} 2015-07-30 11:31:59:157+0800 1 161 [AGENT_DOWNLOAD_FAILED] 101 {FB95C1C8-DE23-4089-AE29-FD3351D55421} 200 80244017 AutomaticUpdates Failure Content Download Error: Download failed.
2015-07-30 11:32:04:160  804 171c Report REPORT EVENT: {392FDD24-17BA-4AFC-94EF-2FB02473BA62} 2015-07-30 11:31:59:159+0800 1 161 [AGENT_DOWNLOAD_FAILED] 101 {5F4EB4A1-60D0-4B53-9813-E418302F0C2B} 203 80244017 AutomaticUpdates Failure Content Download Error: Download failed.
2015-07-30 11:32:04:162  804 171c Report REPORT EVENT: {01DDE58F-5461-44A0-9856-CDDC1EA24323} 2015-07-30 11:31:59:160+0800 1 161 [AGENT_DOWNLOAD_FAILED] 101 {C9139828-1DA1-416B-900C-87D2A29C497C} 200 80244017 AutomaticUpdates Failure Content Download Error: Download failed.
2015-07-30 11:32:04:164  804 171c Report REPORT EVENT: {9C44E365-4622-4D06-B910-FC05EBFB38F3} 2015-07-30 11:31:59:788+0800 1 161 [AGENT_DOWNLOAD_FAILED] 101 {DF940B66-A05A-4A66-B679-7A142273D03B} 201 80244017 AutomaticUpdates Failure Content Download Error: Download failed.
2015-07-30 11:32:04:215  804 171c Report CWERReporter::HandleEvents - WER report upload completed with WER status 0x8 (hr=0)
2015-07-30 11:32:04:318  804 171c Report WER Report sent: 7.9.9600.17831 0x80244017(0) FB95C1C8-DE23-4089-AE29-FD3351D55421 Download 200 0 AutomaticUpdates {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} 0
2015-07-30 11:32:04:432  804 171c Report CWERReporter::HandleEvents - WER report upload completed with WER status 0x8 (hr=0)
2015-07-30 11:32:04:454  804 171c Report WER Report sent: 7.9.9600.17831 0x80244017(0) 5F4EB4A1-60D0-4B53-9813-E418302F0C2B Download 203 0 AutomaticUpdates {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} 0
2015-07-30 11:32:04:534  804 171c Report CWERReporter::HandleEvents - WER report upload completed with WER status 0x8 (hr=0)
2015-07-30 11:32:04:561  804 171c Report WER Report sent: 7.9.9600.17831 0x80244017(0) C9139828-1DA1-416B-900C-87D2A29C497C Download 200 0 AutomaticUpdates {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} 0
2015-07-30 11:32:04:581  804 171c Report CWERReporter::HandleEvents - WER report upload completed with WER status 0x8 (hr=0)
2015-07-30 11:32:04:581  804 171c Report WER Report sent: 7.9.9600.17831 0x80244017(0) DF940B66-A05A-4A66-B679-7A142273D03B Download 201 0 AutomaticUpdates {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} 0
2015-07-30 11:32:04:629  804 171c Report CWERReporter finished handling 7 events. (00000000)
2015-07-30 11:40:06:278  804 171c EP Got WSUS Client/Server URL: "http://WSUS_Server:8530/ClientWebService/client.asmx"
2015-07-30 11:40:06:297  804 171c EP Got WSUS Reporting URL: "http://WSUS_Server:8530/ReportingWebService/ReportingWebService.asmx"
2015-07-30 11:40:06:298  804 171c Report OpenReportingWebServiceConnection, reporting URL =http://WSUS_Server:8530/ReportingWebService/ReportingWebService.asmx
2015-07-30 11:40:06:298  804 171c IdleTmr WU operation (CLegacyEventUploader::HandleEvents) started; operation # 871; does use network; is at background priority
2015-07-30 11:40:06:299  804 171c Report Uploading 30 events using cached cookie.
2015-07-30 11:40:06:324  804 171c WS WARNING: Nws Failure: errorCode=0x803d0000
2015-07-30 11:40:06:326  804 171c WS WARNING: There was an error communicating with the endpoint at 'http://WSUS_Server:8530/ReportingWebService/ReportingWebService.asmx'.
2015-07-30 11:40:06:327  804 171c WS WARNING: An error occurred at row 1, column 1 when the XML reader is processing the input source.
2015-07-30 11:40:06:327  804 171c WS WARNING: The xml document is not correctly formed because it ended unexpectedly. At least '2' additional bytes are needed.
2015-07-30 11:40:06:328  804 171c WS WARNING: MapToSusHResult mapped Nws error 0x803d0000 to 0x80240439
2015-07-30 11:40:06:329  804 171c WS WARNING: Web service call failed with hr = 80240439.
2015-07-30 11:40:06:329  804 171c WS WARNING: Current service auth scheme='Negotiate (NTLM or Kerberos);'.
2015-07-30 11:40:06:330  804 171c WS WARNING: Proxy List used: '(null)', Bypass List used: '(null)', Last Proxy used: '(null)', Last auth Schemes used: 'None'.
2015-07-30 11:40:06:331  804 171c WS FATAL: OnCallFailure failed with hr=0X80240439
2015-07-30 11:40:06:334  804 171c Report WARNING: Failed to upload events to the server with hr = 80240439.
2015-07-30 11:40:06:335  804 171c Report WARNING: Reporter failed to upload events with hr = 80240439.
2015-07-30 11:40:06:336  804 171c IdleTmr WU operation (CLegacyEventUploader::HandleEvents, operation # 871) stopped; does use network; is at background priority

Can anyone advise is there any configuration problem on my side?

* Sorry for my poor English.

Publishing operation failed because the console and remote server versions do not match. Solarwinds Patch Manager

$
0
0

I have Solarwinds Patch Manager installed on a Windows Server 2012, WSUS1 is installed on Windows Server 2012 R2 Standard and WSUS2 is installed on Windows Server 2012 R2 Standard.  When attempting to install KB2734608 as recommended in the Publishing failure message, I get another message on WSUS1 or WSUS2: "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch."

I have been working with Solar Winds Support team but still have the issue have been told I need to contact Microsoft for a solution.  I'm not sure how I can get MS involved if the problem is being presented by Solar Winds.

I looked through the forum and did not see these combined issues.



Question Regarding Not Approved (Inherited)

$
0
0

I have come across updates that should have been approved, but I am not sure if they were actually declined . For instance the All Computers group shows "Not Approved" and the other groups show "Not Approved (inherited)". Why are the other groups getting permissions from the All Computers group? Also, if they were declined wouldn't it say "declined" instead of not approved? When I search for the update it comes up under "Any, Except Declined" and "Declined" under approvals.


How do I know what version/Service Pack WSUS is at on my servers?

$
0
0

Morning,

Attempting to figure out if WSUS is at 3.0, SP2 or some other level in our environment? I did not install them but have to maintain them, update them. Attempting to find out so that I can move forward with troubleshooting issues with errors in the windows update logs of Windows 8.1, Server 2008x, server 2012x which point to update issues/errors.

Here is the info I copied from the registry: HKLM\Software\Microsot\Update Services\Server\Setup

Production is running on Windows Server 2012 R2

  v6.3.9600.16384

Lab is running on Windows Server 2012 Standard

  v6.2.9200.17166

Also if someone could point me to a reference that shows which version of the wsus client I should be using for these I would be greateful!

Assistance, info is appreciated.

Tony

windows 10 update shows error

$
0
0
after completion of update upto 56% it stopped and showing error code 80240020 please solve my problem

wsus not serving some clients, Invalid event dropped

$
0
0

I have been struggling with this issue for many months now and think I have eliminated the clients as the problem.  The issue is that about a third of my clients no longer are getting updates from my wsus server.  I did many things trying to get the clients to download but the problem I believe is in the wsus server itself.  The clients download fromt the internet just fine.  It is only an issue for the wsus server.  I am really unsure where to go from here. 

Here is the windows update post that I opened

https://social.technet.microsoft.com/Forums/windows/en-US/4b70d43c-8c72-4b4b-942a-3f5beb895fd2/windows-updates-not-working?forum=w7itproperf

Here are some logs

https://onedrive.live.com/redir?resid=3BC49CCB332432B1!119&authkey=!AMXxxhSFXtN-yVQ&ithint=folder%2c

Installing WSUS on a 2008 downstream server not connected to the internet

$
0
0

Hello -

This is my first time posting on here and I'm not a guru of Microsoft OS...so go easy.

Here is my problem...

I have a WSUS server (called SCRM) that I built and is connected to the internet...it updates all the clients and everything seems to work fine. My problem is, I have closed network with no internet connectivity except to SCRM and I'd like to build another WSUS server (called WRA) on that network and get the updates from SCRM so I can update all the clients on the private network.

When I go to install WSUS on WRA, it fails....because the WSUS install wants to connect to the internet, which of course it can't do and I'm stuck in this loop. I have also tried to download the WSUS 3.0 SP2 and run it on the WRA...no luck there either. I have installed IIS on WRA with no problem. Suggestions??

Viewing all 12874 articles
Browse latest View live


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