Compliance Reports Stuck in Processing
Symptom
A compliance report in Netwrix Change Tracker never finishes running. The report's Status value shows Processing with a percentage that never reaches 100%.
Cause
An IIS request-filtering tool on the Hub server is blocking the report data collection. The most common cause is UrlScan, which screens incoming IIS requests against administrator-defined rules and can be configured to block the Transfer-Encoding header. Netwrix Change Tracker uses Transfer-Encoding to gather report data from a remote system, so a filtering rule that blocks it prevents the report from completing.
Resolution
If UrlScan is installed on the Hub server, stop it from blocking Transfer-Encoding:
- Go to the UrlScan install location,
C:\Windows\System32\inetsrv\urlscan. - Open the
.inifile that controls the filtering rules in a text editor. - Search the file for the
Transfer-Encodingentry. - Comment out the entry by adding a
;at the start of the line, so the line reads;Transfer-Encoding:. - Save and close the
.inifile. - Restart IIS.
- Run the report again. It should now reach
100%instead of remaining inProcessing.
NOTE: If UrlScan is not installed, check for another IIS request-filtering or security module on the Hub server that may be blocking the
Transfer-Encodingheader, and apply the equivalent exclusion for it.