What does HRESULT 0x8030010E (PLA_E_EXE_FULL_PATH_REQUIRED) mean?

 
Previous Next
PLA_E_NO_DUPLICATES PLA_E_INVALID_SESSION_NAME

PLA_E_EXE_FULL_PATH_REQUIRED

A filename cannot uniquely identify the process image to instrument

PLA_E_EXE_FULL_PATH_REQUIRED means the API tracing collector was configured with a bare name or relative path. PLA needs a fully qualified local path so process launch and image matching do not depend on search order or the controller working directory.

Store the canonical absolute path after resolving environment variables and architecture-specific installation directories. Do not substitute a PATH lookup, because the scheduled run-as account may have a different environment and could resolve another binary with the same name. Keep the persisted definition synchronized when application updates move the executable.

Path construction checks

  • Drive-qualified absolute ExePath.
  • Resolved environment and installation directory.
  • 32-bit versus 64-bit program location.
  • Run-as account environment used at capture time.

References


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