What does HRESULT 0x80045369 (FSRM_E_MODULE_INVALID_PARAM) mean?

 
Previous Next
FSRM_E_FILE_MANAGEMENT_ACTION_GET_EXITCODE_FAILED FSRM_E_MODULE_INITIALIZATION

FSRM_E_MODULE_INVALID_PARAM

FSRM_E_MODULE_INVALID_PARAM is returned when a classifier or storage module rejects its configured parameter set. Module parameters belong to the module implementation contract, so a syntactically valid FSRM rule can still contain values that the selected module does not understand.

Validate the module definition and rule together

  • Compare parameter names, casing, value syntax, and required fields with the module vendor documentation.
  • Check whether the rule was imported from another server with a different module version.
  • Read the FSRM application event entry because modules can provide parameter-specific diagnostic text there.

Do not substitute arbitrary defaults merely to make initialization succeed. A classifier parameter can control expression syntax, matching thresholds, or property behavior, and a storage parameter can select a persistence mechanism. Export the working configuration from a server running the same module build when available, then change one parameter at a time and rerun a small test scope.

Pipeline module implementation · Classification manager · Classification management


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