cancel
Showing results for 
Search instead for 
Did you mean: 

RuntimeException in Message-Mapping transformation: -- Message Status 14

Former Member
0 Kudos

Dear ALL Experts

Messages are failed and showing the "RuntimeException in Message-Mapping transformation: Cannot produce target element "

also Message Status are showing as 14. Need to know few details such as,

1> Where we can check the exact error ?

2> Where we can check the error log file ?

3> What will be the possiable reason behind this failer ?

4> how can we resolve the same ?

Thanks and Regards

Machindra Patade

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Test the message in Message mapping and Interface mapping. This error should also have the respective field location which is throwing the error. If this was working earlier, then it could be data problem.

Regards,

Prateek

Answers (4)

Answers (4)

lnirmala
Participant
0 Kudos

Hi,

You can fing some more details of the error by checking the trace file in the location:

usr/sap/<SID>/<CI>/j2ee/cluster/server0/log/

To find the excat reason you need to follow what Sarvesh has proposed.It is better to down load the input message and paste it in the test tab of message mapping.First check whether all the nodes are appearing in green color.If no then there is some problem with the input message format.Else exceute the mapping and see what error is being thrown.

Rgds,

Lekshmi.

Edited by: Lekshmi N on Jan 4, 2010 11:31 AM

former_member200962
Active Contributor
0 Kudos
Messages are failed and showing the "RuntimeException in Message-Mapping transformation: 
Cannot produce target element "

The mapping logic applied is not able to produce the target element with the sorresponding Source payload.

Check if the payload (which you see in SXMB_MONI) is able to execute the mapping (Message/ Interface Mapping --> Test) successfully.

you can even refer page-191 from this guide:

http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000702797&_OBJECT=011000358700000063822008E

S-userid required to view the above document....the method is the same for SAP XI/ PI 7.0/ 7.1

Regards,

Abhishek.

Former Member
0 Kudos

HI,

Take the inbound payload from MONI and test the same in message mapping under test tab. Here you can see which field is creating problem because of data. Make sure that you have taken care all mandotary fields at target side, they must be mapped with something in case of missing data. In this case you can use the std function MapWithDefault.

Regards,

Sarvesh

Former Member
0 Kudos

Use this blog for reference.You will find the problem.

/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios