cancel
Showing results for 
Search instead for 
Did you mean: 

Alert in BPM

Former Member
0 Kudos

Hi,

I have problem in Production where sometimes BPM crashes just before it calls the SAP R/3 system, somehow the JCo hangs and no messages are sent through to R/3 system. I would like to configure an alert mechanism for this type of scenarios. If the BPM is not successully executed then I would like to notify via email or something like that.

Can somebody suggest me on this.

My process in BPM is as follows:

Receive -> Transform -> Synchronous Call BAPI to SAP R/3 -> Send Response back to sender.

TIA

Ranjan Koirala

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185751
Contributor
0 Kudos

Hi Ranjan,

Have you considered scheduling the "Restart Workflow with errors" report to run every hr or so. We have this running in our production. This will look for any failed workflow processes and restart the same.

We have also setup alert to inform us about such errors.

For setting up Alerts check the following links:

http://help.sap.com/saphelp_nw04/helpdata/en/5b/5d1741b393f26fe10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

Also Check out the weblog from Michal:

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

Regards,

Sridhar