ERROR_EC_LOG_DISABLED - 15081 (0x3AE9)
The log of the subscription is in disabled state, and cannot be used to forward events to. The log must first be enabled before the subscription can be activated.
Updated: Feb 21, 2026
Technical Meaning
The error code ERROR_EC_LOG_DISABLED with the numeric value 15081 and hexadecimal representation 0x3AE9 indicates that a subscription's log is currently disabled. This means that the system cannot use this log to forward events, as it is not active.
Error Details
This error typically occurs when an attempt is made to activate or utilize a logging subscription that has been configured but is in a disabled state. The log must be explicitly enabled before any operations can proceed successfully.
Usage Context
This error code is relevant in scenarios where event logs are used for monitoring, auditing, or forwarding events to other systems. It may appear when attempting to start a service, configure logging settings, or process events through a subscription that has not been activated.
Developer Interpretation
When encountering this error, developers should ensure that the log is enabled before proceeding with any operations that rely on it. This can be done by configuring the relevant logging settings in the system's configuration files or through administrative tools provided by Windows.
Related Errors
- ERROR_LOG_DISABLED: Indicates a general issue with the log being disabled.
- ERROR_LOG_FILE_CORRUPTED: Suggests that the log file is corrupted and needs to be restored or replaced.
- ERROR_LOG_FILE_FULL: Implies that the log has reached its capacity limit and cannot accept more events until cleared or expanded.
FAQ
Q: What does ERROR_EC_LOG_DISABLED mean?
A: It indicates that a logging subscription is disabled and cannot be used to forward events. The log must first be enabled before any operations can proceed.
Q: How do I resolve this error?
A: Ensure the log is enabled by configuring the relevant settings in the system's configuration files or through administrative tools provided by Windows.
Summary
The ERROR_EC_LOG_DISABLED (15081) error code signifies that a logging subscription is disabled and cannot be used to forward events. Developers should ensure logs are enabled before attempting operations that rely on them.