Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

As we all know, in PI, the File adapter can read any type of file, not just XML-formatted data.  This useful when we can use a java mapping program to parse the content of the message, no matter what format it is in.  An example is reading an Excel file, then use java mapping to parse the content into XML.  The resulting XML then can be used with a subsequent mapping program, e.g. Message Mapping.

This has been done previously uisng the "classical" configuration, e.g. using Sender Agreement, Receiver Determination, etc.  However, when using the Integrated Configuration (ICO), we may encounter the following error:

Module Exception 'com.sap.aii.af.lib.mp.module.ModuleException: senderChannel 'b4dc6bd27a6634e9896d5abe876a8a0a': Catching exception calling messaging system' found, cause: com.sap.aii.adapter.xi.routing.RoutingException: Cannot parse message payload to determine operation for receiver determinationcom.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 2-byte UTF-8 sequence

To resolve this error, we need to delete the SWCV (by blanking it out) in the ICO configuration.  Once done, the message will go through without error.

15 Comments