Load All Record on data source generates the error "File size 0 MB exceeded the max size allowed: 3000 MB" if user sets property Max value to XML Import to 3000DescriptionLoad All Record on data source XML import causes the system to hit the max size of java int type which is 2147483647, where as (3000 * 1024 * 1024) is 3145728000.Steps to Reproduce 1. Create a Data source or load attached file to data source table.2. add same xml file as attachement to Data source.3. Go to import Export settings and update xml import size to 3000MB.4. Go back to Data source and click load all records. The following error is thrown:"com.glide.db.impex.datasource.DataSourceException: File size 0 MB exceeded the max size allowed: 3000 MB"WorkaroundThis problem is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form. The workaround is to set the max file size to 2000 or less.Related Problem: PRB1402464