Site icon EfmSoft

What does HRESULT 0x8000401B (CO_E_LAUNCH_PERMSSION_DENIED) mean?

 
Previous Next
CO_E_RUNAS_LOGON_FAILURE CO_E_START_SERVICE_FAILURE

CO_E_LAUNCH_PERMSSION_DENIED

CO_E_LAUNCH_PERMSSION_DENIED indicates an authorization decision during COM activation. The client is not permitted to launch the server selected for the requested class. The constant name contains the historical spelling PERMSSION; use that exact spelling when matching the HRESULT or the Windows header.

Launch permission is not call permission

COM separates permissions to start or activate a server from permissions to call a server that is already running. AppID configuration can contain a LaunchPermission security descriptor, and DCOM distinguishes Local Launch, Remote Launch, Local Activation, and Remote Activation rights. Starting the executable manually may hide the symptom without repairing the activation policy.

Safe way to investigate

References


Looking for a different code? Search another status or error code.

Exit mobile version