The database instance wants to read a UNICODE character string to an ASCII variable. However, at least one character is a UNICODE character, which cannot be converted to ASCII.
This error can only occur if Unicode columns in the liveCache have been filled by native SQL, or if both Unicode and ASCII applications are using the same liveCache instance.
If you have used native SQL to modify Unicode columns in the liveCache, check whether these changes are ASCII-compatible.
If you have not made any changes using native SQL, contact your local support.