What does HRESULT 0x80045337 (FSRM_E_CANNOT_AGGREGATE) mean?

 
Previous Next
FSRM_E_LOADING_DISABLED_MODULE FSRM_E_MESSAGE_LIMIT_EXCEEDED

FSRM_E_CANNOT_AGGREGATE

FSRM_E_CANNOT_AGGREGATE means more than one rule or storage source supplied values for the same classification property, but FSRM could not reduce them to one valid result under that property definition and its value ordering.

Check the property aggregation inputs

  • List every rule and storage module that returned the affected property.
  • Verify that each value belongs to the property type and, for ordered or multi-choice properties, to the defined possible-values list.
  • Review whether the order of possible values changed after rules were created.

Aggregation is a property-model problem, not a generic file-read failure. Ordered-list definitions depend on the configured value order, while incompatible scalar, list, or unknown values cannot be merged reliably. Correct the property definition or the producing rules; deleting the file cache alone will only cause the same invalid values to be calculated again.

Property definition · Possible values · Classification rule


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