cancel
Showing results for 
Search instead for 
Did you mean: 

interface determination

Former Member
0 Kudos

suppose we have simple bpm scenario like

1 data structure

1 message type

1 Inbound interface

1 out bound interface

1 abstract interface

we are using the same abs as receiver and sender in bpm

and interface mapping with source as OB and target as ABS

i knew thaat we need to create 2 receiver determinations for this

and no receiver agreement

how many interface determinations should we go for?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Kittu,

in ur simple BPM (file to file) scenario, u need 2 inteface determinations.

1st sender to BPM here interface mapping that u hv created in IR.

2nd BPM to receiver no need of interface mapping. Just give inbound interface.

Thanks,

Maheshwari.

Former Member
0 Kudos

Hi Kittu-

In this case you will have the following

One Sender agreement

Two receiver determinations

Two interface determinations

One Receiver agreement

Shabarish_Nair
Active Contributor
0 Kudos

<i>i knew thaat we need to create 2 receiver determinations for this

and no receiver agreement

how many interface determinations should we go for? </i>

>>>>

For each receiver determination, a corresponding interface determination will exist !!!

Former Member
0 Kudos

Hi Kittu,

you will have 2 interface determinations

source inbound msg interfce -> target abs msg interface

source abs msg interfce -> target outbound msg interface

you will need 1 reciver agreement: source bpm process, target outbound msg interface, file reciever adapter comm channel to output the target file......

Thanks,

Rajeev Gupta

Former Member
0 Kudos

in both the interfaces that i m using do i have to go for the same

interface mapping (which is defind in IR)

Former Member
0 Kudos

<i>source inbound msg interfce -> target abs msg interface</i>

U will get Interface mapping in this interface detemination only...

Shabarish_Nair
Active Contributor
0 Kudos

well it depends.

note that your interface mapping is depended on the interfaces (outbound -> abstract) or (abs -> inbound) or (outbound -> inbound)

So verify what parameters you give in the interface determination and choose the corresponding int. mapping.

Former Member
0 Kudos

Hi Kittu,

<i>we are using the same abs as receiver and sender in bpm

and interface mapping with source as OB and target as ABS</i> - See, since you are using the same msg type for both inbound and outbound msg interface, you dont need a mapping for it......so in your this bpm scenario, no msg mapping and no interface mapping will be there......so you will not have any transformation step in your bpm.....so you dont need bpm for this scenario........but if you want to see it in bpm, then you will have 1 recieve step in bpm and nothing else.....since you will have only one abstract msg interface, so your second recever determination will generate the output msg by using your recever file adapter......

Thanks,

Rajeev Gupta

Message was edited by:

RAJEEV GUPTA

Former Member
0 Kudos

<i>i knew thaat we need to create 2 receiver determinations for this

and no receiver agreement

how many interface determinations should we go for?</i>

You have to create Receiver agreement also.You will have to create 2 interface determinations.

1)Abstract Interface (referes your BPM)2)Inbound Interface(Referes your Target Application)