zoukankan      html  css  js  c++  java
  • [WinOS] Event ID :10016

    系统报告一个错误 (10016)

    Event ID: 10016 errors:

    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {61738644-F196-11D0-9953-00C04FD919C1} and APPID
    {61738644-F196-11D0-9953-00C04FD919C1} to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.

    因为windows 2008r2 比windows 2008 号称更加安全(其实是更加麻烦),不能直接修改component services

    admin service (IIS WamReg admin service 无法修改security setting).

    先去regedit 修改 HKEY_CLASSES_ROOT\AppID\{61738644-F196-11D0-9953-00C04FD919C1}

    Registry permissions on R2 =====>Registry permissions on R1

    但是直接修改也是不能过,

    选 advanced –> owner 把Trustedinstaller 换成 administrators.

    现在可以换security setting 了。

    接下来就简单了

    dcomcnfg = >

    image

    righr-click –>properties->security->lauch and activation premission->edit

    image

    加入二个账号:wss_admin_wpg,wss_wpg (local launch & local activation permission)

    image

    大功告成。

  • 相关阅读:
    python基础--文件操作实现全文或单行替换
    python基础7--集合
    python读写json文件
    python基础6--目录结构
    python基础5--模块
    Ubuntu的一些常用快捷键
    ubuntu dpkg 命令详解
    linux(Ubuntu)安装QQ2013
    fcitx-sogoupinyin下载地址和安装
    Ubuntu下装QQ2014
  • 原文地址:https://www.cnblogs.com/by1455/p/1653515.html
Copyright © 2011-2022 走看看