cancel
Showing results for 
Search instead for 
Did you mean: 

Need to split messages after mapping in the BPM.

Former Member
0 Kudos

Hi,

I have a req. to split MT to send to target as multicast...

I need to do it after mapping...

How to create interface determination and receiver determination.

HOw to create reciver agreement ...?

regards

Akshay.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Receiver Determination (Only one)

Enter the Sender Service, Interface and Namespace.

Now add your first receiver system as the service in "Configured Receivers".

Click on the '+' in "Configured Receivers".

Add next receiver system.

Repeat until all receivers are created.

Interface Determination (Only one)

Enter the Sender Service, Interface and Namespace.

Enter '*' for Receiver Service.

Select your inbound interface and your interface mapping.

Receiver Agreement (One for each receiver)

All receivers will need to have seperate communication channels.

Create a receiver agreement for each receiver and select the communication channel for that system.

Regards,

Yaghya

Former Member
0 Kudos

Hi Akshay,

In my opinon you should do you mapping in two setps, in first step you do you mapping and send output to BPM and let the BPM return the same data as an iput to XI, no you can use this data in your next mapping as well as in Receiver Determination for multicast base on conditions... Correct??

let me know if I have understood you correctly.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

I am reciving multiple accounting doc in single file..

MT_INPUT

acc_doc1

acc_doc2

I need to send it seperately to PROXY.

MT_INPUT

acc_doc1

MT_INPUT

acc_doc2

proxy needs to be called multiple times.....

how to do this?

Former Member
0 Kudos

Hello Akshay,

I have responded in your other post.

Use 1..n message mapping, 1..unbounded interface mapping.

Creating advanced interface determination and the rest of the config remains the same.

Regards,

Yaghya

Former Member
0 Kudos

Ok.. for this you need to do multimapping 1:N

You can configure the IR part as mentioned in this blog.

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

For ID part, you need to create

1. One Receiver Determination (Standard).

2. One Interface Determination (Enhanced), uncheck the checkbox "Maintain Order At Run Time". Just select you interface mapping and save it.

3. Two Receiver Agreements

4. Two Receiver CC

Rest of the things like sender CC & sender agreement you can do according to your scenario.

Regards,

Sarvesh