Results 1 to 6 of 6

Thread: Getting Source: Dcom Event Id: 10016 error after sp1 install

  1. #1
    Jo Guest

    Getting Source: Dcom Event Id: 10016 error after sp1 install

    Hello Guys,

    I have a 2003 Standard Server that started giving me the Source: Dcom
    Event Id: 10016 System error after install SP1. My biggest problem is that
    the Com Server App it references is Network Connection Manager class and I do
    not have that in Dcom Config in the Component Services. How can i make this
    error go away?

    Below is a copy of the error I’m getting

    Event Type: Error
    Event Source: DCOM
    Event Category: None
    Event ID: 10016
    Date: 9/11/2006
    Time: 6:24:42 PM
    User: NT AUTHORITY\NETWORK SERVICE
    Computer: LIB-AD2EX
    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.


  2. #2
    Administrator Guest

    Re: Getting Source: Dcom Event Id: 10016 error after sp1 install

    Hello Jo,

    You can try this link:

    http://www.experts-exchange.com/Oper..._21425871.html

    It describes your problem. Go down to the comments and read them. There you
    will find a description over your problem.

    But always make a backup (better an image) of your server BEFORE you do anything
    on the registry!!!

    Regards

    > Hello Guys,
    >
    > I have a 2003 Standard Server that started giving me the Source:
    > Dcom Event Id: 10016 System error after install SP1. My biggest
    > problem is that the Com Server App it references is Network Connection
    > Manager class and I do not have that in Dcom Config in the Component
    > Services. How can i make this error go away?
    >
    > Below is a copy of the error I'm getting
    >
    > Event Type: Error
    > Event Source: DCOM
    > Event Category: None
    > Event ID: 10016
    > Date: 9/11/2006
    > Time: 6:24:42 PM
    > User: NT AUTHORITY\NETWORK SERVICE
    > Computer: LIB-AD2EX
    > 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.
    >




  3. #3
    kcsteele Guest

    Re: Getting Source: Dcom Event Id: 10016 error after sp1 install

    Experts Exchange is a scam - don't use it.

    MS changed the way DCOM permissions are used with SP1. The permissions
    are now split into "remote" and "local" for the launch permission and
    for the activate permission. The DCOM error is generated because of
    applications failing to account for these changes when you upgrade to
    SP1. From what I understand, in most cases, you can search the registry
    for the CLSID (unless you happen to know what service it is), and find
    the appropriate DCOM name. You then go into dcom config (dcomcnfg.exe)
    and change the permissions on that service appropriately.

    In your case I believe granting the NETWORK SERVICE account "local"
    activation permission for BA126AD1-2166-11D1-B1D0-00805FC1270E should
    address the issue.


    Administrator wrote:
    > Hello Jo,
    >
    > You can try this link:
    >
    > http://www.experts-exchange.com/Oper..._21425871.html
    >
    > It describes your problem. Go down to the comments and read them. There you
    > will find a description over your problem.
    >
    > But always make a backup (better an image) of your server BEFORE you do anything
    > on the registry!!!
    >
    > Regards
    >
    > > Hello Guys,
    > >
    > > I have a 2003 Standard Server that started giving me the Source:
    > > Dcom Event Id: 10016 System error after install SP1. My biggest
    > > problem is that the Com Server App it references is Network Connection
    > > Manager class and I do not have that in Dcom Config in the Component
    > > Services. How can i make this error go away?
    > >
    > > Below is a copy of the error I'm getting
    > >
    > > Event Type: Error
    > > Event Source: DCOM
    > > Event Category: None
    > > Event ID: 10016
    > > Date: 9/11/2006
    > > Time: 6:24:42 PM
    > > User: NT AUTHORITY\NETWORK SERVICE
    > > Computer: LIB-AD2EX
    > > 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.
    > >



  4. #4
    Jo Guest

    Re: Getting Source: Dcom Event Id: 10016 error after sp1 install

    Hello kcsteele,

    The problem is that the CLSID's BA126AD1-2166-11D1-B1D0-00805FC1270E
    common name is
    Network Connection Manager class and i dont fing that anywhere in the Dcom
    Config under Component Services ? Is it possible that it is located
    somewhere else?

    "kcsteele" wrote:
    > Experts Exchange is a scam - don't use it.
    >
    > MS changed the way DCOM permissions are used with SP1. The permissions
    > are now split into "remote" and "local" for the launch permission and
    > for the activate permission. The DCOM error is generated because of
    > applications failing to account for these changes when you upgrade to
    > SP1. From what I understand, in most cases, you can search the registry
    > for the CLSID (unless you happen to know what service it is), and find
    > the appropriate DCOM name. You then go into dcom config (dcomcnfg.exe)
    > and change the permissions on that service appropriately.
    >
    > In your case I believe granting the NETWORK SERVICE account "local"
    > activation permission for BA126AD1-2166-11D1-B1D0-00805FC1270E should
    > address the issue.
    >
    >
    > Administrator wrote:
    > > Hello Jo,
    > >
    > > You can try this link:
    > >
    > > http://www.experts-exchange.com/Oper..._21425871.html
    > >
    > > It describes your problem. Go down to the comments and read them. There you
    > > will find a description over your problem.
    > >
    > > But always make a backup (better an image) of your server BEFORE you do anything
    > > on the registry!!!
    > >
    > > Regards
    > >
    > > > Hello Guys,
    > > >
    > > > I have a 2003 Standard Server that started giving me the Source:
    > > > Dcom Event Id: 10016 System error after install SP1. My biggest
    > > > problem is that the Com Server App it references is Network Connection
    > > > Manager class and I do not have that in Dcom Config in the Component
    > > > Services. How can i make this error go away?
    > > >
    > > > Below is a copy of the error I'm getting
    > > >
    > > > Event Type: Error
    > > > Event Source: DCOM
    > > > Event Category: None
    > > > Event ID: 10016
    > > > Date: 9/11/2006
    > > > Time: 6:24:42 PM
    > > > User: NT AUTHORITY\NETWORK SERVICE
    > > > Computer: LIB-AD2EX
    > > > 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.
    > > >

    >
    >


  5. #5
    kcsteele Guest

    Re: Getting Source: Dcom Event Id: 10016 error after sp1 install

    It's netman
    Jo wrote:
    > Hello kcsteele,
    >
    > The problem is that the CLSID's BA126AD1-2166-11D1-B1D0-00805FC1270E
    > common name is
    > Network Connection Manager class and i dont fing that anywhere in the Dcom
    > Config under Component Services ? Is it possible that it is located
    > somewhere else?
    >
    > "kcsteele" wrote:
    > > Experts Exchange is a scam - don't use it.
    > >
    > > MS changed the way DCOM permissions are used with SP1. The permissions
    > > are now split into "remote" and "local" for the launch permission and
    > > for the activate permission. The DCOM error is generated because of
    > > applications failing to account for these changes when you upgrade to
    > > SP1. From what I understand, in most cases, you can search the registry
    > > for the CLSID (unless you happen to know what service it is), and find
    > > the appropriate DCOM name. You then go into dcom config (dcomcnfg.exe)
    > > and change the permissions on that service appropriately.
    > >
    > > In your case I believe granting the NETWORK SERVICE account "local"
    > > activation permission for BA126AD1-2166-11D1-B1D0-00805FC1270E should
    > > address the issue.
    > >
    > >
    > > Administrator wrote:
    > > > Hello Jo,
    > > >
    > > > You can try this link:
    > > >
    > > > http://www.experts-exchange.com/Oper..._21425871.html
    > > >
    > > > It describes your problem. Go down to the comments and read them. There you
    > > > will find a description over your problem.
    > > >
    > > > But always make a backup (better an image) of your server BEFORE you do anything
    > > > on the registry!!!
    > > >
    > > > Regards
    > > >
    > > > > Hello Guys,
    > > > >
    > > > > I have a 2003 Standard Server that started giving me the Source:
    > > > > Dcom Event Id: 10016 System error after install SP1. My biggest
    > > > > problem is that the Com Server App it references is Network Connection
    > > > > Manager class and I do not have that in Dcom Config in the Component
    > > > > Services. How can i make this error go away?
    > > > >
    > > > > Below is a copy of the error I'm getting
    > > > >
    > > > > Event Type: Error
    > > > > Event Source: DCOM
    > > > > Event Category: None
    > > > > Event ID: 10016
    > > > > Date: 9/11/2006
    > > > > Time: 6:24:42 PM
    > > > > User: NT AUTHORITY\NETWORK SERVICE
    > > > > Computer: LIB-AD2EX
    > > > > 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.
    > > > >

    > >
    > >



  6. #6
    Join Date
    Oct 2007
    Posts
    1
    This thread is probably dead, but here is a KB article that should fix your problem:

    http://support.microsoft.com/kb/931355/en-us

Similar Threads

  1. dcom event id 10016
    By Nick in forum Windows Server Help
    Replies: 5
    Last Post: 03-11-2010, 12:56 PM
  2. XP event id 10010 source dcom
    By Lineman in forum Operating Systems
    Replies: 2
    Last Post: 20-08-2009, 05:50 PM
  3. Event ID: 10016 // DCOM //NT AUTHORITY\NETWORK SERVICE
    By sevaanan in forum Small Business Server
    Replies: 1
    Last Post: 14-05-2008, 12:49 AM
  4. Event ID: 10005 / Source: DCOM error
    By Sherry in forum Windows Server Help
    Replies: 4
    Last Post: 08-09-2007, 02:26 AM
  5. System Event Log 10016 Source: DCOM
    By NumLock95 in forum Vista Help
    Replies: 3
    Last Post: 07-05-2007, 09:52 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,269,519.73024 seconds with 17 queries