|
| |||||||||
| Tags: 10016, dcom, source |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
|
This thread is probably dead, but here is a KB article that should fix your problem: http://support.microsoft.com/kb/931355/en-us |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Getting Source: Dcom Event Id: 10016 error after sp1 install" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dcom event id 10016 | Nick | Windows Server Help | 5 | 03-11-2010 01:56 PM |
| Event ID: 10016 // DCOM //NT AUTHORITY\NETWORK SERVICE | Chris | Small Business Server | 4 | 14-05-2008 01:49 AM |
| Event ID: 10005 / Source: DCOM error | Sherry | Windows Server Help | 4 | 08-09-2007 03:26 AM |
| 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 |