Windows System DCOM Error Log Analysis

Source: Internet
Author: User


In windows, DCOM error logs are analyzed. Recently, a client's server crashes. I checked the logs and found many DCOM error logs. I don't know if they are the cause of the crash, handle it first.
Log content: Event Type: Error Event Source: DCOM event type: None event ID: 10016 Date: 4/8/2009 event: 11:09:44 AM User: nt authority \ network service computer: DMS_DEALER_WEB
Description: www.2cto.com machine-default permission setting the Local Activation permission of the COM server application (CLSID: {000C101C-0000-0000-C000-000000000046}) is not granted to the user nt authority \ network service sid (S-1-5-20 ). You can use the component service management tool to modify this security permission. The log content means that the user's network service does not have local activation permission for the application whose CLSID is 000c101c-0000-0000-c000-0000000000000046. Therefore, find this application, add the Local activation permission to the component service management tool. The procedure is as follows: www.2cto.com 1) because only the component name and Application ID (APPID) are displayed in the component service management tool ), therefore, you must first go to the Registry to find the APPID of the application corresponding to the CLSID. 2) Open the registry, find the APPID under HKEY_CLASSES_ROOT \ CLSID \ {000C101C-0000-0000-C000-000000000046}, and copy the APPID value. 3) Find the application corresponding to this APPID in the component service management tool and open the properties of the application, under "Start and activate Permissions" on the Security tab in properties, select Custom-edit. In the displayed window, add the user network service, select "Local activation.
Description: http://forums.techarena.in/windows-x64-edition/754746.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.