What does HRESULT 0x80045335 (FSRM_E_REPORT_TASK_TRIGGER) mean?

 
Previous Next
FSRM_E_REPORT_GENERATION_ERR FSRM_E_LOADING_DISABLED_MODULE

FSRM_E_REPORT_TASK_TRIGGER

FSRM_E_REPORT_TASK_TRIGGER indicates that the scheduled task associated with an FSRM report job contains zero usable triggers or only trigger forms that the FSRM scheduler does not support. The report definition itself can still be valid.

Validate the scheduled-task definition

  • Confirm that the report job Task name matches the registered task name.
  • Inspect the serialized Task Scheduler XML and retain at least one trigger supported by FSRM.
  • Recreate legacy schedules with the current FSRM WMI or PowerShell management path where appropriate.

Legacy IFsrmReportScheduler accepts a restricted Task Scheduler-compatible definition and ignores unsupported triggers. As a result, a task can exist in Task Scheduler yet never provide a valid activation point for the report job. Do not fix this by changing report formats or namespace roots; repair the task trigger and then test an on-demand run separately from the scheduled run.

CreateScheduleTask · Report scheduler · Report job


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