cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error IN sxmb_moni for FILE TO FILE SCENARIO

Former Member
0 Kudos

Hi ,

I did File to file scenario by using Content conversion ..(that is from .TXT format to .XML format) for a single record it was working fine.. if i put 0: Unbounded in my source structure means i'm getting this following error ..

my source structure is like this :

SENDOR_DT

STUDENT

DETAILS

NAME

NO

ADRESS

BRANCH

-


SO, I PUT Details as 0: Unbounded.. if i did't put as unbounded means it's working fine for a single record.. but if i put Unbounded means immediately i'm getting the following error ...

-


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

- <!-- Request Message Mapping

-->

- <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/_TRNG_TEST_1_MM_</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>During the application mapping com/sap/xi/tf/_TRNG_TEST_1_MM_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

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

</SAP:Error>

-


plz provide me the solution..

Thanks

Babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi BABU,

For the reciver structure also u put occurance 0:unbounded and try...

Also test the message mapping....

regards

BILL

Former Member
0 Kudos

Hi Das,

i did for the Unbounded for receiving structure also .. but the same problem..

plz any body suggest me..

Thanks

Babu

santhosh_kumarv
Active Contributor
0 Kudos

Hi Babu,

Did u tested the Message Mapping...?

Test the Message mapping by duplicating the nodes and try.

Check if the data you are passing is of the same data type of the mapping configuration.

Regards

San

Former Member
0 Kudos

Take the paylod form the MONI for which u are getting an Mapping Error.

Open the IR-ur Messsage Mapping and check it using the same payload.

Also if u message has 0...unbound cardinality then check the target message shoulf have the same caridinality.

To test ur mapping manually..just duplicate the elements which have 0...unbound cardinality and chek it it is working or not

Thanks

Faroq.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Babu

please check whether the occurence of the target structure in multiple times or not. if it is 1..1 then change it to 0..unbounded.

case2: take the payload from the sxmb_moni and put tha payload in the message mapping you will come to know where is the error.

if still have the problem please reply back

Thanks

Rinku

Hi babu

check whether the occurence for the target node is 0..unbounded.

Thanks

Rinku

Message was edited by:

Rinku Gangwani

Former Member
0 Kudos

Hi,

Take the payload from SXMB_MONI and test it in ur mapping check there target side multiple records are comming or not.

check the Mapping,the problem will be in mapping..

Former Member
0 Kudos

Have you run the XML from SXMB_MONI through the message mapping locally?

This should identify the exact error.