cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc to file synchronous with out bpm

Former Member
0 Kudos

hi masters,

can u explain me the step by step of jdbc to file scenireo...... with out bpm ... but it is synchronous...

thanks in advance,

jp.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

very useful one's

try them

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-964...

/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter

Regards,

Vishal

Message was edited by:

vishal kharat

Former Member
0 Kudos

How can a JDBC to FILE scenario be synch.

File does not support synch messages so it can only be asynch.

Mudit

Former Member
0 Kudos

>>>>jdbc to file scenireo...... with out bpm ... but it is synchronous...

Not possible. You need to bridge. May be you can bridge at adapter level if you are in SP20 there by avoiding BPM.

Regards,

Jai Shankar

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Not possible. You need to bridge.

but why brigde sender jdbc... ? that's the real question

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

AFAIK receiver file adapter does not work in sync (BE) mode

so you need to use a BPM for such a process

but why do you needs sync interface for JDBC ??

jdbc sender just sends messages and does not need

any reponse

Regards,

michal

Former Member
0 Kudos

thanks for response ....... if it is possible with bpm how ?

thanks in advance,

jp

justin_santhanam
Active Contributor
0 Kudos

JP,

Could you tell us the exact scenario. What u gonna achieve? As Michal said why u want the Synch interfaces for this scenario?

Best regards,

raj.

henrique_pinto
Active Contributor
0 Kudos

> but why do you needs sync interface for JDBC ??

> jdbc sender just sends messages and does not need

> any reponse

That's true, I can't think of any "sync" scenario for jdbc which you couldn't implement as 2 async calls.

For example, select + update, select + delete, etc etc.

Regards,

Henrique.