Corrupt ErrorEvent in Event Reports
Symptoms
- The events report in Netwrix Change Tracker contains one or more
ErrorEventevents. Their description statesCorrupt. - Agent logs (see Rolling-Log File Location) contain the following line:
- Windows:
C:\ProgramData\NNT\gen7agent.app.netcore\rolling-log.txt - Linux:
/var/nnt/gen7agent.app.netcore/rolling-log.txt
- Windows:
[timestamp] ERROR AgentTaskRunner - task execution failed for task %#% - %task_name% [timestamp]
Cause
The agent directory on affected devices contains multiple conflicting Config-*.xml files. These files cause conflicts in device agent events.
Resolution
NOTE: You can establish the affected agents via the events report—review the DeviceName and AgentID column values.
Perform an agent reset to reconfigure affected agents:
Windows
-
Stop the Netwrix Change Tracker Agent Service.
-
Navigate to the agent directory (see Rolling-Log File Location):
C:\ProgramData\NNT\gen7agent.app.netcore\ -
Right-click the
Hubdetails.xmlfile and select Edit. -
Replace the
<E1>tag pair with the<Password>tag pair. Replace the contents with the current agent account password, as defined on your Netwrix Change Tracker Hub Server. Save the changes. -
Start the Agent Service.
Linux
- Stop the Netwrix Change Tracker Agent Service:
service nntgen7agent stop
-
Navigate to the agent directory (see Rolling-Log File Location):
/var/nnt/gen7agent.app.netcore/ -
Edit the
Hubdetails.xmlfile. -
Replace the
<E1>tag pair with the<Password>tag pair. Replace the contents with the current agent account password, as defined on your Netwrix Change Tracker Hub Server. Save the changes. -
Start the Agent Service:
service nntgen7agent start