The datatype for the file_size_bytes column in the file_version table is INT(11), which limits entries to 32-bit integers. Larger files necessitate support for 64-bit integers in this field, so we'd like to request changing the datatype for file_size_bytes to BIGINT.
RHEL 7
- I believe you had done some research into this issue. Could you please summarize here when you get a chance?
In staff interface of ArchivesSpace test environment, File Size (Bytes) field of the File Version sub-record accepts 64-bit integers and digital object record can be saved. Attempting to do the same in previous versions results in an error when trying to save the DO.
Concur that issue is fixed. Tried adding 9223372036854775807 as file size and DO saved successfully.