When initiating a UI based inbound interface file upload, is there a file size limit? If so where is this set?
There is a per-instance configurable file size limit. Add the following to your node.properties, rerun the installer, then restart.
# max size of file upload in MB. Default value is 10M
fileUpload.maxSize=10
For local environments, prior to RTVN 24, the following entry can be changed in tomcatdeployoneWEB-INFstruts-config.xml:
maxFileSize="10M"
For local environments, prior to RTVN 24, the following entry can be changed in:
tomcatdeployoneWEB-INFstruts-config.xml:
maxFileSize="10M"
After RTVN 24, in InstanceConfig.xml in the local install/setup folder change the following:
<
UIUploadMaxFileSize><%fileUpload.maxSize%>M</UIUploadMaxFileSize>