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/domain-join-error-0x40-the-specified-network-name-is-no-longer-available.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Domain join error 0x40 "The specified network name is no longer available"
3
-
description: Addresses the error "The specified network name is no longer available" encountered during domain join operations.
4
-
ms.date: 03/26/2025
2
+
title: Error 0x40 The Specified Network Name Is No Longer Available
3
+
description: Addresses the error The specified network name is no longer available encountered during domain join operations.
4
+
ms.date: 03/28/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -16,11 +16,11 @@ This article addresses the error code 0x40 encountered during domain join operat
16
16
17
17
## Symptoms
18
18
19
-
The following error messages occur when you try to join the computer to the domain:
19
+
When you try to join a computer to a domain, you receive the following error message:
20
20
21
-
> The specified network name is no longer available
21
+
> The specified network name is no longer available.
22
22
23
-
You review the *netsetup.log* log and found error messages that resemble the following:
23
+
When you review the **netsetup.log** file, you find error messages that resemble the following entries:
|0x40|64|ERROR_NETNAME_DELETED|The specified network name is no longer available.|
39
39
40
40
## Cause
41
41
42
-
This error is logged when the client computer lacks network connectivity on TCP port 88 between the client and the Domain Controller (DC), which is used for Key Distribution Center (KDC) request packet. For example, the error could be caused if some firewall device between the client and the DC.
42
+
This error is logged when the client computer lacks network connectivity on Transmission Control Protocol (TCP) port 88 between the client and the domain controller (DC), which is used for the Key Distribution Center (KDC) request packet. For example, the error might be caused by some firewall device between the client and the DC.
43
43
44
44
## Troubleshoot
45
45
@@ -51,7 +51,7 @@ To troubleshoot this issue, you can run the following command to test the connec
From the trace, we can find the DC doesn't respond to the Ticket Granting Service (TGS) request from the client for the Service Principal Name (SPN) CIFS/DC1.ADATUM.COM. It sends back a Transmission Control Protocol (TCP) acknowledgment, which suggests the DC received the TGS request. However, it doesn't reply with a valid TGS Response. Finally, the client terminates the TCP connection.
106
+
From the trace, you can find the DC doesn't respond to the Ticket Granting Service (TGS) request from the client for the Service Principal Name (SPN) `CIFS/DC1.ADATUM.COM`. It sends back a TCP acknowledgment, which suggests the DC received the TGS request. However, it doesn't reply with a valid TGS response. Finally, the client terminates the TCP connection.
The domain-join graphical user interface (GUI) or user interface (UI) can call the NetJoinDomain API twice to join a computer to a domain. The first call is made without the "create" flag being specified to locate a pre-created computer account in the target domain. If no account is found, a second `NetJoinDomain` API call might be made with the "create" flag specified.
42
+
The domain-join graphical user interface (GUI) or user interface (UI) can call the `NetJoinDomain` API twice to join a computer to a domain. The first call is made without specifying the "create" flag to locate a pre-created computer account in the target domain. If no account is found, a second `NetJoinDomain` API call might be made with the "create" flag specified.
43
43
44
-
The 0x534 error code or status is commonly logged as a transient error when domain join searches the target domain or when the domain join UI is used and certain values are present in the options bit (values of 25, 27, 425, or 427 are common).
44
+
The 0x534 error code or status is commonly logged as a transient error when a domain join searches for the target domain or when the domain join UI is used and certain values are present in the options bit (values of 25, 27, 425, or 427 are common).
45
45
46
-
In another scenario, this error occurs when you try to change the password for a machine account. However, the account can't be found on the targeted Domain Controller (DC), likely because the account wasn't created or due to replication latency or a replication failure. Check the bit flags in the join options to see if the type of join being performed is relying on a pre-created or newly created computer account.
46
+
In another scenario, this error occurs when you try to change the password for a machine account. However, the account can't be found on the targeted domain controller (DC), likely because the account wasn't created or due to replication latency or a replication failure.
47
47
48
48
## Resolution
49
49
50
-
To fix the issue, focus on the bits in the options flag. Check whether the type of join being performed is relying on preexisting accounts or requires creating new ones.
50
+
To fix the issue, focus on the bits in the options flag. Check whether the type of join being performed relies on preexisting accounts or requires creating new ones.
Copy file name to clipboardExpand all lines: support/windows-server/active-directory/domain-join-error-0x6d9-there-are-no-more-endpoints-available-from-the-endpoint-mapper.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Domain join error 0x6D9 "There are no more endpoints available from the endpoint mapper"
3
-
description: Addresses the error "There are no more endpoints available from the endpoint mapper" encountered during domain join operations.
4
-
ms.date: 03/26/2025
2
+
title: Error 0x6D9 There Are No More Endpoints Available from the Endpoint Mapper
3
+
description: Addresses the error There are no more endpoints available from the endpoint mapper encountered during domain join operations.
4
+
ms.date: 03/28/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -14,13 +14,13 @@ ms.custom:
14
14
15
15
This article addresses the error code 0x6D9 encountered during domain join operations.
16
16
17
-
## Symptom
17
+
## Symptoms
18
18
19
19
When you try to join a computer to a domain, you receive the following error message:
20
20
21
21
> There are no more endpoints available from the endpoint mapper.
22
22
23
-
You review the *netsetup.log* log and found error messages that resemble the following:
23
+
When you review the **netsetup.log** file, you find error messages that resemble the following entries:
| 0x6d9 | 1753 | EPT_S_NOT_REGISTERED | There are no more endpoints available from the endpoint mapper. |
53
53
54
54
## Cause
55
55
56
-
Error 0x6D9 is logged when network connectivity is blocked between the joining client and the Domain Controller (DC). The network connectivity services the domain join operation over port 135 or a port in the ephemeral range between 1025 to 5000 or 49152 to 65535. For more information, see [Service overview and network port requirements for Windows](../networking/service-overview-and-network-port-requirements.md).
56
+
Error 0x6D9 is logged when network connectivity is blocked between the joining client and the domain controller (DC). The network connectivity services the domain join operation over port 135 or a port in the ephemeral range between 1025 to 5000 or 49152 to 65535. For more information, see [Service overview and network port requirements for Windows](../networking/service-overview-and-network-port-requirements.md).
57
57
58
58
The network connectivity issue can be caused by several factors, including advanced security solutions with host firewalls installed on the DC, port exhaustion, and other potential issues.
59
59
60
60
## Resolution
61
61
62
-
1. On the joining client, open the *%systemroot%\\debug\\NETSETUP.LOG* file and determine the name of the DC selected by the joining client to perform the join operation. For example: the following NETSETUP.LOG sample shows that the joining client "APP_SRV" is using DC "DC1.CONTOSO.COM":
62
+
1. On the joining client, open the **%systemroot%\\debug\\NETSETUP.LOG** file and determine the name of the DC selected by the joining client to perform the join operation. For example, the following **NETSETUP.LOG** sample shows that the joining client "APP_SRV" is using the DC "DC1.CONTOSO.COM":
63
63
64
64
```output
65
65
NetpManageMachineAccountWithSid: NetUserAdd on '\\DC1.CONTOSO.COM' for 'APP_SRV$' failed: 0x8b0
@@ -68,8 +68,8 @@ The network connectivity issue can be caused by several factors, including advan
68
68
NetpGetComputerObjectDn: Unable to bind to DS on '\\DC1.CONTOSO.COM': 0x6d9
69
69
```
70
70
71
-
2. Verify that the joining client has network connectivity to the DC over the required ports and protocols used by the applicable operating system (OS) versions. Domain join clients connect a DC over Transmission Control Protocol (TCP) port 135 by the dynamically assigned port in the range between 49152 and 65535.
71
+
2. Verify that the joining client has network connectivity to the DC over the required ports and protocols used by the applicable operating system (OS) versions. Domain join clients connect to a DC over Transmission Control Protocol (TCP) port 135, which is a dynamically assigned port between 49152 and 65535.
72
72
3. Ensure that the OS, software and hardware routers, firewalls, and switches allow connectivity over the required ports and protocols.
73
-
4. Ensure that there are enough available ports for the operation. You can use tools like netstat to check for port availability and usage.
74
-
5. If advanced security solutions with host firewalls is installed on the DC, review its settings to ensure it isn't blocking the required ports.
75
-
6. Consider other potential causes and troubleshoot accordingly. For example, check firewall rules, ensure proper DNS resolution, and verify the health of the DC.
73
+
4. Ensure that there are enough ports available for the operation. You can use tools like netstat to check for port availability and usage.
74
+
5. If advanced security solutions with host firewalls are installed on the DC, review their settings to ensure they aren't blocking the required ports.
75
+
6. Consider other potential causes and troubleshoot accordingly. For example, check firewall rules, ensure proper Domain Name System (DNS) resolution, and verify the health of the DC.
Copy file name to clipboardExpand all lines: support/windows-server/active-directory/failure-when-you-use-an-existing-computer-account-to-join-a-domain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Failure When You Use an Existing Computer Account to Join a Domain
3
3
description: Addresses the issue of failing to join a computer to a domain when an existing computer account with the same name already exists.
0 commit comments