What does NTSTATUS 0x40000034 (STATUS_BIZRULES_NOT_ENABLED) mean?

 
Previous Next
STATUS_ABANDON_HIBERFILE STATUS_FT_READ_FROM_COPY

STATUS_BIZRULES_NOT_ENABLED

Authorization Manager BizRules are disabled

Authorization Manager can evaluate application roles and operations and can expose parameters to BizRule logic during an access check. This status means the application is attempting to rely on business-rule scripts while that capability is disabled for the caller or application context.

Do not reinterpret the result as an ordinary ACL denial. Identify the Authorization Manager policy store, application and operation being evaluated, then verify whether the application was intentionally configured to allow BizRules. Because the technology is application authorization logic, enabling scripts changes policy behavior and should be deliberate.

What to inspect

  • Record the AzMan application, scope, operation IDs, and policy-store location.
  • Determine which task or role references a BizRule and whether scripts are intentionally disabled.
  • Change BizRule enablement only after reviewing the rule code and expected authorization model.

References


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