Increase the CSV file upload limit
You may find that you need to increase the size of the upload limit for your CSV files. These steps guide you through this process.
Go to
/pentaho-server/pentaho-solutions/system
and open thepentaho.xml
file.Edit the XML as needed (sizes are measured in bytes):
<file-upload-defaults> <relative-path>/system/metadata/csvfiles/</relative-path> <!-- max-file-limit is the maximum file size, in bytes, to allow to be uploaded to the server --> <max-file-limit>10000000</max-file-limit> <!-- max-folder-limit is the maximum combined size of all files in the upload folder, in bytes. --> <max-folder-limit>500000000</max-folder-limit> </file-upload-defaults>
Save your changes to the file.
In the User Console, go to Tools > Refresh System Settings to ensure that the change is implemented.
Restart the User Console.
PreviousSet system max row limit for Interactive ReportsNextChange the staging database for CSV files
Last updated
Was this helpful?