cancel
Showing results for 
Search instead for 
Did you mean: 

An error Handling in Asynchronous Proxy to JDBC Scenario?

Former Member
0 Kudos

Hey,

In my scenario, we'll send data from erp to third-party database.

If it occurred an error while saving the data to database, I want to manage that error in ERP.

Is it possible to make this scenario with asynchronous proxy to JDBC?

If it was possible, how should do I?

Thank you,

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

As the scenario is Proxy to JDBC, and as both of these support synchronous calls you can avoid a BPM, and make synchronous call to the Database and get the response and map it back to the proxy etc

Regards

Bhavesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you guys,

I'll try with your kind advice.

Thank you again.

Former Member
0 Kudos

Good luck

Keep us informed on your progress

regards

krishna

Former Member
0 Kudos

Hi

Using a BPM, you can get back response from the JDBC receiver and the send it asynchronously to R/3 system

regards

krishna

Former Member
0 Kudos

Thank you...

Do you means that I should make two asynchronous scenario?

Former Member
0 Kudos

Hi

>>>Do you means that I should make two asynchronous scenario?

Just one scenario using BPM

regards

krishna

Former Member
0 Kudos

Also

go thru the following thread (Similar problem discussed)

regards

krishna