cancel
Showing results for 
Search instead for 
Did you mean: 

Multi mapping issue

Former Member

Hello All,

I am getting following error message during execution of mapping and the version of PI using is 7.4 single stack

Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Split mapping created no messages, cannot proceed. Review your mapping setup: splitting to 0 messages is not allowed.

Can you please help in clearing this issue

Regards,

Moorthy

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186851
Active Contributor

Hello Naresh,

Try changing the occurrence of interface in operation mapping to 0-unbounded and check.

Also if you have any condition check the conditions are satisfied for creating messages.

Former Member

Hello Raghu,

Occurrence is already 0-unbounded. There are no conditions in RD. When tested the interface from operation mapping test tab it is working without any issues. While testing the interface from end to end this issue is coming up

former_member186851
Active Contributor

Fine Naresh.

Remove the <Messages> tag in the test payload if any exists as these tags will be automatically added by PI while run time.

former_member202642
Participant
0 Kudos

Hi Naresh,

Please check your source XML. If it contains <messages> tag or not?

Regards,

Aamir