Unable to Upload Agent Update Files
Symptom
When attempting to upload agent updates in Netwrix Change Tracker, the following errors appear:
System Error
An unknown error occurred
<number> File(s) failed to upload
Cause
The default maximum file upload size in Internet Information Services (IIS) is too low for the agent update files.
Resolution
Increase the file upload size limit in Web.config:
-
Stop all IIS services by running the following command in an elevated Command Prompt:
iisreset /stop -
Open the
Web.configfile:C:\inetpub\wwwroot\Change Tracker Generation 7 (NetCore) Hub\Web.config -
Modify the
<requestFiltering>node to increase the allowed content length:<requestFiltering><requestLimits maxAllowedContentLength="250000000" /></requestFiltering> -
Save the changes and start IIS services:
iisreset /start -
Log in to the Change Tracker console and reupload the update files.