Hi CBS tech - 001,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Cannot connect to VMI provider. you have permission or the ser is unreachable. I'm not able add on roles on windows server 2022
Hi CBS tech - 001,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
Hi CBS tech - 001,
The error message about not being able to connect to the VMI provider usually points to issues with the Windows Management Instrumentation (WMI) service or related permissions. Here are a few steps you can try:
winmgmt /verifyrepository from an elevated command prompt to check the health of the WMI repository. If it reports corruption, you can rebuild it with winmgmt /salvagerepository.sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth can help repair system components that WMI depends on.In short, restarting WMI, verifying repository health, and ensuring proper permissions usually resolve this error. If corruption is too deep, an in-place repair upgrade with the Windows Server 2022 ISO may be required to restore full functionality.
If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.
Jason.
The error message indicates a problem with the WMI provider, which is required by Server Manager to query the system and add roles/features. To address both the permission and connectivity aspects, follow these steps:
\\server\share\sxs) exists and contains the Sources\SxS folder copied from Windows Server installation media.If, after confirming admin rights and prerequisites, the error still appears for all role/feature operations, further WMI-specific repair steps for the OS (outside the SQL-specific MOF guidance in the context) would be required, which are not covered in the provided material.
References: