| Previous | Next |
| FSRM_E_REPORT_TASK_TRIGGER | FSRM_E_CANNOT_AGGREGATE |
FSRM_E_LOADING_DISABLED_MODULE
FSRM_E_LOADING_DISABLED_MODULE occurs when a rule or policy selects a classifier or storage module whose definition is present but has its Enabled property cleared. FSRM refuses to activate that disabled pipeline component.
Resolve the rule-to-module reference
- Enumerate module definitions and verify the exact module name used by the rule.
- Enable the module only after checking its account, COM registration, configuration, and supported extensions.
- Otherwise update or disable the rule so it no longer depends on that module.
A disabled module is different from a missing module DLL or a module that fails during OnLoad. Enabling it without understanding why it was disabled can restore an unsafe or incompatible extension. Record the module definition and rule name, validate the deployment, then rerun classification after the current classification job has ended.
Module Enabled property · Classification rule · Classification manager
Looking for a different code? Search another status or error code.