cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Mapping issue - *Split mapping created no messages*

Former Member
0 Kudos

Hi,

The scenario I am trying to test is a multi mapping scenario where I am trying to split one source message and create two target messages by using two different inbound service interfaces, one for each message type.

I am on PI 7.1 and when I test message mapping and operation mapping using the payload from SXMB_MONI, it is successful. Whereas when I test the scenario end to end I am getting the following error messages:

Runtime error

*Split mapping created no messages*

 

Start tag Start tag Close tag Start tag Close tag Close tag

Could someone please help

Cheers,

S

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

(1)First change the occurrence of target message to 0..unbounded.

(2) Do the mapping and test it under test tab of mapping whether your mapping is working fine creating target records.

(3) Copy the source code from mapping and remove the unwanted tags "as Mark said " those were created due to multimapping.

Then test that file and that will work.

You can follow this link .

Link :

Thanks

Rabi

Edited by: RabiPanda on Nov 17, 2011 8:42 AM

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You need to remove the ns0:Messages and ns0:Message1 in your source message. These tags are only added during design time but needs to be removed at runtime. Once you have removed them by editing the source message, please try sending it again.

Hope this helps,

Mark

ernesto_cruz
Participant
0 Kudos

Hi, could you read this link:

Regards!

Shabarish_Nair
Active Contributor
0 Kudos

can you check if you have set the correct occurrence in Operation mapping?