What does Windows error code 9703 (DNS_ERROR_NODE_CREATION_FAILED) mean?

 
Previous Next
DNS_ERROR_RECORD_FORMAT DNS_ERROR_UNKNOWN_RECORD_TYPE

DNS_ERROR_NODE_CREATION_FAILED

The record update failed while creating its owner-name node

DNS resource records are grouped by owner name and type. In an Active Directory-integrated zone, MS-DNSP represents zone contents with dnsNode objects whose dnsRecord attribute stores resource record definitions. An update for a previously unused owner name can therefore require creation of a new node before the record data can be committed.

Capture the zone, owner name, record type, and storage mode. For AD-integrated zones, inspect directory availability, write permissions, replication state, and existing tombstoned node state. For file-backed zones, review zone load and persistent-storage errors. Changing the DNS record type is not a meaningful fix if the actual failure is creating the namespace node that would contain any RRset.

What to inspect

  • Verify the target owner name is inside the intended zone and does not collide with special alias data.
  • For AD-integrated DNS, inspect the corresponding directory partition and DNS Server directory-write events.
  • Retry only after identifying whether node creation failed in directory or local zone storage.

References


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