The specified field contains invalid UTF8 text. Data maps that contain a VERSION record must have all fields in the UTF8 code page. For example, characters POUND SIGN must be X'C2A3' and YEN SIGN must be X'C2A5'; a failure occurs if the lead byte is not X'C2'.
The error reasons are:
1. Lead byte is greater than X'7F'.
2. Four bytes in character.
3. Unknown character length.
4. Truncated character at end of string.
5. Non-leading byte less than X'80' in multi byte sequence.
The data map is not loaded. Processing ends.
If the problem exists in the exported data maps file used by the PowerExchange Listener, then refresh the data map by sending it from the PowerExchange Navigator.
If the problem exists in the data map (DMP) file used by the PowerExchange Navigator, edit the DMP file by using an external editor.
If a VERSION record is present and the characters are not in UTF8, then it is best to delete the VERSION record, ensure that the characters are in the ISO-8859 code page (on Windows, save as type ANSI), and then edit the map in the PowerExchange Navigator. If that is not successful, correct the invalid characters - either in UTF8 if the VERSION record is present, or in ISO-8859 if the VERSION record is absent.