cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI XML Messages

Former Member
0 Kudos

Hi All,

I am new to PI, and have a problem with one my of developments.

Trx. SXMB_MONI generates a XML data like type below:

I just wanted to know the tables where the below fields like SAP Category, SAP Code area, SAP P1, P2, P3 and P4 are stored? or there any classes in PI where I can fetch the values after the passing the XML MESSAGE ID ? how is these XML data is generated?

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--

Message canceled

-->

- <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_JR_to_R3_BP_Address_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_JR_to_R3_BP_Address_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

Thanks in advance,

Suman

Edited by: Suman on Nov 11, 2008 7:13 PM

Accepted Solutions (1)

Accepted Solutions (1)

aashish_sinha
Active Contributor
0 Kudos

Hi Suman,

It is showing that in your scenario , there is some mapping problem. You can test your mapping in message mapping -> test tab. Where you will be able to see if you get any error. correct it.

You can check table SXMSPLSRV. This table is for Pipeline service specification.

Regards

Aashish Sinha

Edited by: Aashish Sinha on Nov 11, 2008 2:47 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

please have a look here:

Regards

Patrick

Former Member
0 Kudos

Hi Suman,

It is mapping issue, as your log clearly says.

You can test your mapping as per this blog and then you can find the real cause of the error.

Regards,

Sarvesh