What does HRESULT 0x80045332 (FSRM_E_REPORT_TYPE_ALREADY_EXISTS) mean?

 
Previous Next
FSRM_E_DIFFERENT_CLUSTER_GROUP FSRM_E_REPORT_JOB_ALREADY_RUNNING

FSRM_E_REPORT_TYPE_ALREADY_EXISTS

FSRM_E_REPORT_TYPE_ALREADY_EXISTS (0x80045332) The same storage-report type was added more than once to a single FSRM report job. The job must contain each report type only once.

What to check for FSRM_E_REPORT_TYPE_ALREADY_EXISTS

  • Review the report-job definition and remove the duplicate report type.
  • Check import and automation logic that may append instead of replace report types.
  • Rerun the job after the definition contains one instance of each intended report.

Microsoft: FSRM overview

Microsoft: FileServerResourceManager PowerShell module

Microsoft: FSRM troubleshooting guidance

Diagnostic discriminator: Inspect the report-type collection being built and remove the duplicate type entry. The status means the same report type was added twice, not that an existing stored report must be deleted.


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