What does NTSTATUS 0xC01A0015 (STATUS_LOG_POLICY_NOT_INSTALLED) mean?

 
Previous Next
STATUS_LOG_POLICY_ALREADY_INSTALLED STATUS_LOG_POLICY_INVALID

STATUS_LOG_POLICY_NOT_INSTALLED

STATUS_LOG_POLICY_NOT_INSTALLED reports that an operation referred to a CLFS management policy that was absent at the time of the request. CLFS management policies are typed controls for log growth, shrink, size, container naming and other log-management behavior.

Do not interpret this as a malformed policy value. STATUS_LOG_POLICY_INVALID describes an invalid installed set; this status says the requested policy is not currently present. Client policies can also revert to defaults when all log handles close, so presence should be queried at the time of the operation.

Confirm the effective policy state

  • Query the specific policy type on the intended log rather than relying on a cached configuration view.
  • Check whether all handles were closed or another shared client reset the policy to its default behavior.
  • Install or update policy only through the CLFS management interface, with the required permissions and coordination among clients.

References


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