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
Fix critical issues: add frontmatter, improve formatting, and restructure
- Add required frontmatter with metadata (description, keywords, products, sidebar_label, title)
- Leave knowledge_article_id blank as this is a new article
- Convert disclaimer to IMPORTANT callout block at top
- Restructure article with Overview and Instructions sections
- Fix inconsistent HTML <br/> tags - replace with markdown formatting
- Format external URL as proper markdown link
- Add reference to existing Antivirus Exclusions article
- Add Related Links section with reference to error article
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
Troubleshooting guide for resolving RPC server unavailable connection issues in Netwrix Auditor, including network, antivirus, and resource considerations.
4
+
keywords:
5
+
- Netwrix Auditor
6
+
- RPC server unavailable
7
+
- 0x800706BA
8
+
- compression service
9
+
- connection issues
10
+
products:
11
+
- auditor
12
+
sidebar_label: Troubleshooting Connection Issues - RPC Server Unavailable
13
+
tags: []
14
+
title: "Troubleshooting Connection Issues for the error 'Connection failed: 0x800706BA The RPC server is unavailable'"
15
+
knowledge_article_id:
16
+
---
17
+
1
18
# Troubleshooting Connection Issues for the error "Connection failed: 0x800706BA The RPC server is unavailable"
2
19
3
-
Disclaimer: This error, especially when encountered infrequently, does not result in audit data loss. The collector can continue gathering data from where it was last interrupted. It is recommended to verify the data's timeliness in reports to assess whether this impacts the timely delivery of audit data by the collector.
20
+
> **IMPORTANT:** This error, especially when encountered infrequently, does not result in audit data loss. The collector can continue gathering data from where it was last interrupted. It is recommended to verify the data's timeliness in reports to assess whether this impacts the timely delivery of audit data by the collector.
21
+
22
+
## Overview
23
+
24
+
This error occurs when the Netwrix Auditor collector fails to establish or maintain a connection with the RPC server. Multiple factors can contribute to this issue, including network instability, antivirus interference, or insufficient system resources. The following sections provide troubleshooting steps to identify and resolve the root cause.
25
+
26
+
## Instructions
4
27
5
28
## 1. Connection Dropping with Compression Service During Data Collection
6
29
@@ -12,7 +35,7 @@ When conducting large-scale audits, maintaining a stable connection is criticall
12
35
13
36
> **NOTE:** This recommendation pertains to critically important audit objects, not to the entire audited scope. For example, if the entire file server is added to the audit collection, but auditing multiple shared folders on this server isn't necessary, it's recommended to exclude these folders from collection using "excludes." This way, the collector will gather only what is required for auditing, dedicating all its resources to this task.
14
37
15
-
> **NOTE:** It also makes sense to use the RET to calculate your scope and estimate the necessary server resources: https://releases.netwrix.com/products/auditor/10.7/auditor-resource-estimation-tool-1.2.39.zip
38
+
> **NOTE:** It also makes sense to use the RET to calculate your scope and estimate the necessary server resources: [Resource Estimation Tool](https://releases.netwrix.com/products/auditor/10.7/auditor-resource-estimation-tool-1.2.39.zip)
16
39
17
40
## 3. Antivirus Interference on NA-Server and/or Target Audited Server with Netwrix Auditor and Compression Service
18
41
@@ -26,25 +49,27 @@ To mitigate these issues, it is crucial to add Netwrix Auditor processes and ser
26
49
27
50
### Netwrix Auditor Server:
28
51
29
-
***Paths:** <br />
30
-
C:\\ProgramData\\Netwrix Auditor
52
+
**Paths:**
53
+
-`C:\ProgramData\Netwrix Auditor`
31
54
32
55
**Note:** If you've previously changed the default location, you can look up the default value in the registry key:
### Target Audited Server (if Compression service is enabled):
39
62
40
-
***Paths:** <br />
41
-
C:\\Windows\\SysWOW64\\NwxExeSvc
63
+
**Paths:**
64
+
-`C:\Windows\SysWOW64\NwxExeSvc`
42
65
43
-
***Processes:** <br />
44
-
NwxExeSvc.exe <br />
45
-
NwxFsAgent.exe <br />
46
-
NwxEventCollectorAgent.exe <br />
47
-
NwxSaclTunerAgent.exe
66
+
**Processes:**
67
+
-`NwxExeSvc.exe`
68
+
-`NwxFsAgent.exe`
69
+
-`NwxEventCollectorAgent.exe`
70
+
-`NwxSaclTunerAgent.exe`
71
+
72
+
For a comprehensive list of antivirus exclusions and additional guidance, refer to [Antivirus Exclusions for Netwrix Auditor](/docs/kb/auditor/system-administration/security-hardening/antivirus-exclusions-for-netwrix-auditor.md).
48
73
49
74
## 4. Insufficient Disk Space on the Target Audited Server's System Disk
50
75
@@ -53,3 +78,7 @@ When the agent's system disk runs low on free space, it can lead to reduced syst
53
78
## 5. Insufficient Resources (CPU, RAM) for Compression Service Due to Large Audit Volume
54
79
55
80
When the Target Audited Server does not have enough free CPU and RAM resources to handle a large audit volume, the Compression service may become overwhelmed, unable to handle the load. This, in turn, can lead to network overload and increase the likelihood of errors during data transmission. To improve the situation, consider segmenting the audit scope, excluding unnecessary scope from the audit, or adding more CPU and RAM resources to the Target Audited Server.
81
+
82
+
## Related Links
83
+
84
+
-[Error: 0x800706BA - RPC Server is Unavailable](/docs/kb/auditor/troubleshooting-and-errors/data-collection-errors/error-0x800706ba-rpc-server-is-unavailable.md)
0 commit comments