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
+6-33Lines changed: 6 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,9 @@ When you try to join a computer to a domain, you receive the following error mes
23
23
When you review the **netsetup.log** file, you find error messages that resemble the following entries:
24
24
25
25
```output
26
-
NetUseAdd to \\<dc_fqdn>\IPC$ returned 64
27
-
NetpJoinDomainOnDs: status of connecting to dc '\\<dc_fqdn>': 0x40
26
+
NetUseAdd to \\dc1.adatum.com\IPC$ returned 64
27
+
NetpJoinDomain: status of connecting to dc '\\dc1.adatum.com': 0x40
28
28
NetpJoinDomainOnDs: Function exits with status of: 0x40
29
-
NetpResetIDNEncoding: DnsDisableIdnEncoding(RESETALL) on '<domain_name>' returned 0x0
30
-
NetpJoinDomainOnDs: NetpResetIDNEncoding on '<domain_name>': 0x0
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.
39
+
This issue occurs because some firewall device between the client and the DC intercepted the Key Distribution Center (KDC) request packet.
43
40
44
-
## Troubleshoot
41
+
## Troubleshooting
45
42
46
-
### Test the connection
47
-
48
-
To troubleshoot this issue, you can run the following command to test the connection:
0 commit comments