cancel
Showing results for 
Search instead for 
Did you mean: 

Raise Alerts for BPM errors

Former Member
0 Kudos

Hi Experts,

I have a BPM, from which need to raise Alerts for Mapping error.

is it possible to raise alerts using Alert rule and with out throwing alerts from BPM.

Thank you,

<b>MK</b>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi MK

The SAP Computing Center Management System (CCMS) provides a special alert monitor for SAP Exchange Infrastructure.

You use this alert monitor to monitor the ABAP and Java components (including the Business Process Engine) of your Exchange Infrastructure centrally, and to identify different categories of system errors and application errors in the various interfaces and interface namespaces of the components involved.

You use the alert configuration to have the system inform you of errors during message processing. You can receive the alert by e-mail, fax, or SMS. In each case you will also find the alert in your alert inbox.

To configure your alerts, proceed as follows:

&#9679; Create the alert categories that you want to use in your alert rules.

&#9679; Create the alert rules in which you want to use your alert categories.

&#9679; You can configure a connection to CCMS and schedule the periodic transfer of alerts to CCMS.

Once you have configured the connection to CCMS, choose Show CCMS Connection, select a period, and start the periodic transfer.

A background job is scheduled that collects all unprocessed alerts and forwards the data to CCMS. You can also stop this job.

As soon as a particular threshold value is reached, or is exceeded alerts are triggered and The transferred data is displayed in a special CCMS monitor.

You can raise alerts through BPM also .you can design your BPM in such a way that if an exception occurs, the exception handler for it has a control step in which youu can throw alert specifying the alert category and the text.

For more information on alert configuration and CCMS you can refer to http://help.sap.com/saphelp_nw2004s/helpdata/en/90/4e313f8815d036e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/90/4e313f8815d036e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

hope it may help you

Thanks

Sandeep

PS: if helpful reward points

Former Member
0 Kudos

I have a BPM, from which need to raise Alerts for Mapping error.

is it possible to raise alerts using Alert rule and with out throwing alerts from BPM.

Former Member
0 Kudos

HI,

Refer the below weblogs for raising an alert using BPM.

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

/people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi

Thnx

Chirag

Former Member
0 Kudos

hi mk,

u can raise alerts thru BPM. u can design ur BPM in such a way that if an exception occurs, the exception handler for it has a control step in which u can throw alert specifying the alert category and the text.

[reward if helpful]

regards,

latika.

Former Member
0 Kudos

hi Latika,

is it possible to raise alerts thru the alert defined in RWB and not thru Control step.

Thank you,

<b>Mk</b>

Former Member
0 Kudos

Hi,

Alert can be raised if there is a problem with the integration engine or Adapter engine. For this we have to define a rule in Alert configuration through RWB.

Refer the help:

http://help.sap.com/saphelp_nw2004s/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

I have given you the weblog which can generate an alert using BPM.

Thnx

Chirag

Former Member
0 Kudos

hi mk,

AFAIK u configure ur alert there and see it in ur inbox in RWB but u can not "raise " it thru RWB. see rwb is for monitoring. whatever categories of alerts u define u trigger them using control step in BPM.

[reward if helpful]

regards,

latika.