When converting a message from UTF8 to Windows-1252 format I encounter the following error:

“ERROR :20090707:15.25.04:r4edi(sim_hierchmsgenv(rob2rob)):ConvertFromUCS4, failed to convert: CscConvertFromUCS4: converter error: csc windows UCS-42 character ‘0×4E7′ out of Windows-1252 encoding range”

This error causes the mapping to fall into error and the processing of the message is stopped.

I added the CSC_NAME=UTF8 on the input-side and CSC_NAME=windows on the output-side of the mapping.

In the Datamapper manual (on page 142) the CSC_ALLOWDISTORTION directive is explained, but WHERE do I
add this directive?

I need the mapping to just log the characterset conversion errors, but still continue processing.

continue reading.....