Virgilijus wrote:
> I was looking at the logs and noticed alot of DCOM errors with the following:
>
> Event Type: Error
> Event Source: DCOM
> Event Category: None
> Event ID: 10016
> Date: 10/25/2009
> Time: 11:00:47 AM
> User: NT AUTHORITY\NETWORK SERVICE
> Computer: VPT-NOTEBOOK
> Description:
> 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.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> How does one stop them?? The link above did not help!
A quick search in the registry for the CLSID
{BA126AD1-2166-11D1-B1D0-00805FC1270E} reveals that it belongs to the
Network Connection Manager Class and that the associated AppID is
{27AF75ED-20D9-11D1-B1CE-00805FC1270E}.
Start the DCOM Configuration Utility by entering DCOMCNFG in the Start
menu Run box. Expand the Components Services branch until you get to
the DCOM Config branch. Expand the DCOM Config branch and look for
"netman". Right click on netman and select Properties and then click on
the security tab. Edit the Launch and Activation Permissions so that
the Local Service account has Local Launch and Local Activation permissions.
John