zoukankan      html  css  js  c++  java
  • Server Error: 0×80070543,无法取得服务器的状态(role 和 features)

    一架服务器突然无法取得服务器的状态(roles 和 features)

    检查event,发现的以下错误

    server manager encountered an unexpected error while collecting data about the stutus of this computer


    HRESULT:0×80070543

    Problem:
    The server-wide COM security settings have been changed to have a “Default Authentication Level” of ‘None.’

    解决方案:

    1. Using elevated permissions, run Dcomcnfg.exe

    2. In the “Component Services” window, navigate to ComponentServices->Computers->My Computer.

    3. Right-click on “My Computer” and select [Properties] from the context menu.

    4. In the “My Computer Properties” dialog, select the [Default Properties] tab.

    5. Change the “Default Authentication Level” drop to ‘Connect’; if it is set to None.

    7. Change the “Default Impersonation Level” to Identify; if it is set to something else.

    8. Press the OK button in the “My Computer Properties” dialog.

  • 相关阅读:
    Python基础
    熟悉常见的Linux操作
    大数据概述
    实验报告(3)-语法分析
    LL(1)文法
    简化版C语言文法
    实验报告(1)-词法分析
    中文词频统计
    综合练习:英文词频统计
    字符串练习
  • 原文地址:https://www.cnblogs.com/by1455/p/1792492.html
Copyright © 2011-2022 走看看