Skip to content

Commit 6b6e2c7

Browse files
authored
Update status-code-0x6bf-0xc002001c.md per reviewer's comments
1 parent f05ca43 commit 6b6e2c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ 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.
36+
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+
3539
## Verify and test the connection
3640

3741
To troubleshoot this issue, use the following steps:

0 commit comments

Comments
 (0)