Corrupt ErrorEvent in Event Reports
Symptoms
- The events report in Netwrix Change Tracker contains one or more
ErrorEventevents. Their description statesCorrupt. - Agent logs located in
C:\ProgramData\NNT\gen7agent.service\rolling-log.txtcontain the following line:
[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. Refer to the following steps:
- Stop the Netwrix Change Tracker Agent Service. Refer to the following Linux command:
# service nntgen7agent stop
- Navigate to the agent directory containing the Rolling-Log files. Refer to the following default path:
C:\ProgramData\NNT\gen7agent.service\
-
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. Refer to the following Linux command:
# service nntgen7agent start