Simple BPM help
Hi,
In my RFC to JDBC, I want to send a message "DB Connection Failed", when JDBC fails. I have developed the whole scenario except BPM. Now I need to convert it to BPM.
Can you please help on what to do in BPM?. Step-by-Step is appreciated.
Thanks-a-lot in advance.
Raj.
Michal Krawczyk replied
Hi Raj,
if you don't need to specify an exact error
(but want to catch any exception)
you can surround the jdbc send step in your BPM
with an exception branch and make the jdbc call sync)
then in the exception branch (so if the send step fails)
you can just send a message (new mapping)
"db error" to the rfc
with alerts you can only send a mail
Regards,
michal