On the remote computer (the one that cannot be accessed), type in a cmd window the following:
c:> netsh firewall set service REMOTEADMIN enable
Main Topics
Browse All TopicsHave been getting these DCOM 10009 event id errors on a ISA2004/Websense server for more than 1.5 years. The system is running OK, but we want to fix this issue. We read all the fixes related to this error and none seem to work. Does anyone have a similar problem or is this a job for Microsoft?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Maybe this can help:
http://forum.adiscon.com/t
Business Accounts
Answer for Membership
by: DCenaculoPosted on 2008-03-04 at 10:29:31ID: 21043552
DCOM is not configured to allow remote access
It might be failing due to DCOM being configured in a manner that doesn't allow remote applications to run. You must have DCOM configued (on the remote computer that is being accessed) to allow remote launch and remote activation. Type this in a command window on your USER-XP:
c:> dcomcnfg.exe
Then:
Click Component Services
Click Computers
Right-click My Computer
Properties
Click on the Default Properties tab
Check "Enable Distributed COM on this computer"
Default Authentication Level: Connect
Default Impersonation Level: Identify
Next:
Click on COM Security tab
Click Edit Limits under "Launch and Acitvate Permissions"
Make sure Remote Launch and Activation permissions are enabled for the Username you are using
Verify that the username (and group) you are using to access the remote machine have both local and remote (activation and launch) capabilities enabled (all 4 boxes should be checked). If DCOM is what is causing the problem, you will typically get an "Authentication Error" from the WMIC command above. If you are getting an "RPC Server Unavailable" error, it is likely that a firewall is blocking access completely (see below).