When trying to attach a file larger than 1 MB, a red flare is shown as follows:
Release: 2.0, 2.01
Component: ACPREM
This is caused by the front end web listener restricting file sizes to a maximum size of 1 MB.
A script is attached to this case that will set the maximum attachment size to the correct setting of 50 megabytes.
Since that front end environment resets each time it is started, it is necessary to run the script after bootup each time the appliance is restarted. This can be done manually, or can be accomplished automatically by adding it to a system startup file. If adding it to a system startup file, it is recommended to deactivate this script prior to updating to v2.10.
The steps outlined below will use the rc.local script to wait 90 seconds after bootup to run the script.
$ chmod +x /home/ops/nginx-attachment-update
$ sudo chmod +x /etc/rc.d/rc.local
$ sudo echo sleep 90 && /home/ops/nginx-attachment-update >> /etc/rc.d/rc.local
If it becomes necessary to deactivate this script, for example prior to upgrading to 2.10, perform the following:
$ chmod -x /home/ops/nginx-attachment-update
$ sudo chmod -x /etc/rc.d/rc.local
keywords: agile central attachments 1mb megabyte megabytes