IIS-CONN-HIVE-30021I The character set encoding for the non-Unicode character values on the link is charset. The maximum number of bytes per character in this encoding is max_bytes.
Explanation
This message indicates the character set encoding of the values in non-Unicode character columns
on the link. This character set encoding is used to perform character data conversions between
the non-Unicode link column values and Unicode data source column values.
User response
No action is required. Note that the length for a non-Unicode character column on the link
needs to be multiplied by the number of bytes per character to prevent possible truncation
of Unicode values of that same length. Alternatively, the non-Unicode character link column
need to be replaced with the Unicode character link columns. Non-unicode character link columns
as Char, VarChar and LongVarChar columns for which Extended attribute is not set to Unicode.
Unicode character links columns are NChar, NVarChar and LongNVarChar columns, as well as Char,
VarChar and LongVarChar columns for which Extended attribute is set to Unicode.