cancel
Showing results for 
Search instead for 
Did you mean: 

ID configuation help reqd...

Former Member
0 Kudos

Hi,

Proxy async to JDBC sync to proxy async scenario

i hav an OA_MI request for Proxy (outbound async) and an AA_MI request for proxy

IA_MI Response for proxy AA_MI respons for proxy

AS_MIRequest and response for proxy for operation mapping

IS_MI request and response for JDBC

AS_MI request and response for JDBC

AA_MI request for JDBC(sync send step in bpm)

AA_MI response for JDBC(sync send step)

two mappings one for request and other for response

and one Operation mapping

I have a BPM sceanario Recv(AA_MI requestproxy) > send synchronous(AS_MI request and response for JDBC)>send step(IA_MI Response for proxy)

I know i need three recvr determinations and interface determinations..but could some one help me out with the interfaces in recvr determinations and interface determinations.. am jus confused since a synchronous Operation mapping

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member200962
Active Contributor
0 Kudos

For Proxy to BPM:

Receiver Determination (Source Interface)---> Outbound Proxy Async Interface.....Receiver Service will be BPM

Interface Determination:

Source Interface ---> Outbound Proxy Async Interface

Inbound Interface ---> Abstract Async Interface (of BPM)

If there is any mapping program defined then include it here for Source_to_BPM

No Sender/ Receiver CC & Agreement required.

For BPM to JDBC:

Receiver Determination (Source Interface) ---> Abstract Sync Interface (JDBC Req & Resp message types)...Receiver Service will be the JDBC

Interface Determination:

Source Interface ---> Abstract Sync Interface (JDBC Req & Resp message types)

Inbound Interface ---> Inbound Sync Interface (JDBC Req & Resp message types)

If there is any mapping program defined then include it here for BPM_to_JDBC

Receiver CC and Receiver Agreement required.

For BPM to Proxy:

Receiver Determination (Source Interface)---> Abstract Async Interface ..... Receiver System will be the SAP system

Interface Determination:

Source Interface ---> Abstract Async Interface

Inbound Interface ---> Inbound Async Interface...proxy interface

If there is any mapping program defined then include it here for BPM_to_Proxy

Receiver CC and Receiver Agreement required.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Indudhar,

You need to have three receiver determination steps:

1. From Proxy to BPM receive step (OA_MI request for Proxy to AA_MI request)

2. From BPM receive step to sync send step (AA_MI request to AA_MI request) Here you need not to worry about response receiver determination, because it is sync you dont need to create for this one.

3. From send step to proxy (AA_MI respons to IA_MI Response)

Here in your BPM step you are missing transformations. I hope since you are aware of it you didnot put it.

Also you need three communication channels one for sender proxy, one for sender jdbc and one for receiver proxy.

Please check this blog for more information:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit (here instead of rfc you have jdbc)

Also please check bhavesh blog for jdbc sync example. Try to take the response message as mentioned by him, else you will run into issues.

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

Regards,

---Satish

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>I know i need three recvr determinations and interface determinations..but could some one help me out with the interfaces in recvr determinations and interface determinations.. am jus confused since a synchronous Operation mapping

there is ID wizard which you need to start 3 times

1. Recv(AA_MI requestproxy) to BPM

2. BPM to send synchronous(AS_MI request and response for JDBC)

3. BPM to end step(IA_MI Response for proxy)

it will create all the ID objects for you correctly

Regards,

Michal Krawczyk