Informix Error -1215
-1215 Value too large to fit in an INTEGER.
The INTEGER or SERIAL data type can accept numbers with absolute values from 0 through 2,147,483,647 (plus or minus (2 to the 31st power) - 1).
To store numbers that are outside this range, redefine the column or variable to use the BIGINT or BIGSERIAL or INT8 or SERIAL8 data type or the DECIMAL data type. For more information on valid ranges of data types, see the IBM Informix Guide to SQL: Reference.