Over time some sequence numbers grow past the maximum value 2,147,483,648 allowed by the large int SQL datatype. At the moment Sage does not support big int datatype
If the INT datatype is exceeded in this way it can lock down key areas of the system preventing work entirely. Providing support for a larger datatype will reduce the likelihood of reaching the maximum allowance.