Hi firnends,
JDBC (syn) to Proxy (Sys)
I need to pick the data from JDBC and status need to update back from ECC (proxy).
What are the best possible soluctions ? With or without BPM ?
Pls reply back.
Regards,
vasudeva
Edited by: vasudeva gembali on Oct 7, 2010 7:40 AM
Hi,
Go for RequestResponse Bean(without BPM) in this case.
Refer this:
http://wiki.sdn.sap.com/wiki/display/XI/UsingRequestResponseBeanModuleinFILE+Adapter(look under Summary and Feature of this scenario section for ur doubts)
http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29
Ur Scenario will be:
JDBC-PROXY-JDBC
Thanks
Amit
Hi,
You can achieve this easily with BPM.
Or otherwise yopu can go for request/response bean module, it doesn't require BPM to be configured.
Refer the thread :
How to configure a sync JDBC / RFC scenario without using BPM
-Supriya.
HI,
For JDBC Synch is Better to create 2 Asynchronous Scenario.
Scenario1. JDBC Sender - Xi - ECC Proxy (Call Proxy of Scenario 2 Here and Pass the response for JDBC )
Scenario 2. ECC Proxy - XI - JDBC Receiver
Good in Performance Cz 1. Both is asynchrnous scenario and Without BPM approach.
How this will be Helpful.
Regards
Prabhat Sharma.
Add a comment