Skip to content

Commit 71c8167

Browse files
committed
restore
1 parent 2484205 commit 71c8167

3 files changed

Lines changed: 39 additions & 88 deletions

File tree

support/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,45 @@ For more information, see [Domain join error code 0x54b](error-code-0x54b.md).
7777

7878
### Error code 0x0000232A
7979

80-
See [Domain join error code 0x0000232A](error-code-0x0000232a.md) for troubleshooting guide.
80+
Error 0x0000232A is logged when the client computer lacks NetBIOS name resolution to the domain.
81+
82+
:::image type="content" source="media/active-directory-domain-join-troubleshooting-guidance/error-0x0000232a-message.png" alt-text="Screenshot of the dialog box showing the error message for error code 0x0000232A.":::
83+
84+
Here's an example of the error message:
85+
86+
> Note: This information is intended for a network administrator. If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\WINDOWS\debug\dcdiag.txt.
87+
>
88+
> The domain name "\<NetBIOS_name\>" might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.
89+
>
90+
> If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
91+
>
92+
> The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "\<NetBIOS_name\>":
93+
>
94+
> The error was: "DNS server failure."
95+
> (error code 0x0000232A RCODE_SERVER_FAILURE)
96+
>
97+
> The query was for the SRV record for _ldap._tcp.dc._msdcs.\<NetBIOS_name\>
98+
>
99+
> Common causes of this error include the following:
100+
>
101+
> - The DNS servers used by this computer contain incorrect root hints. This computer is configured to use DNS servers with the following IP addresses:
102+
>
103+
> \<ip_address\>
104+
>
105+
> - One or more of the following zones contains incorrect delegation:
106+
>
107+
> \<NetBIOS_name\>
108+
> . (the root zone)
109+
110+
Here's an example from the *netsetup.log* file:
111+
112+
```output
113+
mm/dd/yyyy hh:mm:ss:ms NetpValidateName: checking to see if '<NetBIOS_name>' is valid as type 3 name
114+
mm/dd/yyyy hh:mm:ss:ms NetpCheckDomainNameIsValid for <NetBIOS_name> returned 0x54b, last error is 0x0
115+
mm/dd/yyyy hh:mm:ss:ms NetpCheckDomainNameIsValid [ Exists ] for '<NetBIOS_name>' returned 0x54b
116+
```
117+
118+
When you enter the domain name, make sure you enter the DNS Domain Name rather than the NetBIOS name. For example, if the DNS name of the domain is contoso.com, make sure you enter that name instead of just contoso.
81119

82120
### Error code 0x3a
83121

support/windows-server/active-directory/error-code-0x0000232a.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

support/windows-server/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ items:
359359
href: ./active-directory/error-0x5-access-denied-rename-computer.md
360360
- name: Error code 0x54b
361361
href: active-directory/error-code-0x54b.md
362-
- name: Error code 0x0000232A
363-
href: active-directory/error-code-0x0000232a.md
364362
- name: Error code 0x569
365363
href: ./active-directory/error-0x569-not-granted-logon-type.md
366364
- name: Error code 0xa8b

0 commit comments

Comments
 (0)