Skip to content

Commit f2176d5

Browse files
committed
aa
1 parent 0c6d203 commit f2176d5

3 files changed

Lines changed: 6 additions & 6 deletions

support/windows-server/active-directory/domain-join-error-0x40-the-specified-network-name-is-no-longer-available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ DC1.ADATUM.COM CLIENT1 TCP TCP:Flags=...A...., SrcPort=K
103103
DC1.ADATUM.COM CLIENT1 TCP TCP:Flags=...A.R.., SrcPort=Kerberos(88), DstPort=59259, PayloadLen=0, Seq=2785284136, Ack=1299632507, Win=0 (scale factor 0x0) = 0
104104
```
105105

106-
From the trace, we can find the Domain Controller (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, 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.

support/windows-server/active-directory/domain-join-error-0x6d9-there-are-no-more-endpoints-available-from-the-endpoint-mapper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ NetpLsaOpenSecret: status: 0xc0000034
2929
NetpGetLsaPrimaryDomain: status: 0x0
3030
NetpLsaOpenSecret: status: 0xc0000034
3131
NetpManageMachineAccountWithSid: NetUserAdd on \\<hostname>.<domain> for <computername>$ failed: 0x8b0
32-
NetpManageMachineAccountWithSid: status of attempting to set password on \\<DC name>.<domain>.<tld> for <hostname>$: 0x0
32+
NetpManageMachineAccountWithSid: status of attempting to set password on \\<DC_name>.<domain>.<tld> for <hostname>$: 0x0
3333
NetpJoinDomain: status of creating account: 0x0
34-
NetpGetComputerObjectDn: Unable to bind to DS on \\<DC name>.<domain>.<tld>: 0x6d9
34+
NetpGetComputerObjectDn: Unable to bind to DS on \\<DC_name>.<domain>.<tld>: 0x6d9
3535
NetpSetDnsHostNameAndSpn: NetpGetComputerObjectDn failed: 0x6d9
3636
ldap_unbind status: 0x0
3737
NetpJoinDomain: status of setting DnsHostName and SPN: 0x6d9
3838
NetpJoinDomain: initiaing a rollback due to earlier errors
3939
NetpGetLsaPrimaryDomain: status: 0x0
40-
NetpManageMachineAccountWithSid: status of disabling account <hostname>$ on \\<DC name>.<domain>.<tld>: 0x0
40+
NetpManageMachineAccountWithSid: status of disabling account <hostname>$ on \\<DC_name>.<domain>.<tld>: 0x0
4141
NetpJoinDomain: rollback: status of deleting computer account: 0x0
4242
NetpLsaOpenSecret: status: 0x0
4343
NetpJoinDomain: rollback: status of deleting secret: 0x0
44-
NetpJoinDomain: status of disconnecting from \\<DC name>.<domain>.<tld>: 0x0
44+
NetpJoinDomain: status of disconnecting from \\<DC_name>.<domain>.<tld>: 0x0
4545
NetpDoDomainJoin: status: 0x6d9
4646
```
4747

support/windows-server/active-directory/failure-when-you-use-an-existing-computer-account-to-join-a-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you try to use an existing computer account name to join a computer to a do
2121
In the **Access work or school** page:
2222
> Can't join this domain. Contact your IT admin for more info.
2323
24-
In **System Properties**:
24+
In **System Properties**:
2525
> The following error occurred attempting to join the domain "\<domain_name\>":
2626
>
2727
> An account with the same name exists in Active Directory.

0 commit comments

Comments
 (0)