Site icon EfmSoft

What does HRESULT 0x8004533E (FSRM_E_CLASSIFICATION_NOT_RUNNING) mean?

 
Previous Next
FSRM_E_CLASSIFICATION_ALREADY_RUNNING FSRM_E_FILE_MANAGEMENT_JOB_ALREADY_RUNNING

FSRM_E_CLASSIFICATION_NOT_RUNNING

FSRM_E_CLASSIFICATION_NOT_RUNNING means a caller attempted to cancel, wait on, or otherwise control classification when the service had no queued or active classification operation corresponding to that request.

Reconcile client state with FSRM state

This can be a benign race: classification may finish after the client checks status but before it sends cancel. Treat that case as completion, not as a reason to launch another run immediately. If automation repeatedly loses track of jobs, centralize ownership and persist the start time, context, and final result instead of inferring state only from the caller process.

Classification manager · Running status · RunClassification


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

Exit mobile version