cancel
Showing results for 
Search instead for 
Did you mean: 

Simple BPM help

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

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

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Raj,

If the only reason that you are looking for a BPM is because you want some message like "DB COnnection Failed " to be sent when there is a problem in your JDBC adapter, then you can acheive the same using ALERTS and without BPM.

All you will have to do is configure your ALERTS by following this blog,

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

If you are on SP14, check the note 913858 and if you are below SP14 also check this blog,

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

Regards,

Bhavesh