What does Windows error code 9719 (DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE) mean?

 
Previous Next
DNS_ERROR_DS_ZONE_ALREADY_EXISTS DNS_ERROR_NODE_IS_DNAME

DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE

AD-integrated zone data is not managed through the normal zone boot file

Windows DNS can load file-backed zones from persistent files, but directory-integrated zones are represented by dnsZone and dnsNode objects and replicate through AD DS. MS-DNSP initialization explicitly distinguishes loading local persistent storage from loading directory-backed objects in application directory partitions.

Inspect the zone storage mode and the management operation that is trying to create, read, or depend on a boot file. For an AD-integrated zone, use directory-aware zone management and export operations when a file copy is needed. Do not assume that editing a historical .dns file will update the live directory-integrated zone or its replicas.

What to inspect

  • Confirm the zone is AD-integrated and identify its directory partition.
  • Trace whether the failing tool expects a zone-file path or BootMethod file storage.
  • Use supported DNS Server export or zone management operations instead of treating the live zone as a file-backed primary.

References


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