What does HRESULT 0x80045367 (FSRM_E_FILE_MANAGEMENT_ACTION_TIMEOUT) mean?

 
Previous Next
FSRM_E_VOLUME_OFFLINE FSRM_E_FILE_MANAGEMENT_ACTION_GET_EXITCODE_FAILED

FSRM_E_FILE_MANAGEMENT_ACTION_TIMEOUT

FSRM_E_FILE_MANAGEMENT_ACTION_TIMEOUT means a custom command configured for an FSRM file-management job did not finish within the action time limit. File selection may have succeeded; the failure is in the command execution stage for the current file or batch.

Diagnose the custom action as a service task

  • Capture the command, arguments, working context, target file, and elapsed time.
  • Run the executable under the configured FSRM action account with the same noninteractive environment.
  • Check for prompts, network waits, child processes, file locks, and missing termination handling.

Increasing the timeout can be appropriate for a known bounded operation, but it is not a fix for a command waiting indefinitely. File-management tasks can select many files, so a slow action multiplies across the scope. Make the command idempotent, log per-file completion, and ensure a retry does not repeat destructive work already performed before the timeout.

File management tasks · File management job · Action command


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