cancel
Showing results for 
Search instead for 
Did you mean: 

BaseRuntimeException issue

Former Member
0 Kudos

Hi Experts,

We are facing com.sap.aii.utilxi.misc.api.BaseRuntimeException:Invalid byte 2 of 2-byte UTF-8 sequence error in Production while processing some files.The issue is intermittent. The scenario is CSV File-->BPM-->IDOC. The file is failing with below error before reaching BPM itself. But if we reprocess the file, it's processing and creating the idoc's successfully. Could you please help me to find a solution for this issue?

Regards,

Priya

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hi Priya,

Modify the below configuring in your sender file adapter as,

Regadrs,

Praloy

Bhargavakrishna
Active Contributor
0 Kudos
0 Kudos

Hi Priya,

Can you check the inbound payload. I guess there are some special character in the payload.

For example, any kind of Latin characters (á, Á, ã, Ã,  é, É, í, Í, ó, Ó, õ, Õ ú, Ú, ü, Ü, ç, Ç) or anything like that.

Regards,

Praloy

former_member182412
Active Contributor
0 Kudos

Hi

This error normally occurs if your xml encoded as UTF-8 but actual payload is not UTF-8 it is for example ISO-8859-1.

Regards,

Praveen.

Former Member
0 Kudos

Hi Praveen,

Thanks for your reply! I am looking for a solution to solve this issue.how do we overcome this in PI system? Please suggest.

Regards,

Priya

former_member182412
Active Contributor
0 Kudos

try to change the encoding to UTF-8 in sender channel, refer below document

Regards,

Praveen.