While deploying NetVault 11.4 to multiple Windows clients using the Push-Install feature, some client upgrade tasks are failing immediately with:
"Failed to determine NetVault installation details, if any, for remote machine"
Trace shows:
The issue is related to Microsoft WMI repository problems.
NetVault expects to find the required provider registered under the normal namespace but for some reasons it is missing on some machines.
The rrror “Failed to enum registry keys: 0x80041011, 0000000000000000” is the result of calling ‘EnumValues’ method of WMI class ‘StdRegProv’.
Error code ‘0x80041011’ : WBEM_E_PROVIDER_NOT_FOUND means “Provider referenced in the schema does not have a corresponding registration.”
Specifically, in accordance with Microsoft best practices, NetVault nvclientinstaller program looks for the the StdRegProv provider under the default root/cimv2 namespace but does not find it.
WMI Diagnosis Utility reports shows that this required provider is instead registered under root/default, hence the deployment task failure.
This issue related with Microsoft WMI corruptions should be escalated to Microsoft Support for resolution.
In the meantime, manual installation of NetVault on the failing client will be the only workaround.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center