| Previous | Next |
| DNS_ERROR_UNKNOWN_RECORD_TYPE | DNS_ERROR_NAME_NOT_IN_ZONE |
DNS_ERROR_RECORD_TIMED_OUT
DNS record timed out.
DNS_ERROR_RECORD_TIMED_OUT is Win32 error 9705 (0x000025E9) in Windows DNS client or DNS Server management.
Likely impact: Clients may continue using cached data temporarily, so recovery must verify both authoritative and resolver caches.
Typical causes
- dynamic registration was not refreshed.
- a scavenging or lease interval expired.
- the caller uses a stale record handle.
- replication delivered an already expired timestamp.
Troubleshooting steps
- Verify that the record remains valid for the operation or is refreshed before its timeout.
- Collect record name, type, and timestamp and zone aging and scavenging settings.
- Correlate registration or lease history with the DNS Server event log, DNS analytical logging when enabled, packet capture, zone metadata, server configuration, and the exact DNS API request.
Useful evidence
- Collect authoritative server and replication state.
- Collect operation that encountered the timeout.
Recovery and retry
Refresh or recreate the authoritative record after validating the owner; do not extend stale data without confirming the endpoint.
Related errors
DNS_ERROR_NAME_DOES_NOT_EXIST means no record is present; this code identifies a record that aged out
Example
A DHCP-managed host stops renewing and its record expires. Renewing the lease recreates current A and PTR data instead of preserving the stale address.
References
Looking for a different code? Search another status or error code.