cancel
Showing results for 
Search instead for 
Did you mean: 

Message Splitting

Former Member
0 Kudos

I followed blogs 3115 and 3765 and have got to the point where my message mapping output is in the form that I think should be splitting into multiple messages (of the same type). It is not. Can anyone help?

This is an image of my message mapping output. Based on the blogs, I expected to see two Payloads under the lefthand side's RequestMessageMapping section.

http://webpages.charter.net/kpwendel2/MultiMappingOutput.jpg

I have the Messages tab set so the target is 0...unbounded.

http://webpages.charter.net/kpwendel2/MessagesTab.jpg

Here is an image of my message mapping.

http://webpages.charter.net/kpwendel2/mm.jpg

I am using a FileContentConversion CC, but I think my issue is before Configuration.

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Keith,

One more quick question.Can u check the Interface mapping? Did you gave the target interface as 0..unbounded?

raj.

Former Member
0 Kudos

yes

agasthuri_doss
Active Contributor
0 Kudos

Hi,

As expert Raj mentioned

Look into the following and check whether your Scenerio meets the same

http://flickr.com/photo_zoom.gne?id=956027913&size=o

Regards

Agasthuri Doss

Former Member
0 Kudos

I will have to check these from home later. My company blocks access to flickr.com.

justin_santhanam
Active Contributor
0 Kudos

Keith,

No issues. The image Doss referred is to check whether you have seleceted Enhanced option in the Interface determination.

raj.

Former Member
0 Kudos

I tried the enhanced ID the other day, but it gives me a "Split mapping created no messages" error. I was assuming this was not required since Blog 3765 did not mention it and since my receiver is getting the message (just not split into multiple messages).

I will check your other images tonight.

Former Member
0 Kudos

After comparing your screenshots, and doing a little more thinking, it looks like my issue is caused by having two different maps (XSLT and MM) with a different source for each.

Per help.sap.com, "the outbound interface of the multi-mapping must be entered as the sender interface in the Interface Determination". The issue is that I then cannot pull (into Enhanced Interface Determination using input help) my Interface Mapping because the xml source of my IM (for my XSLT map) is different than the source I am trying to message split (in my GUI MM map).

Maybe I have to use a BPM in order to get 1:N message splitting to work in this scenario.???

Former Member
0 Kudos

I split up my 2 mappings using a reroute through the SOAP Adapter. This allowed me to set up IB-Directory properly for the multi-message map.

Former Member
0 Kudos

Hi Raj,

I have a similar requirement as explained in this blog. I want to create multiple files based on the document type in the source. Number of document types is not fixed. I am following steps as described in your blog however I am not able to achieve message splitting. In your example you are just mapping the fields from source to target by using SPILITBYVALUE function, however I am confused how does this created split. I am new to XI so some questions might be very basic one. Could you please provide more information.

Thank you in advance.

Ram

justin_santhanam
Active Contributor
0 Kudos

Keith,

As per your first image I can see the messages been splitted!! Can you be specific regarding what is the issue? It will be more helpful to proceed further.

Cheers,

raj.

Former Member
0 Kudos

I am only getting one output file at my receiver (with both sets of ColdInvoiceData in the single file).

Shouldn't I see two SubMainDocuments in the monitor payloads section (per Blog 3115)?