Skip to content

Commit 84a1a90

Browse files
committed
Update domain-join-networking-errors.md
1 parent 3970ae5 commit 84a1a90

1 file changed

Lines changed: 27 additions & 25 deletions

File tree

support/windows-server/active-directory/domain-join-networking-errors.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: Troubleshoot Networking errors that occur when you join Windows-based computers to a domain
3-
description: Troubleshooting guide for Networking related error messages that occurs when you join Windows-based computers to a domain.
2+
title: Troubleshoot Networking Errors When Joining Windows-based Computers to a Domain
3+
description: Troubleshooting guide for networking related error messages that occur when you join Windows-based computers to a domain.
44
ms.date: 05/08/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika
8+
ms.reviewer: kaushika, v-lianna
99
ms.custom:
1010
- sap:active directory\on-premises active directory domain join
1111
- pcy:WinComm Directory Services
1212
---
13-
# Troubleshoot Networking errors that occur when you join Windows-based computers to a domain
13+
# Troubleshoot networking errors that occur when you join Windows-based computers to a domain
1414

15-
This article describes several Networking related error messages that can occur when you join client computers that are running Windows to a domain. This article also provides troubleshooting suggestions for these errors.
15+
This article describes several networking related error messages that occur when you join client computers that are running Windows to a domain. This article also provides troubleshooting suggestions for these errors.
1616

17-
## Where to find the Netsetup.log file
17+
## Where to find the NetSetup.log file
1818

19-
Netsetup log file contains most information about domain join activities. The file is located on the client machine at %windir%\\debug\\Netsetup.log file. This log file is enabled by default. No need to explicitly enable it.
19+
The **NetSetup.log** file contains most information about domain join activities. The file is located on the client machine at **%windir%\\debug\\NetSetup.log**. This log file is enabled by default. No need to explicitly enable it.
2020

21-
## An attempt to resolve the DNS name of a DC in the domain being joined has failed. Please verify this client is configured to reach a DNS server that can resolve DNS names in the target domain.
21+
## An attempt to resolve the DNS name of a DC in the domain being joined has failed. Please verify this client is configured to reach a DNS server that can resolve DNS names in the target domain
2222

2323
### Resolution
2424

25-
When you type the domain name, make sure that you type the Domain Name System (DNS) name and not the Network Basic Input/Output System (NetBIOS) name. For example, if the DNS name of the target domain is `contoso.com`, make sure that you enter `contoso.com` instead of the NetBIOS domain name of "contoso."
25+
When you type the domain name, make sure that you type the Domain Name System (DNS) name and not the network basic input/output System (NetBIOS) name. For example, if the DNS name of the target domain is `contoso.com`, make sure that you enter `contoso.com` instead of the NetBIOS domain name of "contoso."
2626

2727
Additionally, verify that the computer can reach a DNS server that hosts the DNS zone of the target domain or can resolve DNS names in that domain. Make sure that the correct DNS server is configured on this client as the preferred DNS, and that the client has connectivity to that server. To verify this, you can run one of the following commands:
2828

@@ -34,7 +34,7 @@ nltest /dsgetdc:<netbios domain name> /force
3434
nltest /dsgetdc:<DNS domain name> /force
3535
```
3636

37-
## An attempt to resolve the DNS name of a domain controller in the domain being joined has failed. Please verify this client is configured to reach a DNS server that can resolve DNS names in the target Domain.
37+
## An attempt to resolve the DNS name of a domain controller in the domain being joined has failed. Please verify this client is configured to reach a DNS server that can resolve DNS names in the target Domain
3838

3939
### Resolution
4040

@@ -50,22 +50,23 @@ nltest /dsgetdc:<netbios domain name> /force
5050
nltest /dsgetdc:<DNS domain name> /force
5151
```
5252

53-
## An operation was attempted on a nonexistent network connection.
53+
## An operation was attempted on a nonexistent network connection
5454

5555
### Resolution
5656

5757
When you type the domain name, make sure that you type the DNS name and not the NetBIOS name.
58+
5859
Additionally, restart the computer before you try to join the computer to the domain.
5960

60-
## Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
61+
## Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again
6162

6263
### Resolution
6364

64-
Restart the computer that you are trying to join to the domain to make sure that there are no latent connections to any of the domain servers.
65+
Restart the computer that you're trying to join to the domain to make sure that there are no latent connections to any of the domain servers.
6566

6667
When you type the domain name, make sure that you type the DNS name and not the NetBIOS name.
6768

68-
## Network name cannot be found.
69+
## Network name cannot be found
6970

7071
### Resolution
7172

@@ -83,19 +84,19 @@ When you type the domain name, make sure that you type the DNS name and not the
8384

8485
Additionally, you can update the network adapter driver.
8586

86-
## No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
87+
## No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept
8788

8889
### Resolution
8990

9091
Before joining the computer to the domain, make sure that you have cleared all mapped connections to any drives.
9192

92-
Restart the computer that you are trying to join to the domain to make sure that there are no latent connections to any of the domain servers.
93+
Restart the computer that you're trying to join to the domain to make sure that there are no latent connections to any of the domain servers.
9394

9495
When you type the domain name, make sure that you type the DNS name and not the NetBIOS name.
9596

96-
The error may be transient. Try again later. If the issue persists, verify the status of the DC that the client is connecting to (active connections, network connectivity, and so on). You may want to restart the DC if the issue persists.
97+
The error might be transient. Try again later. If the issue persists, verify the status of the domain controller (DC) that the client is connecting to (active connections, network connectivity, and so on). You might want to restart the DC if the issue persists.
9798

98-
## The format of the specified network name is invalid.
99+
## The format of the specified network name is invalid
99100

100101
### Resolution
101102

@@ -109,9 +110,9 @@ nltest /dsgetdc:<netbios domain name> /force
109110
nltest /dsgetdc:<DNS domain name> /force
110111
```
111112

112-
When you type the domain name, make sure that you type the DNS name and not the NetBIOS name. Make sure that you have the most up-to-date drivers installed for the client computer's network adapter. Verify connectivity between the client that is being joined and the target DC over the required ports and protocols. Disable the **TCP** **Chimney** offload feature and IP offloading.
113+
When you type the domain name, make sure that you type the DNS name and not the NetBIOS name. Make sure that you have the most up-to-date drivers installed for the client computer's network adapter. Verify connectivity between the client that is being joined and the target DC over the required ports and protocols. Disable the TCP Chimney Offload feature and IP offloading.
113114

114-
## The directory service has exhausted the pool of relative identifiers.
115+
## The directory service has exhausted the pool of relative identifiers
115116

116117
### Resolution
117118

@@ -126,11 +127,11 @@ Verify that Active Directory is replicating between all DCs. You can use the fol
126127
repadmin /replsummary /bysrc /bydest /sort:delta
127128
```
128129

129-
## The remote procedure call failed and did not execute.
130+
## The remote procedure call failed and did not execute
130131

131132
### Resolution
132133

133-
Make sure that you have the most up-to-date drivers installed for the client computer's network adapter. Verify connectivity between the client that is being joined and the target DC over the required ports and protocols. Disable the **TCP Chimney** offload feature and IP offloading.
134+
Make sure that you have the most up-to-date drivers installed for the client computer's network adapter. Verify connectivity between the client that is being joined and the target DC over the required ports and protocols. Disable the TCP Chimney Offload feature and IP offloading.
134135

135136
This problem can also be caused by one of the following conditions:
136137

@@ -139,10 +140,11 @@ This problem can also be caused by one of the following conditions:
139140

140141
> [!NOTE]
141142
> The following articles contain port requirement information:
142-
[832017 Service overview and network port requirements for Windows](../networking/service-overview-and-network-port-requirements.md)
143-
[179442 How to configure a firewall for domains and trusts](config-firewall-for-ad-domains-and-trusts.md)
143+
>
144+
> - [832017 Service overview and network port requirements for Windows](../networking/service-overview-and-network-port-requirements.md)
145+
> - [179442 How to configure a firewall for domains and trusts](config-firewall-for-ad-domains-and-trusts.md)
144146
145-
## Changing the Primary Domain DNS name of this computer to "" failed. The name will remain ".".The specified server cannot perform the operation.
147+
## Changing the Primary Domain DNS name of this computer to "" failed. The name will remain ".".The specified server cannot perform the operation
146148

147149
### Resolution
148150

0 commit comments

Comments
 (0)