Site icon EfmSoft

What does HRESULT 0x80004019 (CO_E_RUNAS_CREATEPROCESS_FAILURE) mean?

 
Previous Next
CO_E_CREATEPROCESS_FAILURE CO_E_RUNAS_LOGON_FAILURE

CO_E_RUNAS_CREATEPROCESS_FAILURE

CO_E_RUNAS_CREATEPROCESS_FAILURE is the RunAs-specific form of local-server launch failure. COM has selected a server configured to run under a particular identity, but it cannot create the process in that configuration. This is broader than a bad password: process creation can also fail after authentication succeeds.

Why it differs from ordinary launch failure

The AppID RunAs setting changes how COM launches a non-service server. COM uses the configured account to create a logon session and starts the server within that identity. A service-hosted COM server is different: the RunAs value is not used for servers configured through LocalService.

What to examine

References


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

Exit mobile version