无法访问sql server配置管理器

编程入门 行业动态 更新时间:2024-10-24 10:18:48
本文介绍了无法访问sql server配置管理器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在删除 SQL Server 2008 R2 Express 后安装了 SQL Server 2008 R2 评估版.卸载后仍可访问 SQL Server 配置管理器,但现在无法再访问此错误:

I installed the evaluation version of SQL Server 2008 R2 after removing SQL Server 2008 R2 Express. SQL Server Configuration manager was still accessible after the un-installation but now it is no longer accessible with this error:

无法连接到 WMI 提供程序.您没有权限或无法访问服务器.请注意,您只能使用 SQL Server 配置管理器管理 SQL Server 2005 服务器.无效的类 [0x80041010]

Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager. Invalid class [0x80041010]

文件 sqlmgmproviderxpsp2up.mof 位于我 PC 上的文件夹 C:\Program Files (x86)\Microsoft SQL Server\100\Shared 中.我试图在命令提示符中输入:

The file sqlmgmproviderxpsp2up.mof is found in the folder C:\Program Files (x86)\Microsoft SQL Server\100\Shared on my PC. I tried to type in the command prompt:

C:\Program Files (x86)\Microsoft SQL Server\100\Shared>mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"

但仍然收到拒绝访问错误.我无法找到这个问题的答案,有人有任何想法吗?

but still get the access denied error. I am unable to find the answer for this issue, does anyone have any ideas?

推荐答案

我也遇到了访问被拒绝错误.我的解决方案:

I've got access denied error too. And my solution:

  • 右键单击cmd
  • 选择以管理员身份运行
  • 然后在command提示符下输入:

    C:\Program Files (x86)> Microsoft SQL Server\100\Shared>mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"

    C:\Program Files (x86)> Microsoft SQL Server\100\Shared>mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"

    它对我有用.

  • 更多推荐

    无法访问sql server配置管理器

    本文发布于:2023-11-08 11:17:02,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1569217.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:管理器   无法访问   sql   server

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!