ERROR | Destination buffer is not large enough when converting column string in string.string (actual length: string; maximum length: string) |
CAUSE | The conversion between two character sets failed because a source column value is too large for the destination column. |
ACTION | Check if size of the source and destination column matches. |