161017: Big integer values are currently limited to 53 bits.

Description

A value was outside the limits of a big integer field. A big integer field only supports values between -(253) and 253.

Solution

If a value outside the limits of a big integer field is expected, the values can potentially be written to a different field type, including double or text field types.