Amaranthus
还不行的可以试试:
出错提示:
启动SQL Server 2005 配置管理器时,出现以下提示错误

  无法连接到WMI提供程序。您没有权限或者该服务器无法访问......

  Invalid class [0x80041010]

解决方法:

以管理员身份运行“命令提示符”(在附件下面),进入后执行以下命令

  1)cd /d C:\Program Files\Microsoft SQL Server\90\Shared

  2)mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"

当看到有如下信息时表明操作成功

MOF file has been successfully parsed
Storing data in the repository...
Done!

分类:

技术点:

相关文章:

  • 2021-12-09
  • 2021-12-29
  • 2021-11-01
  • 2021-10-27
  • 2021-12-18
  • 2021-10-12
  • 2021-09-25
  • 2021-08-13
猜你喜欢
  • 2021-09-21
  • 2021-12-09
  • 2021-09-01
  • 2021-04-18
  • 2021-08-06
  • 2021-10-09
  • 2021-11-03
相关资源
相似解决方案