Answered by:
DCOM ERROR 10016 when client try to connect on windows server 2008

Question
-
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 08/03/2011 15.09.34
Event ID: 10014
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: hide
Description:
The activation for CLSID {32AFB57A-3FAE-4FFB-BA6D-1C991DC908C2} failed because remote activations for COM+ are disabled. To enable this functionality use the Configure Your Server wizard and select the Web Application Server role.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
<EventID Qualifiers="49152">10014</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-03-08T14:09:34.000Z" />
<EventRecordID>88518</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>hide</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">{32AFB57A-3FAE-4FFB-BA6D-1C991DC908C2}</Data>
</EventData>
</Event>
Someone can explaint me how to resolve ,on client machine i have this error:
DCOM 10016 Server RPC error
Thank's,
Giuseppe Regina
Friday, March 11, 2011 9:22 AM
Answers
-
Hi Giuseppe,
Your client 10006 event description shows that DCOM received an error "The RPC server is unavailable. " from the computer BACK_MTX when attempting to activate the server: {32AFB57A-3FAE-4FFB-BA6D-1C991DC908C2}
After inserting the client in the domain, please first use domain administrator account to logon to try COM+ application.If this does not work, please refer to Event ID 10006 KB to verify client COM and firewall setting, then review RPC event error and post to us.
Event ID 10006 — COM Remote Service Availability
http://technet.microsoft.com/hi-in/library/cc774289(en-us,WS.10).aspx
Regards, Rick Tan- Marked as answer by Rick Tan Tuesday, March 22, 2011 1:18 AM
Wednesday, March 16, 2011 8:43 AM
All replies
-
Here is the solution:
Monday, March 14, 2011 8:22 AM -
Hi Giuseppe,
Regarding the event 10014, you could refer to the below articles to enable remote activations for COM+.
For windows 2003,Event ID 10014 Source DCOM
http://www.eventid.net/display.asp?eventid=10014&eventno=5628&source=DCOM&phase=1
For windows 2008,Event ID 10014 — COM Configuration
http://technet.microsoft.com/en-us/library/cc774408(WS.10).aspx
According to the event description, server hide OS seems to be windows 2003. If it still does not work, please provide the problem background,like whether only one new client encounters this problem, or after server OS upgrade, what’s the DCOM function/application you want to use, etc.
Regards, Rick TanMonday, March 14, 2011 9:07 AM -
Hi All,
i just tryed this solution, without success , maybe i can explain more the network configuration:
Client W2k SP4 OUT of the domain
Server Windows 2008 DataCenter IN DOMAIN
On the client machine i have Error Server RPC Not Avaiable but i enabled all the option .
Any suggestions?
Thank's!
GR
Monday, March 14, 2011 1:31 PM -
Hi Giuseppe,
Sorry I may need more information to clarify your environment.
Please post your client 10016 event log details to us, What operation was being done when this event generated?Have your checked and resolved your server 10014 event error? How could you judge that the error is in client end?
I suggest trying adding or setting registry value “RemoteAccessEnabled” to 1 under path “ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 “ on Computer hide and see how is going .
What is your client connect (RPC) Windows 2008 server? IIS, Sharepoint, SMS or any others.
Does other client work normally without this 10016 error? Contrast their service started list. I suggest you to join client into domain to have a test.Have the client & server closed firewall or opened port TCP 135? Please let client ping &telnet 135 port to your server.
You could take reference of the below articles for 10016. I'm waiting for your new update.
Event ID 10016 Source DCOM
http://www.eventid.net/display.asp?eventid=10016&eventno=4718&source=DCOM&phase=1
Windows Server 2008: Event ID 10016 — COM Security Policy Configuration
http://social.technet.microsoft.com/wiki/contents/articles/windows-server-2008-event-id-10016-com-security-policy-configuration.aspx
Enable or Disable DCOM
http://technet.microsoft.com/en-us/library/cc771387.aspx
Regards, Rick TanTuesday, March 15, 2011 9:39 AM -
Hi Rick Tan,
This is the client error:
Tipo evento: Errore
Origine evento: DCOM
Categoria evento: Nessuno
ID evento: 10006
Data: 14/03/2011
Ora: 19.03.58
Utente: BACK_MTX\Administrator
Computer: BACK_MTX
Descrizione:
DCOM ha ricevuto l'errore "Server RPC non disponibile. " dal computer ISGAMBABRUNO durante il tentativo di attivare il server
{32AFB57A-3FAE-4FFB-BA6D-1C991DC908C2}The message about the error its in italian language.
2. Error 10014 vanish after enable Application Role on the server .
3. The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 is at value 1 on the server
4.On client machine i don't have this key(point 3)
5.The server is Windows Server 2008 (Virtual Machine) on a Windows 2008 Server Datacenter , on the server i installed a COM+ Application , create a proxy and installed it on the client.
6.Today i try to insert the client in the domain
7.This is the only client work with this method , other client work with Terminal Server and they are in domain(all xp machine)
8.telnet on port 135 and ping from the client works.
9.I allow all user to use com+ component on both side (server ,client) but i have still the problem.
Thank's
Giuseppe
Tuesday, March 15, 2011 1:00 PM -
Hi Giuseppe,
Your client 10006 event description shows that DCOM received an error "The RPC server is unavailable. " from the computer BACK_MTX when attempting to activate the server: {32AFB57A-3FAE-4FFB-BA6D-1C991DC908C2}
After inserting the client in the domain, please first use domain administrator account to logon to try COM+ application.If this does not work, please refer to Event ID 10006 KB to verify client COM and firewall setting, then review RPC event error and post to us.
Event ID 10006 — COM Remote Service Availability
http://technet.microsoft.com/hi-in/library/cc774289(en-us,WS.10).aspx
Regards, Rick Tan- Marked as answer by Rick Tan Tuesday, March 22, 2011 1:18 AM
Wednesday, March 16, 2011 8:43 AM