Hi Adrian ,
Welcome to Microsoft Q&A forum. It's my pleasure to help you today.
The “Online – Data Retrieval Failures” status in Server Manager combined with the error “The system cannot find the file specified” usually indicates that one or more Event Log channels on the Windows Server 2022 node are corrupted, missing metadata, or referencing a provider that cannot be loaded.
You can try the following workarounds to see if they help:
1. Add the node’s computer account to Event Log Readers
Computer Management → Local Users and Groups → Groups → Event Log Readers
Add: The server’s own computer account
If using Cluster-Aware Updating (CAU), add the CAU computer object as well
This ensures the node can read all event channels through WinRM.
2. Reset the problematic event channel
One common problematic provider is:
Microsoft-Windows-Kernel-IoTrace/Diagnostic
Open Registry Editor and modify:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic Enabled = 1 → 0
This forces Windows to rebuild the channel’s metadata and recreate missing log files on the next boot.
3. Reboot the node
After the reboot:
Windows automatically sets Enabled back to 1
The channel loads with clean metadata
Missing .etl files are recreated
-->Repeat the above steps on other cluster nodes if necessary.
If you find this information useful to some extent, please accept the answer so that your experience with the issue would help contribute to the whole community.
Best wishes!
Titus Bui.