cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver

Former Member
0 Kudos

Hi friends,

As suggested by some of you guys, i have redesigned my interface like this.

PROXY Sender (Syn) ---> JDBC Receiver (Syn)

As i require some info back from the DB i have kept JDBC receiver as synchronous.

My doubt is if we have JDBC Receiver as synchonous should i compulsarily require BPM ( Reference : Bhavesh blog :

If we require BPM please give some docs related to that.

Thanks & Regards

K.Ramesh

Edited by: Ramesh K on Sep 23, 2008 12:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rames,

I think that you don't need to use a BPM in your scenario.

In Bhavesh blog :

, it is required a BPM because he mixes asynchronous and synchronous scenarios as he use files instead of proxys. In your case you develop a synchronous scenario PROXY - JDBC.

Regards,

Carlos

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

Absolutely ,there is no requirement of BPM.

You can go through the following link.

SOAP-JDBC Receiver

Regards

Mamta

Former Member
0 Kudos

hi

If the JDBC receiver adapter is configured in synchronous way ,it is not compulsory to use BPM,without BPM also we can do .

check the blog

JDBC Receiver Adapter -- Synchronous Select u2013 Step by Step

regards

kummari

Former Member
0 Kudos

Hi,

No Need of Any BPM here.

Please follow these to make a Sync call to Dbase.

File---JDBC Sync

RFC---JDBC Sync

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/step%2bby%2bstep%2brfc%2bto%2bjdbc%2bscenario

Regards

Seshagiri