Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Small Business Server
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



DCOM EventID 10016 repeated several times a second

Small Business Server


Reply
 
Thread Tools Search this Thread
  #1  
Old 17-10-2006
Neddine
 
Posts: n/a
DCOM EventID 10016 repeated several times a second

Hello folks,

I constantly get the following error on a SBS 2003 (latest patches installed).

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Source: DCOM
Event ID : 10016

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.
++++++++++++++++++++++++++++++++++++++++++++++++++++++


When following the link in the event message, I get the folowing suggested
solution:

=================================================
Details
Product: Windows Operating System
Event ID: 10016
Source: DCOM
Version: 5.2
Symbolic Name:
EVENT_COM_ACCESS_DENIED_IN_SERVER_ACTIVATION_OR_LAUNCH_PERMISSION
Message: The %1 permission settings do not grant %2 %3 permission for the
COM Server application with CLSID %4 to the user %5\%6 SID (%7). This
security permission can be modified using the Component Services
administrative tool.

%1 = machine-default, application-specific; %2 = local, remote; %3 = launch,
activation; %4 = ; %5 = /; %6 = .


Explanation
A program, the Clsid displayed in the message, tried to start the DCOM
server by using the DCOM infrastructure. Based on the security ID (SID), this
user does not have the necessary permissions to start the DCOM server.


User Action
Verify that the user has the appropriate permissions to start the DCOM
server.

To assign permissions

Using Regedit, navigate to the following registry value
HKCR\Clsid\clsid value\localserver32
The clsid value is the information displayed in the message.
In the right pane, double-click Default. The Edit String dialog box is
displayed. Leave this dialog box open.
Click Start, and then click Control Panel.
Double-click Administrative Tools, and then double-click Component Services.
In the Component Services snap-in, expand Computers, expand My Computer, and
double-click DCOM Config.
In the right pane, locate the program by using its friendly name.
Right-click the program name, and then select Properties.
On the Security tab, in the Launch and Activation Permissions group box,
select Customize, and then click Edit.
Add the user to the permissions list, and give the user the appropriate
permissions.

==================================================


Microsofts solution for this problem is to modify the rights for the user on
the mentioned server application in the DCOM component services. This appears
to be the "Network Connection Manager Class".

Strange thing: there is no "Network Connection Manager Class" in the DCOM
component services.

Can anyone give me a hint on how to solve this problem?

Kind regards,

Laurent Evrard
Neddine





Reply With Quote
  #2  
Old 17-10-2006
Dave Nickason [SBS MVP]
 
Posts: n/a
Re: DCOM EventID 10016 repeated several times a second

You must have posted this before you had a chance to read Susan's blog : -)

http://msmvps.com/blogs/bradley/arch...r-October.aspx


"Neddine" <Neddine@discussions.microsoft.com> wrote in message
news:8D77EA2B-280B-44E4-8CFA-E36D3F9C883A@microsoft.com...
> Hello folks,
>
> I constantly get the following error on a SBS 2003 (latest patches
> installed).
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Source: DCOM
> Event ID : 10016
>
> 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.
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
> When following the link in the event message, I get the folowing suggested
> solution:
>
> =================================================
> Details
> Product: Windows Operating System
> Event ID: 10016
> Source: DCOM
> Version: 5.2
> Symbolic Name:
> EVENT_COM_ACCESS_DENIED_IN_SERVER_ACTIVATION_OR_LAUNCH_PERMISSION
> Message: The %1 permission settings do not grant %2 %3 permission for the
> COM Server application with CLSID %4 to the user %5\%6 SID (%7). This
> security permission can be modified using the Component Services
> administrative tool.
>
> %1 = machine-default, application-specific; %2 = local, remote; %3 =
> launch,
> activation; %4 = ; %5 = /; %6 = .
>
>
> Explanation
> A program, the Clsid displayed in the message, tried to start the DCOM
> server by using the DCOM infrastructure. Based on the security ID (SID),
> this
> user does not have the necessary permissions to start the DCOM server.
>
>
> User Action
> Verify that the user has the appropriate permissions to start the DCOM
> server.
>
> To assign permissions
>
> Using Regedit, navigate to the following registry value
> HKCR\Clsid\clsid value\localserver32
> The clsid value is the information displayed in the message.
> In the right pane, double-click Default. The Edit String dialog box is
> displayed. Leave this dialog box open.
> Click Start, and then click Control Panel.
> Double-click Administrative Tools, and then double-click Component
> Services.
> In the Component Services snap-in, expand Computers, expand My Computer,
> and
> double-click DCOM Config.
> In the right pane, locate the program by using its friendly name.
> Right-click the program name, and then select Properties.
> On the Security tab, in the Launch and Activation Permissions group box,
> select Customize, and then click Edit.
> Add the user to the permissions list, and give the user the appropriate
> permissions.
>
> ==================================================
>
>
> Microsofts solution for this problem is to modify the rights for the user
> on
> the mentioned server application in the DCOM component services. This
> appears
> to be the "Network Connection Manager Class".
>
> Strange thing: there is no "Network Connection Manager Class" in the DCOM
> component services.
>
> Can anyone give me a hint on how to solve this problem?
>
> Kind regards,
>
> Laurent Evrard
> Neddine
>
>
>
>
>



Reply With Quote
  #3  
Old 18-10-2006
Neddine
 
Posts: n/a
Re: DCOM EventID 10016 repeated several times a second

Thanks for your answer, Dave!

It solved the problem. I was searching "Network Connection Manager Class" in
the list, not knowing that "Netman" is the short name for this. What's in the
name?

Also thanks to Susan's BloG.

Kind Regards,

Laurent Evrard
Neddine




"Dave Nickason [SBS MVP]" wrote:

> You must have posted this before you had a chance to read Susan's blog : -)
>
> http://msmvps.com/blogs/bradley/arch...r-October.aspx
>
>
> "Neddine" <Neddine@discussions.microsoft.com> wrote in message
> news:8D77EA2B-280B-44E4-8CFA-E36D3F9C883A@microsoft.com...
> > Hello folks,
> >
> > I constantly get the following error on a SBS 2003 (latest patches
> > installed).
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > Source: DCOM
> > Event ID : 10016
> >
> > 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.
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> >
> > When following the link in the event message, I get the folowing suggested
> > solution:
> >
> > =================================================
> > Details
> > Product: Windows Operating System
> > Event ID: 10016
> > Source: DCOM
> > Version: 5.2
> > Symbolic Name:
> > EVENT_COM_ACCESS_DENIED_IN_SERVER_ACTIVATION_OR_LAUNCH_PERMISSION
> > Message: The %1 permission settings do not grant %2 %3 permission for the
> > COM Server application with CLSID %4 to the user %5\%6 SID (%7). This
> > security permission can be modified using the Component Services
> > administrative tool.
> >
> > %1 = machine-default, application-specific; %2 = local, remote; %3 =
> > launch,
> > activation; %4 = ; %5 = /; %6 = .
> >
> >
> > Explanation
> > A program, the Clsid displayed in the message, tried to start the DCOM
> > server by using the DCOM infrastructure. Based on the security ID (SID),
> > this
> > user does not have the necessary permissions to start the DCOM server.
> >
> >
> > User Action
> > Verify that the user has the appropriate permissions to start the DCOM
> > server.
> >
> > To assign permissions
> >
> > Using Regedit, navigate to the following registry value
> > HKCR\Clsid\clsid value\localserver32
> > The clsid value is the information displayed in the message.
> > In the right pane, double-click Default. The Edit String dialog box is
> > displayed. Leave this dialog box open.
> > Click Start, and then click Control Panel.
> > Double-click Administrative Tools, and then double-click Component
> > Services.
> > In the Component Services snap-in, expand Computers, expand My Computer,
> > and
> > double-click DCOM Config.
> > In the right pane, locate the program by using its friendly name.
> > Right-click the program name, and then select Properties.
> > On the Security tab, in the Launch and Activation Permissions group box,
> > select Customize, and then click Edit.
> > Add the user to the permissions list, and give the user the appropriate
> > permissions.
> >
> > ==================================================
> >
> >
> > Microsofts solution for this problem is to modify the rights for the user
> > on
> > the mentioned server application in the DCOM component services. This
> > appears
> > to be the "Network Connection Manager Class".
> >
> > Strange thing: there is no "Network Connection Manager Class" in the DCOM
> > component services.
> >
> > Can anyone give me a hint on how to solve this problem?
> >
> > Kind regards,
> >
> > Laurent Evrard
> > Neddine
> >
> >
> >
> >
> >

>
>
>

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Small Business Server


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "DCOM EventID 10016 repeated several times a second"
Thread Thread Starter Forum Replies Last Post
dcom event id 10016 Nick Windows Server Help 5 03-11-2010 01:56 PM
Getting Source: Dcom Event Id: 10016 error after sp1 install Jo Windows Server Help 5 11-10-2007 09:37 PM
Event 10016 DCOM Error wrytat Small Business Server 7 08-06-2007 09:51 AM
System Event Log 10016 Source: DCOM NumLock95 Vista Help 3 07-05-2007 10:52 AM
DCOM Error 10016 L HeimendingerLM Windows Server Help 7 14-01-2007 01:04 AM


All times are GMT +5.5. The time now is 06:53 PM.