What does HRESULT 0x8004533D (FSRM_E_CLASSIFICATION_ALREADY_RUNNING) mean?

 
Previous Next
FSRM_E_MAX_PROPERTY_DEFINITIONS FSRM_E_CLASSIFICATION_NOT_RUNNING

FSRM_E_CLASSIFICATION_ALREADY_RUNNING

FSRM_E_CLASSIFICATION_ALREADY_RUNNING is returned when a caller starts classification while the service already has a classification run queued or executing. FSRM permits only one classification job at a time.

Coordinate with the active run

  • Read ClassificationRunningStatus and identify whether the run is scheduled or on demand.
  • Wait for completion or explicitly cancel the active run if policy permits.
  • After completion, inspect ClassificationLastError before launching a replacement run.

Starting multiple clients in parallel will not increase classification throughput; it only creates contention at the service boundary. Avoid retry loops with short delays. Use a single scheduler or distributed lock for automation, and distinguish a long-running classification from a hung module by checking reports, event logs, and progress on the scanned volumes.

RunClassification · Classification running status · Classification manager


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