事件類型: 錯誤
事件來源: DCOM
事件種類: 無
事件 ID: 10016
日期: 2009-2-3
事件: 15:43:32
使用者: NT AUTHORITY/NETWORK SERVICE
計算機: QHWINS
描述:
應用程式-特定 權限設定未将 COM 伺服器應用程式(CLSID 為
{BA126AD1-2166-11D1-B1D0-00805FC1270E}
)的 本地 激活 權限授予使用者 NT AUTHORITY/NETWORK SERVICE SID (S-1-5-20)。可以使用元件服務管理工具修改此安全權限。
有關更多資訊,請參閱在 http://go.microsoft.com/fwlink/events.asp 的幫助和支援中心。
每次重新開機系統(windows 2003 sp1)的時候,都報一個錯誤,說系統有錯誤,要我看系統日志。
這的确非常煩人,非常,我無法忍受。
檢視系統日志,錯誤如下:
應用程式-特定 權限設定未将 COM 伺服器應用程式(CLSID 為
{BA126AD1-2166-11D1-B1D0-00805FC1270E}
)的 本地 激活 權限授予使用者 NT AUTHORITY/NETWORK SERVICE SID (S-1-5-20)。可以使用元件服務管理工具修改此安全權限。
有關更多資訊,請參閱在 http://go.microsoft.com/fwlink/events.asp 的幫助和支援中心。
翻遍了google和baidu。
最後還是翻到了。
Event ID 10016 (DCOM) on Windows 2003 Server Service Pack 1 (SP 1)
After installing Service Pack 1 on a Windows 2003 Server I recieved the following error:
安裝完2003 sp1後,服務會出現下面的錯誤:
Event ID : 100016
Source : DCOM
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{BA126AD1-2166-11D1-B1D0-00805FC1270E}
to the user NT AUTHORITY/NETWORK SERVICE SID (S-1-5-20). This security permission can be modified using the Component Services administrative tool.
應用程式-特定 權限設定未将 COM 伺服器應用程式(CLSID 為
{BA126AD1-2166-11D1-B1D0-00805FC1270E}
)的 本地 激活 權限授予使用者 NT AUTHORITY/NETWORK SERVICE SID (S-1-5-20)。可以使用元件服務管理工具修改此安全權限。
The COM Server application with CLSID has to be tracked down in the
registry, in this case the following reg key:
HKEY_CLASSES_ROOT/CLSID/{BA126AD1-2166-11D1-B1D0-00805FC1270E}
在這種情況下可以從系統資料庫中找鍵值HKEY_CLASSES_ROOT/CLSID/{BA126AD1-2166-11D1-B1D0-00805FC1270E}。
In this key you can acquire the AppID, in this case the following AppID:
{27AF75ED-20D9-11D1-B1CE-00805FC1270E}
這樣就可以找到這個鍵值對應到應用程式ID是,{27AF75ED-20D9-11D1-B1CE-00805FC1270E}。
The AppID has to be tracked down in the registry, in this case the following
reg key:
HKEY_CLASSES_ROOT/AppID/{27AF75ED-20D9-11D1-B1CE-00805FC1270E}
In this key you can acquire the LocalService name, in the case the following
name:
Netman
通過這個AppID可以跟蹤到這個程式名稱是Netman。
The LocalService has to be tracked down in the Component Services MMC; in
this case Netman is listed within the DCOM Config section.
通過MMC控制台就可以去配置這個DCOM了。
Browse to the Security Tab, edit the Launch and Activation Permissions, and
make necessary changes. In this case, NETWORK SERVICE needed to be added with
Remote Launch and Remote Activation permissions.
開始→控制台→管理工具→元件服務
打開 元件服務 樹目錄 →計算機→我的電腦→DCOM配置
右邊的面闆裡 找到 netman 右鍵→屬性→安全→ 啟動和激活權限 →自定義→編輯 添加 network service 使用者,把本地啟動和本地激活勾上就可以了。
再次得意一下,呵呵,問題解決了,重新啟動就再也不會有這個煩人到報錯對話框了。
據說安裝SP1的Windows2003都會有這個問題。