DNS_ERROR_STANDBY_KEY_NOT_PRESENT - 9117 (0x239D)
The specified signing key does not have a standby key to revoke.
Updated: Feb 21, 2026
Technical Meaning
This error code indicates that the specified signing key used for digital signatures in a Domain Name System (DNS) context does not have a standby or backup key available to revoke. This typically implies that the key management process is incomplete, as a standby key should be present to facilitate secure revocation procedures.
Error Details
The error code 9117 corresponds to DNS_ERROR_STANDBY_KEY_NOT_PRESENT. It suggests that during an operation involving DNSSEC (Domain Name System Security Extensions) or similar security mechanisms, the system encountered a situation where it required a standby key for revocation but found none available.
Usage Context
This error is relevant in scenarios where DNS keys are managed and revoked. For example, when performing operations such as key rollover or revocation, the system may require both active and standby keys to ensure seamless transition and security.
Developer Interpretation
Developers should interpret this error code as an indication that the specified signing key is not in a state where it can be safely revoked. This could imply issues with key management processes, such as missing or incorrectly configured standby keys, or incomplete key rollover procedures.
Related Errors
DNS_ERROR_NO_STANDALONE_NAME_SERVER: Indicates no standalone name server available for operations.DNS_ERROR_NO_ROOT_HINTS: No root hints are present to resolve the domain.DNS_ERROR_NO_RFC2136_CONNECTION: Unable to establish a connection with the DHCP server for DNS updates.
FAQ
Q: What does this error mean?
A: This error indicates that the specified signing key lacks a standby key necessary for revocation, suggesting issues with key management or configuration.
Q: How can I resolve this issue?
A: Ensure that all keys are properly configured and that standby keys are available for revocation processes. Review key management procedures to ensure compliance with security best practices.
Summary
The DNS_ERROR_STANDBY_KEY_NOT_PRESENT error code signifies a critical state in DNS key management where the specified signing key cannot be revoked due to the absence of a standby key. Developers should address this by ensuring proper key configuration and management processes are in place.