You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,45 @@ For more information, see [Domain join error code 0x54b](error-code-0x54b.md).
77
77
78
78
### Error code 0x0000232A
79
79
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.
0 commit comments