Win32operatingsystem Result Not Found Via Omi New Link
From the OMI client, check the target system type:
Run a direct manual test from your collector or supervisor node to bypass the UI and see specific error codes: win32operatingsystem result not found via omi new
: Ensure that there is a proper mapping or bridge that allows WMI classes (like Win32_OperatingSystem ) to be accessible through CIM/OMI. This might involve updating existing WMI to CIM mappings. From the OMI client, check the target system
This error typically appears when an OMI client or command attempts to query the Win32_OperatingSystem class using a method like omi new (which initializes a new instance of an OMI session or operation) but fails to locate the expected WMI class on the target system. or Event Viewer on Windows).
This feature improves interoperability when using tools designed for Windows WMI (which is case-insensitive) against OMI endpoints (which are case-sensitive). It prevents silent failures in automation scripts and DSC configurations during cross-platform management.
If this returns empty, check the OMI log ( /var/log/omiserver.log on Linux OMI client, or Event Viewer on Windows).
Robust Query Handling for Win32_OperatingSystem via OMI Type: Bug Fix / Enhancement Priority: High