What does HRESULT 0x80045357 (FSRM_E_PARTIAL_CLASSIFICATION_PROPERTY_NOT_FOUND) mean?

 
Previous Next
FSRM_E_CANNOT_ALLOW_REPARSE_POINT_TAG FSRM_E_TEXTREADER_NOT_INITIALIZED

FSRM_E_PARTIAL_CLASSIFICATION_PROPERTY_NOT_FOUND

FSRM_E_PARTIAL_CLASSIFICATION_PROPERTY_NOT_FOUND combines two facts: the requested property was not produced, and the file already has a partial-classification state because another load or classification step failed.

Diagnose the earlier pipeline failure first

  • Inspect the file property-bag messages and the classification report for failed modules or rules.
  • Confirm that an enabled rule actually targets the requested property and matches the file scope.
  • Verify that the property definition still exists and that storage retrieval did not fail.

Creating a default value merely to satisfy the lookup can turn an unknown policy state into a false classification. The missing property may be the direct result of a content-reader, cache, or persistence failure. Restore a complete run, then retrieve the property again and act only when the status no longer indicates partial classification.

Property bag · Classification rule · RunClassification


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