-8046: Conversion from UNICODE impossible
Explanation
You tried to convert data in UCS-2 format (see also
UNICODE) into an ASCII format. This is not possible because the data contains characters other than Latin1 characters.User action
Check whether the data is correct.
You cannot perform a conversion explicitly. You can try to avoid this error by explicitly converting the ASCII data used, for example, for comparisons.