cancel
Showing results for 
Search instead for 
Did you mean: 

multimapping

former_member240483
Contributor
0 Kudos

Hi Experts,

i Have scenario with two source and one target interfaces.

and each source interface using different mapping (Java).

is this possible without BPM.

as before i used BPM for mult source and single target interfaces..

Could any one clarify is this possible without BPM..( using some settings in technical routings like ID and RD)

Thanks for your time.

thanks

Rao

Regards

Rao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rao,

Any Scenario which deals with N:1 mapping, can't be done without BPM. So you have to use BPM in your scenario.

Regards,

Sarvesh

Answers (1)

Answers (1)

Former Member
0 Kudos

What are you doing with BPMs that all are possible to do without BPMs, but it is some complicated.

former_member240483
Contributor
0 Kudos

Thanks for your responce ....i just wanna clarification is this can be done without BPM ? if yes how ?...

Thanks

Rao

justin_santhanam
Active Contributor
0 Kudos

Rao,

You have two source message and one target message is it? It's not possible without BPM.

>Each source interface uses different mapping

What do u mean by that?

raj.

former_member240483
Contributor
0 Kudos

Hi Raj,

I have two source interfaces..

and each must use different mapping for some calculation things...

means if first interface triggers it must use one mapping to calculate and send the target .

if second interface triggers it must use second mapping and send to target..

we thinking it must work like that..( as we have two mappings all ready in IR for another scenarion want to use same mapping in this also)...

Hope you understand my issue..

regards

Rao

justin_santhanam
Active Contributor
0 Kudos

Rao,

No need for BPM.

Design

Create 2 O/B Interface and I/B Interface.

O/B Interface1 , O/B Interface2 .

Do the Mapping respectively

Mapping 1 - O/B Interface1 to I/B Interface

Mapping 2 - O/B Interface2 to I/B Interface

Configuration

You need to create 2 sender channels and one receiver channel.

Receiver Determination-1

Sender Interface --->O/B Interface1

Interface Determination

Sender Interface - O/B Interface1 , Receiver Interface - I/B Interface choose Mapping1

Receiver Agreement

Sender Interface - O/B Interface1 , Receiver Interface - I/B

Sender Agreement

Sender Interface - O/B Interface1 , Choose Channel1

Receiver Determination-2

Sender Interface --->O/B Interface2

Interface Determination

Sender Interface - O/B Interface2 , Receiver Interface - I/B Interface choose Mapping2

Receiver Agreement

Sender Interface - O/B Interface2 , Receiver Interface - I/B

Sender Agreement

Sender Interface - O/B Interface2 , Choose Channel2

Hope it helps! If not reply back.

raj.

former_member240483
Contributor
0 Kudos

Thanks for your responce..