Online - Data Retrieval Failures Occurred | Windows Server 2022
Run the following command to increase the WS-Management timeout: Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB -Value 2000 Restart the WinRM service: Restart-Service WinRM . 3. Clear and Rebuild WMI Repository
Common warning details associated with this error include: Run the following command to increase the WS-Management
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-WebRequest https://www.howsmyssl.com/a/check -UseBasicParsing By default, WinRM (WS-Management) has a maximum envelope
This is perhaps the most common cause of the data retrieval error in Windows Server environments. By default, WinRM (WS-Management) has a maximum envelope size of 512KB or 500KB for data transfer. In environments with many servers, roles, or features, the data returned to Server Manager can easily exceed this limit, causing the retrieval to fail. The Server Manager attempts to read from a
The primary step in troubleshooting this issue is distinguishing whether the error is related to the or an actual backup operation .
The Server Manager attempts to read from a wide range of event channels. If one or more of these logs are corrupted, missing, or have been converted to an unexpected format (like an .etl file instead of an .evtx log), the data retrieval process will fail.