cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous JDBC Receiver Adapter

Former Member
0 Kudos

Hi,

My requirement is JDBC--- XI --- JDBC (Sync) — JDBC.

Let me be more precise about the above scenario.

JDBC sender picks up a record from DB1 and sends to DB2 and gets a response from DB2 and send the response to DB3.

I am sure this can be handled only through BPM.

But my question will a JDBC Receiver adapter gets a response back to XI. If this is possible , can some one tell me how can I achieve it.

Thanks

Shaik

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi;

Bhavesh's blog gives an answer to your question.

Mudit

prateek
Active Contributor
0 Kudos

<i>I am sure this can be handled only through BPM. </i>

BPM required.

<i>

But my question will a JDBC Receiver adapter gets a response back to XI.</i>

Yes.

The weblog by Bhavesh would also b helpful.

Regards,

Prateek

Message was edited by:

Prateek Srivastava

Former Member
0 Kudos

>>I am sure this can be handled only through BPM.

BPM not required.

BPM is required here since JDBC sender does not support synch.

Or you will have to bridge at adapter level.

Regards,

Jai Shankar

bhavesh_kantilal
Active Contributor
0 Kudos

Check my blog for Synhronous select of data froma Database,

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

Regards

Bhavesh

Former Member
0 Kudos

Hi All,

I am working on bhavesh blog. Plz give me some time so that i can configure and come back to you if i encounter any errors.

Thanks

Shaik