cancel
Showing results for 
Search instead for 
Did you mean: 

Database-ECC(Proxy)-Database Synchronous Communication

Former Member
0 Kudos

Hi Experts,

we are working on Database-Ecc(Proxy)_Database synchronous communication .

1) Here we created all ESR and ID objects.

2) We are able to send data to ECC successfully

3) We are not able to  pick the response from ECC

Please find below screen shots.

And please find below screen shots of ABAP code for inbound proxy. if we miss any thing on please let me know.

Please help me need full.

Thanks,

Raju

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Sender JDBC adapter works in Asynchronous Mode, i.e, it does not support a response back. It supports QOS of Exactly Once only.

So -> You would need to use a Asynch - Synch Bridge to do this action. Do a SCN Search on this bridge and you will get multiple articles on the same.

Regards

Bhavesh

ravicarpenter
Active Participant
0 Kudos

Thanks Bhavesh for the correction to my reply.

ravicarpenter
Active Participant
0 Kudos

Well some of the naming conventions are confusing dear..like namespace is having Asynchronous in it,

Anyway, please check the following:

1. Sender side cc needs to have Best Effort

2. Try with receiver DT, MT, MI name as Response_Your_Request_MT so it could be Response_JDCB_Sen_MT (For exact please check the SAP documention for the JDBC receiver/sender adapter)