Conversion to LIKE string overflows buffer Explanation: When converting a MATCHING string to a LIKE string, additional escape characters were added which overflow the character string buffer. User Action: Break the comparison up into smaller segments.