cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender in Synchronous

Former Member
0 Kudos

Hello Experts,

Can anyone tell me that is it possible to use JDBC Sender adapter in Synchronous scenario?

My requirement is

Database request -> RFC Request

RFC Response -> Database.

Please tell me if it is possible then how?

Thanks in advance.

Regards,

Hetal

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check this JDBC Adapter Configuration Guide:

http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm

Thanks,

Boopathi

Former Member
0 Kudos

Do you want to update the record in the same table or different?

You can not use JDBC adapter in synchornous mode.

But for your requirement you can use BPM to update RFC response to JDBC.

Gaurav Jain

Reward Points if answer is helpful

Former Member
0 Kudos

Hi Gaurav,

BPM is one solution, but i dont want to go with it.

Can you tell me is there any other way to do this?

Thanks,

Hetal

Former Member
0 Kudos

Hi,

You can also update the response using RequestResponseBean and ResponseOnewayBean. But I found that sometimes if message fails, it gives message already exists in database error for the message received in the next polling cycle.

Thanks,

Beena.

Former Member
0 Kudos

Hetal,

If you don't want to use BPM then use Proxy instead of RFC and you can configure 2 interfaces as below.

1. JDBC --> XI --> Proxy (Asynchoronous)

2. Proxy (Asynchrounous) --> XI --> JDBC

Your Inbound Proxy will call Outbound proxy that way you can avoid BPM.

Gaurav Jain

Reward Points if answer is helpful

former_member537867
Active Contributor
0 Kudos

Hi Hetal,

Check these threads, they contain solution to your scenario.

Regards,

Vinod.