zoukankan      html  css  js  c++  java
  • 关于 WMI Provider 不能连接的错误 Cannot connect to WMI provider. You do not have permission or the server is unreachable.

    原本在电脑上装过 SQL Server 2008 R2, 后来升级到了 SQL Server 2012, 有时因为需要使用2008 也有时需要使用 2012, 每次打开 Configuration Manager 时就会出现这个错误:
     
    When opening SQL Server Configuration Manager, seeing this error below:
     
     
    方法是如果是 2008 R2 的 Configuration Manager 打不开对应的应该找 100 的版本, 如果是 2012 的Configuration Manager 打不开就应该进入 110的目录
     
    我目前是打开 2008 R2  所以进入到 100 的目录, 并且  CMD 最好使用 右键 - 以管理员身份运行
     
    Solution, go the folder "C:\Program Files (x86)\Microsoft SQL Server\100\Shared" and run this command as an Administrator
     
     
    进入指定目录, 运行以下命令:
     
    mofcomp sqlmgmproviderxpsp2up.mof
     
    DONE!
  • 相关阅读:
    TeX系列: tikz-3dplot绘图宏包
    TeX系列: MATLAB和LaTeX结合绘图
    Tex系列: pgfplots安装
    C 标准库
    C 标准库
    C 标准库
    C 标准库
    C 标准库
    C 标准库
    C 标准库
  • 原文地址:https://www.cnblogs.com/biwork/p/configuration_manager_cannot_connect_to_wmi_provider.html
Copyright © 2011-2022 走看看