What does HRESULT 0x8004536B (FSRM_E_MODULE_SESSION_INITIALIZATION) mean?

 
Previous Next
FSRM_E_MODULE_INITIALIZATION FSRM_E_CLASSIFICATION_SCAN_FAIL

FSRM_E_MODULE_SESSION_INITIALIZATION

FSRM_E_MODULE_SESSION_INITIALIZATION occurs after the pipeline module is available but before it can process the current classification session. Session setup can depend on the active rules, property definitions, parameters, and connectors supplied for that run.

Separate session state from installation state

  • Confirm the module initializes successfully in a minimal rule with a small local scope.
  • Validate every property definition and rule parameter passed into the current classification session.
  • Look for stale references to deleted or deprecated properties after configuration synchronization.

Reinstalling a module that already loads may not address this HRESULT. Compare the active rule set with the last successful run and identify schema or parameter changes. A session failure can affect every file before any content is read, so per-file permission troubleshooting is usually misplaced until the session can be created successfully.

Classifier module implementation · Classification manager · Create classification property


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