Advertisement
Guest User

Untitled

a guest
Dec 27th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Консоли администрирования WSUS не удается подключиться к серверу WSUS через удаленный API.
  2.  
  3. Проверьте, запущены ли на сервере служба Update Services, IIS и SQL. Если проблему не удается устранить, попробуйте перезапустить IIS, SQL и службу Update Services.
  4.  
  5. System.Net.WebException -- Время ожидания операции истекло
  6.  
  7. Source
  8. System.Web.Services
  9.  
  10. Stack Trace:
  11.    в System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
  12.    в Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
  13.    в System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
  14.    в Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPGetUpdateServerStatus(Int32 updateSources, Boolean includeDownstreamComputers, String updateScopeXml, String computerTargetScopeXml, String preferredCulture, Int32 publicationState, Int32 propertiesToGet)
  15.    в Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetUpdateServerStatus(UpdateSources updateSources, Boolean includeDownstreamComputers, String updateScopeXml, String computerTargetScopeXml, String preferredCulture, ExtendedPublicationState publicationState, UpdateServerStatusPropertiesToGet propertiesToGet)
  16.    в Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetStatus(UpdateSources updateSources, Boolean includeDownstreamComputers, UpdateScope updatesToInclude, ComputerTargetScope computersToInclude, UpdateServerStatusPropertiesToGet propertiesToGet)
  17.    в Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetReplicaStatus(UpdateSources updateSources)
  18.    в Microsoft.UpdateServices.UI.AdminApiAccess.CachedObject.RefreshCache()
  19.    в Microsoft.UpdateServices.UI.AdminApiAccess.CachedObject.GetFromCache()
  20.    в Microsoft.UpdateServices.UI.SnapIn.Pages.ServerSummaryPage.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement