JZN-00589
conversion failed for array element
Cause
An array insert or replace is attempting to put a scalar value into an element that would lose information if represented using the array element type.
Action
Avoid putting fractional values into integer or long arrays. Avoid putting numbers with too many digits of precision into arrays incapable of representing them faithfully.