FRM-40835: Value from item %s.%s is too long for result set column (actual: %d characters, maximum: %d characters).
Cause: In a block based on a stored procedure, the application attempted to insert or update a value with too many characters into a result set column with CHAR length semantics. The value was obtained from an instance of an item in the block. The insert or update attempt was suppressed.
Action: Ensure that the Maximum Length and Data Length Semantics in character-datatype items in the block match the definitions of the result-set columns in the stored procedure.
Trigger: ON-ERROR