SMSExpert
Posts: 193
Score: 39 Joined: 10/28/2008 Status: offline
|
Workaround: Type the command in command prompt: 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. Thanks.
|