cancel
Showing results for 
Search instead for 
Did you mean: 

SMS configuaration in Alert Configuaration

Former Member
0 Kudos

Hi Guys,

This is raju here.my question is to send an sms to admin if the database having error.in place od sending mail i need to send an sms to admin mob.so how can i configure that in alert?

Accepted Solutions (0)

Answers (6)

Answers (6)

GabrielSagaya
Active Contributor
0 Kudos

while defining alert category using ALRTCATDEF

goto Long and short text tab -> Type message under short text(sms ,pager) tab

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60c24b82-6da9-2a10-5a93-f1f729d8...

please goto your RWB->alertinbox-> personalization ->

a) switch to Time-Independent Delivery

b) check SMS option instead of mail

/people/matt.kangas/blog/2006/06/27/personalized-alert-delivery

former_member193376
Active Contributor
0 Kudos

Hi

In the Personalization tab in the alert inbox, you can either specify how u want the alert to be sent via fax, sms or mail. In your case it will be sms.

Thanks

Saiyog

vijay_b4
Active Contributor
0 Kudos

Hi Narayana,

Take a look at this blog,

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

Let us know if you have any questions after going through it.

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 Raising Exceptions in SAP XI Mapping and see if it helps you solve the problem.

Also go through these links:

Forwarding Alerts to Alert Management (ALM)

Alert Management

XI: Alerts - Step by step

XI: Alerts - Troubleshooting guide

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.

Reward points if this helps

Regards

Vani.

Former Member
0 Kudos

Hi,

Alert Configuration

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

Setting up alerts

Alert Notification Step-by-Step

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

/people/matt.kangas/blog/2006/06/27/personalized-alert-delivery

Thanks,

Soumya.

Former Member
0 Kudos

Hi,

Chk this thread, You will get some idea to proceed further...

Regards,

Srini

Former Member
0 Kudos

Hi,

you just have to change the delivery type.

Please have a look at this blog:

/people/matt.kangas/blog/2006/06/27/personalized-alert-delivery

Regards

Patrick