cancel
Showing results for 
Search instead for 
Did you mean: 

Alert configuration

Former Member
0 Kudos

Hello friends;

2 questions:

1) How do I check whether we have Alert configuration ,configuration configured on our server.

2) Can I know the steps to configure Alert Configuration.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Hi,

The Alerts in SAP XI can be raised for error happening in:

1. Adapter Engine

2. Integration Engine.

1. These Alerts are system generated in case anything happens in either of the component.

For this you need to:

1. Create ALert Category in the Trnasaction ALRTCATDEF

2. Create Alert rules in Runtime Workbench--> ALert Configuration and associating these rules to Alert category.

If you want you can do it without a BPM

and throw an exception in case any of the values is missing:

have a look at this weblog on how to throw exceptions

in a nice way:

/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping

Also just go through <a href="/people/sap.user72/blog/2005/02/23/raising-exceptions-in-sap-xi-mapping Exceptions in SAP XI Mapping</a> and see if it helps you solve the problem.

Also go through these links:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/3f/567ddea69d3d4c93a6aedabd08899e/frameset.htm">Forwarding Alerts to Alert Management (ALM)</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/frameset.htm">Alert Management</a>

<a href="/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step: Alerts - Step by step</a>

<a href="/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide: Alerts - Troubleshooting guide</a>

http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7f2243d711d1893e0000e8323c4f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/68/253239bd1fa74ee10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbc8142c11d3b93a0000e8353423/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/5d/2166e6a91d11d188de0000e8216438/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/05/bb223905b61b0ae10000000a11402f/content.htm

For a Simple case with BPM refer:

http://help.sap.com/saphelp_nw2004s/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm

To send an EMAIL, assign an EMAIL ID to the corresponding user in the transaction SU01 and then set up SCOT and you can send emails when the ALERT is triggered..

Once you have configure Alerts, you will get the Alerts into ALERT INBOX in RWB of the user. To also get the email, the following needs to be done,

1. In SU01 -- Assign the Email ID for the Recipient of the ALERT.

2. In , RWB>ALERT INBOX> PERSONALIZATION--> Time Independent Delivery and Email are selected.

3. Finally, SCOT needs to be set up to send Emails. Check this for the same. You can ask your BASIS team to do this step.

http://help.sap.com/saphelp_nw04/helpdata/en/23/1edf098ea211d2b47300609419ed29/frameset.htm

Also, In ALRTCATDEF, go to SETTINGS--> CONFIGURATION. By default, the option selected is INTERNAL PROCESSING. Select the option SMTP FORWARDING AS XML and give the email id. This will enable you to send an email alert whenever an error occurs in XI.

I hope it helps.....

Regards,

Abhy

Former Member
0 Kudos

Hi Abhy,

I am having a different problem. When I clicked on settings --> configuration, I am not seeing the processing, personalization, XML formatting options. We have PI 7.0 SP09 installed.

Please help in this regard.

Thanks

Kalyan

bhavesh_kantilal
Active Contributor
0 Kudos

Kalyan,

Are you looking at sending an XML message as mail?

In this case, in ALRTCATDEF, go to settings--> Configuratin --> In the window that opens , select <b>SMTP Forwarding as XML</b> and give the mail Id.

If you cannot see the Configuration Window, there will be a button indicating new / create ( or something of that sort) click oin this and the configuration window will be available.

Regards

Bhavesh

Former Member
0 Kudos

Bhavesh,

Thanks for the reply. I don't see this option at all. I am seeing only 'Inbound processing', 'Status handling with mails', and 'Logging' options. I know that 'Processing', 'Personalization', and 'XML formatting' are available in ALRTCATDEF --> Configuration.

I assume that this is the change with the XI 7.0.

Please let me know if I can set these options some where else.

Thanks

Kalyan

bhavesh_kantilal
Active Contributor
0 Kudos

Kalyan,

That is rather strange! I am still not on Pi SP9, but will find out . Meanwhile, try raising an OSS for this to get the clarification from SAP.

Regards

Bhavesh

raja_thangamani
Active Contributor
0 Kudos

See these..

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9418d690-0201-0010-85bb-e9b2c1af... -- How to setup alerts for monitoring in XI 3.0

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/003de490-0201-0010-68a4-bf7a1e1f... -- Monitoring in XI 3.0

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

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

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

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

Hope this answers your question .

Raja T

Former Member
0 Kudos

Thanks man.