Server Manager problem: Online - Data retrieval failures occurred

Marian MATEI 1 Reputation point
2021-11-28T15:02:34.517+00:00

Hello,

I'm using Windows Server 2022 and I have this problem: data retrieval on Server Manager.
Is there a fix for this issue?

Obs:

  • this is a test lab
  • all servers are domain members
  • I'm connecting on all servers with the domain Administrator account.
  • tested with both Firewall on and off
  • do NOT recommend this workaround: delete/rename the registry keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\xxx

Thank you.

153124-servermanager1.png153080-servermanager2.png153151-winrm-error-10149.png153132-cmd.png153152-eventviewer.png

Windows for business Windows Server User experience Other
{count} votes

15 answers

Sort by: Most helpful
  1. Adil Elamin 1 Reputation point
    2022-11-13T19:27:33.787+00:00

    everything has become normal after removing these update

    but removing the security update is not a solution for a problem, I hope Microsoft fix this issue soonest.

    259839-screenshot-2022-11-13-202259.png

    0 comments No comments

  2. ZacZG 1 Reputation point
    2022-11-14T09:15:41.157+00:00

    I can only confirm that after 5 months, the cluster production works properly without the errors mentioned above or any system crashes.

    The REG_DWORD 'Enabled' is still deleted from the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic on both cluster nodes and I haven't found any other solution except deleting REG_DWORD 'Enabled'

    I also tried WMI repository autorecover according to these instructions but without success.
    https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/server-manager-problem-online-data-retrieval-failures-occurred/m-p/3011953

    0 comments No comments

  3. Toni 21 Reputation points
    2022-11-16T10:35:01.707+00:00

    Hi
    I have the same Error Server 2022 since I install the WU
    KB5019081 KB5020619 , Servicing Stack 10.0.20348.1066 Exchange KB5019758 ,
    in this Server is also Exchange 2019
    The error goes away once I renamed the reg file Microsoft-Windows-Kernel-IoTrace/Diagnostic_old

    0 comments No comments

  4. Toni 21 Reputation points
    2022-11-17T06:56:56.773+00:00

    Last night I uninstalled the Update KB5020619 , rename the Regeistry KEY back , Server Restarted and since yestarday are no errors anymore .
    Im not sure if removing Update did help or restart from the Server 2022

    0 comments No comments

  5. Mohd Arif 946 Reputation points
    2023-01-17T09:21:42.4566667+00:00

    If you click on refresh error (Server manager noitification), you will see the exact error. If your error match with below then follow my instructions.

    "Configuration refresh failed with the following error: The WS-Management service cannot process the request. The computed response packet size (517916) exceeds the maximum envelope size that is allowed (512000)."

    Solution

    Open the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WSMAN\Client

    Check if maxEnvelopeSize is already exist. If yes then set 2000 hexadecimal (8192 decimal). and if it does not exist the create a DWORD (32-bit) value named maxEnvelopeSize

    Restart Windows Remote Management (WS-Management), aka WinRM,

    Of course credit goes to [https://blog.expta.com/2022/11/fix-for-online-data-retrieval-failures.html


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.