cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Sxmb_moni

gagandeep_batra
Active Contributor
0 Kudos

Hi Folks

to day i m facing a new type of error can some guide me

Erro details are:

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""> <SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

  <SAP:P1>com/sap/xi/tf/_MM_DeliveryNotesIFCSUM_to_Delivery~</SAP:P1> 

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2> 
<SAP:P3>Invalid byte 1 of 1-byte UTF-8 sequence.</SAP:P3> 
<SAP:P4 /> 
<SAP:AdditionalText />

  <SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_DeliveryNotesIFCSUM_to_Delivery~; com.sap.aii.utilxi.misc.api.BaseRuntimeException:Invalid byte 1 of 1-byte UTF-8 sequence.</SAP:Stack>

  <SAP:Retry>M</SAP:Retry>

</SAP:Error>

i try to check the payload also but its not appear inbound payload


Regards

Gagndeep

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

The exception log shows clearly during the mapping step the message processing fails.  YOu have to check whether target node element or child tag elements mandatory that requires some values that you dont map from the source data structure. Analyze the data step by step in the message mapping test tool. COpy the payload and use ESR testing tool and see at what field level the mapping fails.

Check all the mandatory fields and its occurence carefully.

Answers (2)

Answers (2)

arkesh_sharma
Active Participant
0 Kudos

The Issue is with the Mapping named "MM_DeliveryNotesIFCSUM_to_Delivery".

Please use the source xml payload from MONI and test your mapping.

You will find the cause of the issue.

Thanks,

Arkesh

Former Member
0 Kudos

Hello,

Could you please describe the scenario, does this occur with a JMS/MQ sender?

If yes could you please refer to note:
#1086303 XI JMS Adapter and IBM Websphere MQ: FAQ
question -
6) My MQ message contain special characters like ö,ä etc/line
endings/packed decimals. The JMS adapter is messing up with these
characters.

Please check if the MQ JMS message is a Text Message and if it is UTF-8
encoded. If otherwise please advise.

Could you please advise if you have set the code page value to
UTF-8 (i.e., CCSID 1208) in MQ?

Kind regards,

Sarah