Skip to content

Commit c433758

Browse files
committed
update per reviewer's comments
1 parent 6b6e2c7 commit c433758

2 files changed

Lines changed: 4 additions & 22 deletions

File tree

support/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,7 @@ For more information, see [Error code 0x569: The user has not been granted the r
5757

5858
### Error code 0x6BF or 0xC002001C
5959

60-
> The remote procedure call failed and did not execute.
61-
62-
Here's an example from the *netsetup.log* file:
63-
64-
```output
65-
mm/dd/yyyy hh:mm:ss:ms NetpGetLsaHandle: LsaOpenPolicy on \\<DC name>.<domain>.<tld> failed: 0xc002001c
66-
mm/dd/yyyy hh:mm:ss:ms NetpGetLsaPrimaryDomain: status: 0xc002001c
67-
mm/dd/yyyy hh:mm:ss:ms NetpJoinDomain: initiaing a rollback due to earlier errors
68-
mm/dd/yyyy hh:mm:ss:ms NetpJoinDomain: status of disconnecting from '\\<DC name>.<domain>.<tld>': 0x0
69-
mm/dd/yyyy hh:mm:ss:ms NetpDoDomainJoin: status: 0x6bf
70-
```
71-
72-
This error occurs when a network device (router, firewall, or VPN device) rejects network packets between the client being joined and the DC.
73-
74-
Make sure of the following items:
75-
76-
- Verify the connectivity between the client being joined and the target DC over the required ports and protocols.
77-
- Disable bind time feature negotiation.
78-
- Disable TCP Chimney Offload and IP offload.
60+
For more information, see [Status code 0x6bf or 0xc002001c: The remote procedure call failed and did not execute](status-code-0x6bf-0xc002001c.md).
7961

8062
### Error code 0x6D9
8163

support/windows-server/active-directory/status-code-0x6bf-0xc002001c.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ NetpDoDomainJoin: status: 0x6bf
3232

3333
This error occurs when a network device (router, firewall, or virtual private network (VPN) device) rejects network packets between the client being joined and the domain controller (DC).
3434

35-
The difference to error 0x6BA (RPC_S_SERVER_UNAVAILABLE) is that with 0x6BA, the device can't create the TCP session to the server port. With error 0x6bf, the TCP session can be created, but the RPC request message can't be delivered successfully, and the TCP session is reset.
35+
The difference to error 0x6ba (RPC_S_SERVER_UNAVAILABLE) is that with 0x6ba, the device can't create the TCP session to the server port. With error 0x6bf, the TCP session can be created, but the RPC request message can't be delivered successfully, and the TCP session is reset.
3636

37-
Another variation of an RPC network session problem is error 0x6BE (RPC_S_CALL_FAILED). In this case, the RPC request message can be delivered, but the TCP session is reset before the response is received.
37+
Another variation of an RPC network session problem is error 0x6be (RPC_S_CALL_FAILED). In this case, the RPC request message can be delivered, but the TCP session is reset before the response is received.
3838

3939
## Verify and test the connection
4040

@@ -106,4 +106,4 @@ To troubleshoot this issue, use the following steps:
106106
TCP port 389 <ldap service>: LISTENING
107107
```
108108
109-
To determine if there're any further network connectivity problems, collect a network monitor trace if necessary when reproducing the issue.
109+
To determine if there're any further network connectivity problems, collect a network trace if necessary when reproducing the issue. You can use `netsh trace` to generate an ETL file, and [convert the ETL file to a PCAP file](https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/converting-etl-files-to-pcap-files/1133297), which Wireshark can read.

0 commit comments

Comments
 (0)