当前位置:Gxlcms > 数据库问题 > sql server 2012 打开sql server configuration manager 报错

sql server 2012 打开sql server configuration manager 报错

时间:2021-07-01 10:21:17 帮助过:33人阅读

Error message when you open SQL Server Configuration Manager in SQL Server: "Cannot connect to WMI provider. You do not have permission or the server is unreachable"

技术分享

 

 

Workaround解决办法

To work around this problem, open a command prompt, type the following command, and then press ENTER:

mofcomp "%programfiles(x86)%\Microsoft SQL Server\number\Shared\sqlmgmproviderxpsp2up.mof"

Note For this command to succeed, the Sqlmgmproviderxpsp2up.mof file must be present in the %programfiles(x86)%\Microsoft SQL Server\number\Shared folder.
The value of number depends on the version of SQL Server:nnn

Microsoft SQL Server 2012                                110

Microsoft SQL Server 2008 R2                              100

Microsoft SQL Server 2008                              100

Microsoft SQL Server 2005                              90

After you run the Mofcomp tool, restart the WMI service for the changes to take effect. The service name is Windows management Instrumentation.

 

微软官方地址:https://support.microsoft.com/en-us/help/956013/error-message-when-you-open-sql-server-configuration-manager-in-sql-server-cannot-connect-to-wmi-provider.-you-do-not-have-permission-or-the-server-is-unreachable

sql server 2012 打开sql server configuration manager 报错

标签:permission   message   blank   server   manager   

人气教程排行