Microsoft KB Archive/305734

From BetaArchive Wiki
Knowledge Base


PRB: ERROR_ACCESS_DENIED When You Export a COM+ Application

Article ID: 305734

Article Last Modified on 12/5/2007



APPLIES TO

  • Microsoft COM+ 1.5



This article was previously published under Q305734

SYMPTOMS

If you do not have sufficient permissions, and you try to use the Component Services Microsoft Management Console (MMC) to export a COM+ application, you receive the following error message:

Catalog error:
You do not have permission to perform the requested action. If security is enabled on System application make sure you are included in the appropriate roles.

If you use the ICOMAdminCatalog2::ExportApplication method, the method returns the following error:

ERROR_ACCESS_DENIED

RESOLUTION

To export a COM+ application, the user must belong to the following groups or roles:

  • The Power Users or Administrators group on the local computer (to ensure access to necessary resources such as registry keys and files).
  • The Administrators role on the System Application.
  • The Administrators role on the Partition (if the application is not in the "Base Application Partition").



Additional query words: member

Keywords: kbprb KB305734