FRM-40834: Value from item %s.%s is too long for result set column (actual: %d bytes, maximum: %d bytes).
Cause: In a block based on a stored procedure, the application attempted to insert or update a value with too many bytes into a result set column with BYTE 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