Before you follow the steps in this section that describe how to resolve this issue, you must first confirm that you are experiencing this permissions issue.
Confirm that you are experiencing this permissions issue
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
You can confirm that you are experiencing this permissions issue by turning on DCOM error logging. You can enable error logging by changing the registry and then restarting the DCOM process that you want to examine. The DCOM process that you want to examine determines whether you have to restart the computer. To turn on DCOM error logging, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole
registry subkey. - Right-click the Ole value, point to New, and then click DWORD Value.
- Type ActivationFailureLoggingLevel, and then press ENTER. Double-click ActivationFailureLoggingLevel, type 1 in the Value data box, and then click OK.
- Right-click the Ole value, point to New, and then click DWORD Value.
- Type CallFailureLoggingLevel, and then press ENTER. Double-click CallFailureLoggingLevel, type 1 in the Value data box, and then click OK.
- Restart the DCOM program, and then examine the System log and the Application log for DCOM errors.
The error messages in the event log contain information that you can use to help resolve the permissions issue.
You can turn off DCOM error logging by changing the
ActivationFailureLoggingLevel value and the
CallFailureLoggingLevel value to zero.
Resolve the permissions issue
If you confirm that you are experiencing this permissions issue, resolve the permissions issue by following these steps:
- Click Start, point to Administrative Tools, and then click Component Services.
- Expand the Component Services\Computers container.
- Right-click My Computer, and then click Properties.
- On the COM Security tab, click Edit Limits in the Launch and Activation Permissions area or in the Remote Activation area. The area depends on where the issue occurs.
- Click the account that is specified in the event log error, and then click Allow for the Remote Access permissions or for the Remote Launch and Remote Activation permissions.
- Click OK two times to accept the changes. Then, try to use the program that uses DCOM.