What does HRESULT 0x80045363 (FSRM_E_INCOMPATIBLE_FORMAT) mean?

 
Previous Next
FSRM_E_TEXTREADER_FILENAME_TOO_LONG FSRM_E_FILE_ENCRYPTED

FSRM_E_INCOMPATIBLE_FORMAT

FSRM_E_INCOMPATIBLE_FORMAT means the selected classifier or storage module could not establish a supported representation for the file. FSRM modules can advertise supported extensions and may request file content, but extension routing alone does not guarantee that the bytes are valid for that format.

Verify routing before changing the rule

  • Confirm which module definition and classification rule selected the file.
  • Compare the file extension with the module supported-extension list and inspect the actual file signature.
  • Test the same file with the module outside a large classification batch when the vendor provides a diagnostic tool.

Renaming the file or adding its extension to a module definition does not make the content compatible. The failure can also indicate a truncated file, an unsupported format revision, or a content reader that was not installed with the module. Keep this result separate from an access failure: the module was reached, but it could not obtain a usable format model from the supplied file.

Classification management · Pipeline module implementation · Retrieve stored properties


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