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/status-code-0x6bf-0xc002001c.md
+4-4Lines changed: 4 additions & 4 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
2
title: Status Code 0x6bf or 0xc002001c
3
3
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
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -32,7 +32,7 @@ NetpDoDomainJoin: status: 0x6bf
32
32
33
33
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).
34
34
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.
36
36
37
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.
38
38
@@ -57,7 +57,7 @@ To troubleshoot this issue, use the following steps:
@@ -106,4 +106,4 @@ To troubleshoot this issue, use the following steps:
106
106
TCP port 389 <ldap service>: LISTENING
107
107
```
108
108
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