What does HRESULT 0x80045365 (FSRM_E_PERSIST_PROPERTIES_FAILED) mean?

 
Previous Next
FSRM_E_FILE_ENCRYPTED FSRM_E_VOLUME_OFFLINE

FSRM_E_PERSIST_PROPERTIES_FAILED

FSRM_E_PERSIST_PROPERTIES_FAILED means classification produced one or more property values, but the storage phase could not persist them to the target. This is later in the pipeline than rule evaluation and should not be reported as if no classification result was calculated.

Inspect the storage phase

  • Read the property bag messages to identify the storage module and property name that failed.
  • Verify that a writable storage module supports the file extension and the requested property.
  • Check file permissions, read-only state, encryption, volume availability, and format-specific metadata limits.

FSRM can aggregate values from classifier modules and then invoke one or more storage modules. A successful calculation does not guarantee that the chosen file format can carry the value. Preserve the classification report and distinguish an in-memory result from a durable property. Retrying without correcting the storage module or target file can repeatedly classify the file while leaving policy consumers with stale metadata.

Store classification properties · Property bag · Classification manager


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