cancel
Showing results for 
Search instead for 
Did you mean: 

Sender side Synchoronous jdbc scenario

balaji_pichaimuthu
Active Participant
0 Kudos

Hii experts,

Can we do Sender side synchronous jdbc scenario?? if yes give me an example how the scenario will look like??

and what are the steps has to be done?

Regards,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you pls clear your requirement?

In your case, do sender JDBC will fetch the data and give it to the target, and again target will give some resonse and that

response you have to insert into the database at sender side?

If this is the case for you, then it can be achieved.

Pls exactly tell what you are looking for.

-Tanaya.

balaji_pichaimuthu
Active Participant
0 Kudos

Hi Tanya,

I dont have requirements like this.. but i want know is it possible to do the sender side SYNC jdbc scenario.. if yes what are the ways we can do it.. i want to know the all the steps to implement it.. as you said could you explain more about how to do this scenario??

Regards,

Balaji

former_member200962
Active Contributor
0 Kudos

JDBC does not support Synchronous communication when on the Sendser side.

the same however is possible if JDBC is used on the receiver-end.

You can either use a BPM or Request-Response bean (as it is shown for File--> RFC --> File sync wiki)

Regards,

Abhishek.

balaji_pichaimuthu
Active Participant
0 Kudos

HI abhishek,

You always best... yes i do know how to do in receiver side synchronous jdbc.. But i dint know that Synchronous jdbc doesnt work on sender side...

Regards,

Balaji

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can u explain the scenario in detail?

Regards