Erro no WSUS

Thomas Diego 20 Reputation points
2024-01-16T11:44:22.5066667+00:00
Bom dia, 

Pessoal tenho servidor com Windows Server 2022 Datacenter licenciado e somente com o serviço do WSUS rodando nessa VM. Servidor tem 2 processadores, 6 cores cada, 24 GB de RAM, disco rígido com apenas 35% de uso, mas ao abrir a página do serviço para verificar os updates, aprovar ou qualquer outra coisa, erro abaixo é apresentado. 

Pesquisei bastante na Internet, mas sempre alguém manda alterar as configurações de Limite de memória Privada, isso ao já fiz e reiniciei os serviços até a VM toda reiniciei, mas isso não resolve. Fiz todos updates disponíveis para o S.O., nada, 

Alguém sabe alguma forma que realmente resolva esse caso??

Segue baixo a mensagem de erro apresentada no WSUS e também o erro do Visualizador de eventos do Windows:

ERRO WSUS:

Não foi possível conectar o console de administração do WSUS ao Servidor do WSUS via API remota.  

 

Verifique se o serviço Update Services, o IIS e o SQL estão em execução no servidor. Se o problema persistir, tente reiniciar o IIS, o SQL e o Serviço Update Services.

System.Net.WebException -- O tempo limite da operação foi atingido

Source

System.Web.Services

Stack Trace:

   em System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) 

   em Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest) 

   em System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) 

   em Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState) 

   em Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState) 

   em Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer) 

   em Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter) 

   em Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope) 

   em Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()

ERRO VISUALIZADOR DE EVENTOS DO WINDOWS:

Não foi possível conectar o console de administração do WSUS ao Servidor do WSUS via API remota.  

 

Verifique se o serviço Update Services, o IIS e o SQL estão em execução no servidor. Se o problema persistir, tente reiniciar o IIS, o SQL e o Serviço Update Services.

System.Net.WebException -- O tempo limite da operação foi atingido

Source

System.Web.Services

Stack Trace:

   em System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) 

   em Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest) 

   em System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) 

   em Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState) 

   em Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState) 

   em Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer) 

   em Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter) 

   em Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope) 

   em Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Wesley Li 11,280 Reputation points
    2024-01-19T03:14:24.4733333+00:00

    Hello, You can try below steps to help fix this error on WSUS:

    1. Open the WSUS console.
    2. Click the server name.
    3. Locate the version number under Overview > Connection > Server Version.
    4. Check whether the version is 3.2.7600.283 or a later version.
    5. Verify that the Update Services service and the World Wide Web Publishing Service are running on the WSUS server.
    6. Verify that the Default website or WSUS Administration website is running on the WSUS server.
    7. Review the IIS logs for the WSUS Administration website (c:\inetpub\logfiles), and check for errors. Best regards,
    1 person found this answer helpful.
    0 comments No comments

  2. Adam J. Marshall 10,356 Reputation points MVP
    2024-01-23T17:54:10.97+00:00

    There is more than just the private memory limit. Are you performing the proper WSUS maintenance including but not limited to running the Server Cleanup Wizard (SCW), declining superseded updates, running the SQL Indexing script, etc.? https://www.ajtek.ca/wsus/how-to-setup-manage-and-maintain-wsus-part-8-wsus-server-maintenance/ On top of that, there's optimization settings for IIS, for SQL (linked in the article above to Microsoft's page for doing the manual work). There's also the web reporting services, etc. If you restart the server - does the WSUS MMC work immediately? If so, your issue is likely with maintenance. If not, the private memory limit should be 0 or above 4194304 (as it's measured in KB, not MB)

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.