Skip to content

Commit 6654baf

Browse files
authored
Update status-code-0x6bf-0xc002001c.md
1 parent c433758 commit 6654baf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Status Code 0x6bf or 0xc002001c
33
description: Provides troubleshooting steps for resolving the remote procedure call (RPC) status code 0x6bf or 0xc002001c when you join a workgroup computer to a domain.
4-
ms.date: 04/18/2025
4+
ms.date: 04/24/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -32,7 +32,7 @@ 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+
Error 0x6ba (RPC_S_SERVER_UNAVAILABLE) is different. When error 0x6ba occurs, the device can't create the TCP session to the server port. Error 0x6bf indicates that the TCP session can be created, but the RPC request message can't be delivered successfully, and the TCP session is reset.
3636

3737
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

@@ -57,7 +57,7 @@ To troubleshoot this issue, use the following steps:
5757
Test-NetConnection <IP_address_of_the_DC> -Port 389
5858
```
5959
60-
The expected output is:
60+
The expected output is shown as follows:
6161
6262
```output
6363
ComputerName : <ComputerName>
@@ -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 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.
109+
To determine if there are 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)