What does HRESULT 0x80045350 (FSRM_E_LAST_ACCESS_UPDATE_DISABLED) mean?

 
Previous Next
FSRM_E_PROPERTY_DELETED FSRM_E_NO_PROPERTY_VALUE

FSRM_E_LAST_ACCESS_UPDATE_DISABLED

FSRM_E_LAST_ACCESS_UPDATE_DISABLED means a report or file-management condition uses the file last-access timestamp while the server is configured not to maintain that timestamp with the required accuracy.

Do not build retention on stale timestamps

  • Check the current NTFS last-access update behavior with fsutil behavior query disablelastaccess.
  • Determine whether enabling updates is acceptable for the server workload and policy.
  • Otherwise replace the condition with creation, modification, classification, or application-owned access data.

Enabling last-access updates changes filesystem write behavior and does not reconstruct historical access times that were never recorded. A job rerun immediately after enabling the feature can still act on stale values. Establish a new policy start date or repopulate trustworthy metadata before using last access for expiration decisions.

fsutil behavior · File management job · Retention scenario


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