cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to JDBC Asynchronous Acknowledgements

Former Member
0 Kudos

Hi All,

I have one scenario RFC to JDBC (SQL db) async. This is schedule once in a day.

My customer wants, if any data has unsuccessful to insert in a table of DB. ECC automatically come to know and send the particular data again.

Is it possible?how?as of now I'm using PI 7.1.

Please suggest me..

Thanks,

Arthita

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Arhitam

Why to complicate the scenario with acknowledgments?, your requirement implies a synchronous scenarios, if you dont want to retrieve data in the source RFC, you can do async/sync bridge like RFC - JDBC - Adapter to retrieve confirmation  (Check point 4 to see an example http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e...)

Regards.

Former Member
0 Kudos

Client wants async scenario...

iaki_vila
Active Contributor
0 Kudos

Hi Arthita,

From the Note 831162 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 / PI 7.3 JDBC Adapter, question 12, it said that the JDBC adapter doesnt support application acks only systems acks, this means that you only can know that the message has arrived to the target but you cant know if the db processing has been right.

The only way that i know is to change to sync scenario or to do an async/sync bridge (without ccBPM).

Regards.

Former Member
0 Kudos

sync/async bridge means using RRBEANS..

But without ccBPM or RRBEANS , is JDBC supports sync ?

Another thing ,by any how is it possible by using alert configuration ??