Skip to content

Commit 08ecea6

Browse files
committed
Update status-code-0x6ba-rpc-server-unavailable.md
1 parent 03ab78f commit 08ecea6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

support/windows-server/active-directory/status-code-0x6ba-rpc-server-unavailable.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NetpJoinDomainOnDs: status of disconnecting from '\\DCNAME': 0x0
4040
NetpResetIDNEncoding: DnsDisableIdnEncoding(RESETALL) on 'DOMAINNAME' returned 0x0
4141
NetpJoinDomainOnDs: NetpResetIDNEncoding on 'DOMAINNAME': 0x0
4242
NetpDoDomainJoin: status: 0x6ba
43-
```
43+
```
4444

4545
## Troubleshoot the connection issue
4646

@@ -92,6 +92,7 @@ To troubleshoot this issue, use the following steps:
9292
querying...
9393
TCP port 135 <epmap service>: FILTERED
9494
```
95+
9596
If the connection to TCP 389 port on the DC is successful, you see the following output:
9697
9798
```output
@@ -104,7 +105,7 @@ To troubleshoot this issue, use the following steps:
104105
TCP port 389 <ldap service>: LISTENING
105106
```
106107
107-
4. Collect [network monitor](https://www.microsoft.com/download/details.aspx?id=4865) trace when reproducing the issue to double check the network connectivity.
108+
4. Collect a network trace when reproducing the issue to double check the network connectivity. You can use `netsh trace` to generate an ETL file, and [convert ETL files to PCAP files](https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/converting-etl-files-to-pcap-files/1133297), which Wireshark can read.
108109
109110
For example, the following network trace collected by the PortQry command-line tool might indicate there's a network connectivity issue from the client machine to the DC's TCP 135 port (RPC).
110111

0 commit comments

Comments
 (0)