Feb 16 2024 04:35 AM
One of 3 Exchange Servers running on Windows Server 2019 returns "Online - Data retrieval failures occurred" I have tried to fix it by following this fix.
I have also tried:
cd C:\Windows\System32\wbem\Autorecover
Now, /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
However, neither do not seem to fix it. Do you have any other suggestions?
Thank you in advance
Feb 21 2024 03:25 PM
Solution@Wachtell smells very much like this. Clustered / DAG?
https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/server-manager-problem-online-data-...
Feb 22 2024 12:57 AM - edited Feb 22 2024 12:58 AM
@Karl-WEThank you for pointing in that direction. I changed the register keyword like this:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Kernel-IoTrace/Diagnostic]
"Enabled=dword:1"
modify to "Enabled=dword:0"
and error went away and did not return on reboot. I ran an Exchange Healthcheck.ps1 and it seems to be fine with the change. I see some worries online about changing the registry key. However, I guess it only relates to servermanager or does it relate to Windows Server itself?
Feb 22 2024 04:08 AM - edited Feb 22 2024 04:13 AM
Glad it helped you! Thanks for marking it as best solution and your feedback. Much appreciated!
I know quite some stuff but cannot tell what the IOT Log is about, would need to ask Copilot, which explains it as follows:
The Microsoft-Windows-Kernel-IoTrace/Diagnostic log is related to event tracing in Windows. Specifically, it provides diagnostic information related to I/O tracing within the kernel. Let me explain further:
Event Tracing for Windows (ETW):
Kernel I/O Tracing:
Why Is It Important?:
Common Scenarios:
I believe this answer sounds pretty solid and correct.
Feb 21 2024 03:25 PM
Solution@Wachtell smells very much like this. Clustered / DAG?
https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/server-manager-problem-online-data-...