• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • ADA Commitment
  • Cookie Policy
  • Affiliate Disclosure
  • Terms & Conditions
  • Privacy Policy
  • Contact

Dailey Foods

SAHM Cooking Academy

Ad: Cronometer App Discount Code

Signup to Cronometer.com and save 10% on gold subscriptions.

  • How I Track Calories & Nutrition
  • Daniel Fasting
  • Daily Dozen
  • Alkaline Diet
  • YouTube
  • Blog

Windows Server 2022 , the "Online - Data retrieval failures occurred" error in Server Manager is a common manageability issue often linked to corrupted event log channels or WinRM configuration limits. While frequently considered "cosmetic" because it doesn't always impact core server performance, it prevents Server Manager from refreshing correctly. Microsoft Learn Core Causes Corrupted Event Log Channels : The most frequent culprit is the Microsoft-Windows-Kernel-IoTrace/Diagnostic

channel. Corruption or missing metadata in this channel prevents WinRM from retrieving full status data. WinRM Packet Size Limits

: If the server is part of a cluster (e.g., Failover Cluster or Exchange DAG), the data being sent via WinRM may exceed the default MaxEnvelopeSize Insufficient Permissions

: The account or computer object may lack rights to read specific event logs. Feature Residuals

: In-place upgrades to 2022 sometimes leave orphaned registry entries for removed features that Server Manager still tries to query. Microsoft Community Hub Recommended Resolutions 1. Repair the Kernel-IoTrace Log Channel

This is the most successful fix for standalone and clustered Windows Server 2022 instances. Microsoft Learn Registry Editor Navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic Change the DWORD value from Reboot the server

. After rebooting, Windows typically rebuilds the channel metadata and resets this value to automatically. Microsoft Community Hub 2. Increase WinRM MaxEnvelopeSize

Required if your logs are too large for standard remote management packets.

Server Manager problem: Online - Data retrieval failures occurred

The solution for me was as following and is important to follow the order as below: Add the affected node itself (computer object) Microsoft Community Hub

In Windows Server 2022, the "Online – Data retrieval failures occurred" error in Server Manager typically signifies a breakdown in communication between the Server Manager console and its management providers. This is frequently reported in Failover Clusters or after an in-place upgrade. Primary Causes

Corrupted Event Log Channels: A common culprit is the Microsoft-Windows-Kernel-IoTrace/Diagnostic channel, which may be missing metadata or referencing an invalid provider.

WinRM Packet Size Limitations: The management data package (envelope) might exceed the default maximum size allowed by the Windows Remote Management (WinRM) service.

Leftover Registry Entries: Following an upgrade, Server Manager may still try to pull data from features or services (like "Media Foundation") that were removed during the installation process.

Permission Issues: The server node's computer account may lack the necessary permissions to read certain event logs required for the dashboard refresh. Common Fixes and Workarounds

Users and experts from Microsoft Q&A and the Microsoft Community Hub suggest the following solutions:

Increase WinRM Maximum Envelope Size:If you are in a clustered environment (like an Exchange DAG), try increasing the maxEnvelopeSize to allow larger data transfers. Run this command in an Administrative Command Prompt:winrm set winrm/config @MaxEnvelopeSizekb="8192".

Disable/Reset the Problematic Diagnostic Channel:For issues specifically involving Kernel-IoTrace, you can disable the channel in the Registry Editor to force a rebuild on reboot:

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic. Change the Enabled DWORD value from 1 to 0. Reboot the server.

Add Account to Event Log Readers:Ensure the affected node's own computer account is a member of the local Event Log Readers group via Local Users and Groups.

Remove Obsolete Registry Keys:If you recently upgraded, check for orphaned keys under ...\WINEVT\Channels for features no longer present on your system and rename them to -old to stop Server Manager from attempting to query them.

While these errors are often categorized as "cosmetic" and may not impact the server's actual functionality, addressing them ensures your monitoring dashboard remains accurate.

Do you see any specific error codes (like "The system cannot find the file specified") in the Server Manager notification flag?

These failures typically appear as:

  • Timeouts when accessing web APIs or cloud storage
  • WinHTTP / WinINET errors (e.g., 12002, 12152)
  • .NET HttpRequestException or WebException
  • SQL Server linked server failures to external sources
  • Backup software failing to fetch data from online repositories

Scenario A: iSCSI Target Unreachable (Most Common)

  1. Reset the iSCSI initiator without losing configuration:

    Disconnect-IscsiTarget -SessionIdentifier (Get-IscsiSession).Identifier -Confirm:$false
    Start-Sleep -Seconds 5
    Connect-IscsiTarget -NodeAddress (Get-IscsiTarget).NodeAddress -IsPersistent $true
    
  2. Increase iSCSI timeouts to tolerate network jitter (Server 2022 default is low):

    Set-IscsiChapSecret -InitiatorSecret "yoursecret"
    Set-IscsiTargetPortal -TargetPortalAddress 192.168.1.100 -InitiatorPortalAddress 192.168.1.50 -LinkDownTime 60
    
  3. Disable iSCSI Error Recovery Level 2 (ERL 2 can cause infinite retries):

    Set-IscsiTarget -SessionIdentifier (Get-IscsiSession).Identifier -EnableErrorRecoveryLevel2 $false
    

4. Virtual Disks in Hyper-V or VMware

Pass-through disks or improperly configured virtual SCSI controllers can cause the guest OS to receive incomplete T10 PI (Protection Information) responses, triggering the error.

6. Authentication Failures

WinINET (used by IE, Office, some apps)

Check via Internet Options → Connections → LAN settings.

Primary Sidebar

Search

Hello & Welcome!

online - data retrieval failures occurred windows server 2022I'm Veronica, host of daileyfoods.com and the Dailey Foods YouTube Channel (youtube.com/daileyfoods) where I share healthy home cooking tips and tricks.

Best Calorie and Nutrient Tracking App in 2025

Photo of Cronometer app logo.

I tried the most accurate calorie and nutrient tracker…here’s what happened

Online - Data Retrieval Failures Occurred Windows Server 2022 Exclusive -

Windows Server 2022 , the "Online - Data retrieval failures occurred" error in Server Manager is a common manageability issue often linked to corrupted event log channels or WinRM configuration limits. While frequently considered "cosmetic" because it doesn't always impact core server performance, it prevents Server Manager from refreshing correctly. Microsoft Learn Core Causes Corrupted Event Log Channels : The most frequent culprit is the Microsoft-Windows-Kernel-IoTrace/Diagnostic

channel. Corruption or missing metadata in this channel prevents WinRM from retrieving full status data. WinRM Packet Size Limits

: If the server is part of a cluster (e.g., Failover Cluster or Exchange DAG), the data being sent via WinRM may exceed the default MaxEnvelopeSize Insufficient Permissions

: The account or computer object may lack rights to read specific event logs. Feature Residuals

: In-place upgrades to 2022 sometimes leave orphaned registry entries for removed features that Server Manager still tries to query. Microsoft Community Hub Recommended Resolutions 1. Repair the Kernel-IoTrace Log Channel

This is the most successful fix for standalone and clustered Windows Server 2022 instances. Microsoft Learn Registry Editor Navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic Change the DWORD value from Reboot the server

. After rebooting, Windows typically rebuilds the channel metadata and resets this value to automatically. Microsoft Community Hub 2. Increase WinRM MaxEnvelopeSize Windows Server 2022 , the "Online - Data

Required if your logs are too large for standard remote management packets.

Server Manager problem: Online - Data retrieval failures occurred

The solution for me was as following and is important to follow the order as below: Add the affected node itself (computer object) Microsoft Community Hub

In Windows Server 2022, the "Online – Data retrieval failures occurred" error in Server Manager typically signifies a breakdown in communication between the Server Manager console and its management providers. This is frequently reported in Failover Clusters or after an in-place upgrade. Primary Causes

Corrupted Event Log Channels: A common culprit is the Microsoft-Windows-Kernel-IoTrace/Diagnostic channel, which may be missing metadata or referencing an invalid provider.

WinRM Packet Size Limitations: The management data package (envelope) might exceed the default maximum size allowed by the Windows Remote Management (WinRM) service.

Leftover Registry Entries: Following an upgrade, Server Manager may still try to pull data from features or services (like "Media Foundation") that were removed during the installation process. Timeouts when accessing web APIs or cloud storage

Permission Issues: The server node's computer account may lack the necessary permissions to read certain event logs required for the dashboard refresh. Common Fixes and Workarounds

Users and experts from Microsoft Q&A and the Microsoft Community Hub suggest the following solutions:

Increase WinRM Maximum Envelope Size:If you are in a clustered environment (like an Exchange DAG), try increasing the maxEnvelopeSize to allow larger data transfers. Run this command in an Administrative Command Prompt:winrm set winrm/config @MaxEnvelopeSizekb="8192".

Disable/Reset the Problematic Diagnostic Channel:For issues specifically involving Kernel-IoTrace, you can disable the channel in the Registry Editor to force a rebuild on reboot:

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic. Change the Enabled DWORD value from 1 to 0. Reboot the server.

Add Account to Event Log Readers:Ensure the affected node's own computer account is a member of the local Event Log Readers group via Local Users and Groups.

Remove Obsolete Registry Keys:If you recently upgraded, check for orphaned keys under ...\WINEVT\Channels for features no longer present on your system and rename them to -old to stop Server Manager from attempting to query them. Scenario A: iSCSI Target Unreachable (Most Common)

While these errors are often categorized as "cosmetic" and may not impact the server's actual functionality, addressing them ensures your monitoring dashboard remains accurate.

Do you see any specific error codes (like "The system cannot find the file specified") in the Server Manager notification flag?

These failures typically appear as:

  • Okjatt Com Movie Punjabi
  • Letspostit 24 07 25 Shrooms Q Mobile Car Wash X...
  • Www Filmyhit Com Punjabi Movies
  • Video Bokep Ukhty Bocil Masih Sekolah Colmek Pakai Botol
  • Xprimehubblog Hot

Scenario A: iSCSI Target Unreachable (Most Common)

  1. Reset the iSCSI initiator without losing configuration:

    Disconnect-IscsiTarget -SessionIdentifier (Get-IscsiSession).Identifier -Confirm:$false
    Start-Sleep -Seconds 5
    Connect-IscsiTarget -NodeAddress (Get-IscsiTarget).NodeAddress -IsPersistent $true
    
  2. Increase iSCSI timeouts to tolerate network jitter (Server 2022 default is low):

    Set-IscsiChapSecret -InitiatorSecret "yoursecret"
    Set-IscsiTargetPortal -TargetPortalAddress 192.168.1.100 -InitiatorPortalAddress 192.168.1.50 -LinkDownTime 60
    
  3. Disable iSCSI Error Recovery Level 2 (ERL 2 can cause infinite retries):

    Set-IscsiTarget -SessionIdentifier (Get-IscsiSession).Identifier -EnableErrorRecoveryLevel2 $false
    

4. Virtual Disks in Hyper-V or VMware

Pass-through disks or improperly configured virtual SCSI controllers can cause the guest OS to receive incomplete T10 PI (Protection Information) responses, triggering the error.

6. Authentication Failures

WinINET (used by IE, Office, some apps)

Check via Internet Options → Connections → LAN settings.

Ad: Best Nutrition Tracking App

Photo example of cronometer nutrition tracker.
Ad: Example of nutrition facts generation using Cronometer app.

Quick Start Guide to Daniel Fasting

Photo example of Daniel Fasting Quotes 10:3

Quick start guide to Daniel Fasting

Quick start guide to Daniel Fasting Ready to start the Daniel Fast? Here's a quick guide with all links to the helpful posts on this site for Daniel … Learn more > about Quick start guide to Daniel Fasting

Beginner’s Guide to Daily Dozen

Photo of Veronica Dailey, host of Dailey Foods YouTube channel with some organic foods.

Beginner’s Guide to Daily Dozen Meal Prep

Ready to do some Daily Dozen meal prep? On this page you'll find a big list of meal prep tips and tricks for the following Dr. Greger's Daily Dozen. … Learn more > about Beginner’s Guide to Daily Dozen Meal Prep

Ad: Best Meal Prep Appliance

Photo example of Instant Pot Pro (8 QT) 10-in-1 Pressure Cooker, Slow Cooker, Rice/Grain Cooker, Steamer, Sauté, Sous Vide, Yogurt Maker, Sterilizer, and Warmer on Amazon.
Instant Pot Pro (8 QT) 10-in-1 Pressure Cooker, Slow Cooker, Rice/Grain Cooker, Steamer, Sauté, Sous Vide, Yogurt Maker, Sterilizer, and Warmer on Amazon.

Categories

  • 1950s Diet (1)
  • Air Fryer Recipes (11)
  • Alkaline Diet Recipes (66)
  • Alkaline Diet Tips (29)
  • Alkaline Meals (37)
  • All Posts (167)
  • All Recipes (96)
  • Bean Recipes (25)
  • Best Alkaline Vegan Nutrition Tracking App (9)
  • Big List of Daily Dozen Meals (59)
  • Blender Recipes (26)
  • Budget Meals (42)
  • Cronometer App (16)
  • Daniel Fast Dieting (17)
  • Daniel Fast Meal Plan (10)
  • Daniel Fast Recipes (36)
  • Dessert Recipes (8)
  • Dump Meal Prep (19)
  • Free Printable Meal Plans (14)
  • Freezer Meals (18)
  • Green Drink Recipes (6)
  • Groceries (34)
  • Healthy Snacks (7)
  • High Protein High Fiber Diet (2)
  • Intermittent Fasting (1)
  • Meal Planning (50)
  • Meal Prep Equipment (14)
  • Meal Prep School (38)
  • Micronutrients (1)
  • One Dish Meals (13)
  • Parasite Cleanses (3)
  • Pasta Bake Recipes (3)
  • Pregnancy (6)
  • Salad Recipes (7)
  • Slow Cooker Recipes (10)
  • Soup Recipes (21)
  • Sponsored (133)
  • Tofu Recipes (10)
  • Trader Joe's Vegan Recipes (24)
  • Turmeric Recipes (3)
  • Uncategorized (1)
  • Unleavened Bread (6)
  • Vegan Baking (9)
  • Vegan Breakfast (15)
  • Vegan Instant Pot Recipes (8)
  • Vegan Protein Meal Prep (37)
  • Vegan Weight Loss Smoothies (12)
  • Vegetable Recipes (30)
  • Vitamins and Minerals (4)
  • Yeast Free Bread Recipes (3)

Dailey Foods YouTube

Photo example of Veronica Dailey, host of Dailey Foods YouTube Channel.
Photo of Veronica Dailey, host of Dailey Foods YouTube Channel.

Footer

About Dailey Foods

Made with love in California.

Veronica is a culinary expert with over 20 years professional experience as chef and culinary arts instructor. She started Dailey Foods in 2004 to share wholesome food with the world. 

Visit the Dailey Foods YouTube channel for videos.

The testimonials on the Site are not intended, nor should they be construed, as claims that our products and/or services can be used to diagnose, treat, mitigate, cure, prevent, or otherwise be used for any disease or medical condition. No testimonials have been clinically proven or evaluated.

Contact

Contact us via email, .

Consent Preferences

Best Calorie and Nutrient Tracking App in 2025

Photo of Cronometer app logo.

I tried the most accurate calorie and nutrient tracker…here’s what happened

Two years ago I had no idea if the food I was eating was meeting my calorie and nutrition needs. Then I found the Cronometer app and it changed my life. Here's how I use it, what happened, and what I … Learn more > about I tried the most accurate calorie and nutrient tracker…here’s what happened

Ad: Cronometer App Discount Code

Signup to Cronometer.com and save 10% on gold subscriptions.

Search

Dailey Foods Copyright © 2025 - Made with love in California

© 2026 Sunny Palette — All rights reserved.