- Related Products
- AD360
- Log360
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
Click here to expand
| # | Error | Cause | Resolution |
|---|---|---|---|
| 1 | The network path was not found | Target unreachable or no access to ADMIN$ share | Verify connectivity; ensure Domain Data Collection Account can access \\<machine>\ADMIN$ |
| 2 | Couldn't copy ADAuditPlusAgent.msi/ Access Denied | Insufficient rights to ADMIN$ or share connection limit reached | Grant write access to ADMIN$; increase share limit via Shared Folders > Shares > ADMIN$ > Properties > User Limit |
| 3 | Another installation is already in progress (0x652) | Another MSI installer is running | Wait for it to complete, or run: taskkill /im msiexec.exe /f |
| 4 | The system cannot find the file specified (0x2) | MSI file not present on endpoint | Verify the MSI file exists in %SYSTEMDRIVE%\Windows and the Domain Data Collection Account has write access |
| 5 | Fatal error occurred (0x643) | Missing .NET Framework 4.5+, MSI conflict, or insufficient permissions | Install .NET 4.5+; re-register MSI: msiexec /unregister then msiexec /regserver |
| 6 | "RemCom.exe" is not recognized | Antivirus deleted the file | Add remcom.exe to AV exclusions on the ADAudit Plus server. Contact support if file is missing. |
| 7 | Could not install client software | Network timeout during installation | Verify stable connectivity and retry |
| 8 | Could not connect to the machine | Target unreachable | Test with ping; resolve DNS/routing/firewall issues |
| 9 | Initiating connection to remote service failed | Remote Registry service disabled or insufficient rights | Enable Remote Registry service; ensure the Domain Data Collection Account can create services on the endpoint |
| 10 | Logon failure: target account name is incorrect | Domain Data Collection Account is locked, disabled, or password changed | Verify account status; update credentials in Domain Settings > Modify Credentials |
| 11 | Logon failure: unknown user name or bad password | Incorrect credentials | Update credentials in Domain Settings > Modify Credentials |
| 12 | Could not start remote service | Account lacks privileges to start services | Ensure Domain Data Collection Account is Domain Admin (for console-based install) |
| 13 | Another version has already installed (0x666) | Existing agent version present | Uninstall the existing agent first via Configuration > Agent Management > Uninstall |
| 14 | Product is uninstalled (0x64E) | Agent was previously uninstalled but registry remnants remain | Reinstall the agent via the ADAudit Plus console |
| 15 | Incorrect function | System reboot during installation or insufficient disk space | Ensure no shutdown occurs during installation; verify free disk space |
| 16 | Hexadecimal value 0x05 is an invalid character | Agent unable to read event logs due to encoding anomalies | Upgrade to build 6085 or later. If issue persists, contact support with agent logs. |
If the agent is installed but not communicating with the server, follow this workflow:
Navigate to Admin > General Settings > Connection > NAT. If NAT is configured, the agent must use the NAT FQDN and NAT port.
On the agent machine, open a browser and navigate to:
| NAT Configured | No NAT |
|---|---|
| https://<NAT_FQDN>:<NAT_Port> | https://<ServerName>:8555 |
Expected: ADAudit Plus login page loads (certificate warnings can be bypassed).
# No NAT:
Test-NetConnection -ComputerName <ServerName> -Port 8444
# With NAT:
Test-NetConnection -ComputerName <NAT_FQDN> -Port <NAT_Port>
Expected: TcpTestSucceeded : True. If False, fix firewall, routing, or proxy restrictions.
On the agent machine, open Registry Editor and check:
HKEY_LOCAL_MACHINE\SOFTWARE\ManageEngine\ADAudit Plus Agent\ServerInfo
Verify: ServerFQDN, ServerName, Port (or NATPort), ServerIP, OrgAccessKey. If NAT is enabled, ServerFQDN must match the NAT FQDN exactly.
Open Services (services.msc) > find ADAudit Plus Agent > Restart. Wait one to two minutes, then check status in Configuration > Agent Management.
Review logs at C:\ManageEngine\ADAudit Plus Agent\logs for specific error details.
RPC issues affect only console-based management (install, uninstall, start, stop, upgrade). If using GPO/Intune/SCCM/Endpoint Central, RPC is not required.
From the ADAudit Plus server (logged in as the Domain Data Collection Account):
\\<TargetMachine>\ADMIN$
If access is denied, update credentials in Domain Settings.
From the ADAudit Plus server, open Event Viewer > right-click Event Viewer (Local) > Connect to Another Computer > enter the target machine name. If logs load, RPC is working.
In Configuration > Agent Management, status values like "Install Failed", "Uninstall Failed", "Start/Stop Failed", or "Upgrade Failed" indicate RPC failures (not HTTPS).
| Deployment Method | RPC Needed? |
|---|---|
| Install/manage from ADAudit Plus console | Yes |
| GPO/SCCM/Intune/Endpoint Central | No |
| Normal event forwarding only | No |
No. The agent is included in all editions (Free, Standard, Professional). No separate license or add-on is required.
No. The agent only reads the Windows Security event log and forwards events to the server. It does not modify system settings, audit policies, or files.
Yes. Use any of the manual deployment methods (Intune, GPO, Endpoint Central, command line). Domain Admin is only required for console-based automatic installation.
The agent caches events locally in the EventData directory (default: 2GB). When connectivity is restored, cached events are forwarded automatically. If the cache fills up, event collection pauses until space is freed.
If self-upgrade is enabled (in Admin > Agent Settings), the agent checks daily for new versions and upgrades automatically over HTTPS. No Domain Admin or RPC required.
Only if you manage agents directly from the ADAudit Plus console (install, uninstall, upgrade, start/stop). If you deploy via Intune, GPO, SCCM, or Endpoint Central, the agent communicates via HTTPS only—no RPC ports needed.
Primary: TCP 8555 (HTTPS). Fallback: TCP 8444 (HTTPS) and TCP 8081 (HTTP). With NAT, the agent uses the NAT-configured port.
Yes. Older agents are compatible with newer servers. However, enabling self-upgrade is recommended to keep agents current and receive the latest security and performance improvements.
No. The agent starts immediately after installation and stops immediately after uninstallation. No reboot is required.
Copyright © 2020, ZOHO Corp. All Rights Reserved.