-2027: Space for converted value too small
Explanation
You tried to convert data in ASCII or UCS-2 format (see also
UNICODE) into another format. This attempt has failed.User action
Check whether the target column has been defined enough space. If you cannot increase the target column, you cannot carry out an explicit conversion. You can try to avoid this error by explicitly converting the data used, for example, for comparisons.