CHC0580E

CHC0580E  The byte byte at position position is a malformed UTF-8
character.

Explanation—A character value in an expression contains an invalid UTF-8 character. Expressions, and all character values passed to or generated by expressions, are encoded in UTF-8, which uses a variable-length representation for characters. One of the characters in the expression or value does not have a valid length indication in the first byte of the representation. This message should only appear if a column that contains non-character data is passed as input to a string function, or if the expression itself contains an invalid value specified as decimal integers (using double angle bracket syntax).

Message Variables:

byte—The hexadecimal value of the byte with the invalid length indication.

position—The byte position of the start of the invalid representation.

Message Destination—Product administration log and message box in Management Console

System Action—The expression evaluation fails. Replication continues or ends based on the ENDONERROR keyword setting.

Operator Response—None

Client Administrator Response—Correct the expression to specify valid UTF-8 characters, or to not pass the column data to any string manipulation functions.