If you experience the error: Arithmetic overflow error converting expression to data type int
The system is trying to write a value greater than 2,147,483,647 to a column. The usual cause of this error would be bad data in the affected tables, as most system data should not exceed this value.
A data change will be required to resolve this error, even when the value is correct.
Prior to logging your issue with support please use the 'Copy Details' option on the error message and pasting this into a notepad file, this will help us identify the affected tables and the data used when causing this overflow.
