Attempting to connect to a Windows Server 2008 R2 DNS Server using the Windows 2000 or Windows Sever 2003 version of DNS Manager snap-in, DNSMGMT.MSC fails with the error:
>dnscmd <IP address of W2K8 R2 DNS Server> /info>
>dnscmd <single label hostname> /info>
A network trace of a DNS Manager tool run from a pre-Windows 2008 computer attempting to administer a Windows Server 2008 R2 DNS Server shows the DNS the following conversation:
DNSP: R_DnssrvComplexOperation2 Request …..
MSRPC:c/o Fault: Call=0x1, Context = 0x0, Status = 0x5 Cancels = 0X0 with status 0x00000005
DnssrvComplexOperation2 is one of about 10 possible requests that could be generated by DNSMGMT.MSC and DNSCMD.EXE. The RPC fault with status 0x5 does not uniquely define this scenario but the response that you’ll see on the wire for this scenario
“Access is denied. Would you like to add it anyway” (YES | NO)
Clicking “Yes” displays the DNS Management snap-in but a red ball appears adjacent to W2K8 R2 DNS Sever in the left-hand pane of DNSMGT.MSC. The right-hand pane of DNS Manager displays the following text: Access is Denied
You do not have permission to access this DNS Server.
To retry the connection, either press F5 or Refresh on the Action menu.
Attempting to administer a W2K8 R2 DNS Server using the Windows 2000 or Windows Server 2003 version of DNSCMD.EXE fails with the one of two errors illustrated here by the “DNSCMD <servername> /info command depending on whether the remote computer is referenced by IP address, single label hostname or fully qualified hostname:You do not have permission to access this DNS Server.
To retry the connection, either press F5 or Refresh on the Action menu.
>dnscmd <IP address of W2K8 R2 DNS Server> /info>
Info query failed
status = 5 (0x00000005)
Command failed: ERROR_ACCESS_DENIED 5 (00000005)
status = 5 (0x00000005)
Command failed: ERROR_ACCESS_DENIED 5 (00000005)
>dnscmd <single label hostname> /info>
Info query failed
status = 1722 (0x000006ba)
status = 1722 (0x000006ba)
Command failed: RPC_S_SERVER_UNAVAILABLE 1722 (000006ba)
>dnscmd <full qualified hostname of DNS Server> /info)Info query failed
Status = 5 (0x00000005)
Command failed: ERROR_ACCESS_DENIED 5 (00000005)
Status = 5 (0x00000005)
Command failed: ERROR_ACCESS_DENIED 5 (00000005)
A network trace of a DNS Manager tool run from a pre-Windows 2008 computer attempting to administer a Windows Server 2008 R2 DNS Server shows the DNS the following conversation:
DNSP: R_DnssrvComplexOperation2 Request …..
MSRPC:c/o Fault: Call=0x1, Context = 0x0, Status = 0x5 Cancels = 0X0 with status 0x00000005
DnssrvComplexOperation2 is one of about 10 possible requests that could be generated by DNSMGMT.MSC and DNSCMD.EXE. The RPC fault with status 0x5 does not uniquely define this scenario but the response that you’ll see on the wire for this scenario