cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC to RFC Synchronous

Former Member
0 Kudos

Hi,

Require input how to configure JDBC to RFC sync in PI 7.4 single stack. RFC send response back to jdbc that response need to be updated in JDBC table.

Thanks.

Raju Rayapalli.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Evgeniy/Tauseef,

Thank you for your valuable inputs.

Considering the performance we need to avoid lookup and bpm. Request you to provide the info on how to achieve the scenario using beans.

Thanks

Raj

Former Member
0 Kudos

Hi Raju,

Another option you can use in async mode is as follows

Jdbc sender - > Mapping - > Jdbc receiver

In the mappign use RFC look up , and you can get the response of the rfc and map it to the jdbc rcvr..

thats it.. your scenario is complete....

For details on rfc look up have a look at this doc

Tauseef

former_member190293
Active Contributor
0 Kudos

Hi Raju!

I guess that you need async-sync bridge for your requirement.

Please refer to this blog:

Regards, Evgeniy.