Need to send alert in sms

Hi All,
I am sending alert email in case of failure using component based alerting. My requirement is to send alert user through SMS. I have got SMS service provider how has given API for sending message.
How to use achieve the functionality. please suggest.
Thanks in advance.

Hi Gagandeep,
I am not using alert framework but using component based message alerting. When i tried opening personalize alert it is giving error
The following error text was processed in the system:
BSP exception: Application sap/alertpersonalize_rules cannot be started. Create an application node using Transaction SICF.
And in SICF, service alertpersonalize_rules is not there.
Thanks

Similar Messages

  • Why does the iPhone 4 need to send an SMS to activate FaceTime when the iPad 2 doesn't?

    Hi there.
    I keep wondering why iPhone 4 need to send a international SMS to activate FaceTime when the iPad 2 doesn't?
    It cost's 2,50 dkr ($0.48) every time it does that.
    I have a mobile subscription where i get 5 hours talk time, Free SMS, Free MMS, Free talk to all with same subscription and 5GB data for 129 dkr/month ($24.77).
    But the internation SMS is not free.
    And it really bugs me that my danish iPhone has to send an SMS to England to acticate FaceTime that i only can use on WiFi.
    I also have a iPad 2 (WiFi model), and it can activate FaceTime fine via WiFi. So why can't the iPhone 4 do that?
    I really really need a good explanation to why i have to pay to activate FaceTime.
    Why can't you make local numbers to send the SMS too, or do it via WiFi just like the iPad 2.
    The strangest this is that you have to be on WiFi to use FaceTime, so why use the mobile network to activate FaceTime?

    Where are you, what network are you on and where did you get your phone?
    The fact that it uses SMS isn't really the issue here and no-one on this forum can answer the "why" question. We are end users, not Apple. The accepted answer is if it's going to tie facetime to your phone number (which it does) then that's the way it's got to work.
    The puzzling part is why it would be sending one to England... unless of course, you purchased the phone in the UK and actually live in another region entirely.

  • Sending Class 2 SMS from mobile phone

    hi all,
    i need to send Class 2 SMS (data coding scheme, dcs class 2) from mobile phone to another. But due to WMA 1.1 Spec all SMS must be class 1. So, is it impossible to send class-2 SMS from mobile phone??!
    The platform is nokia s40. Any suggestions?
    Thanks!
    dm

    Hello,
    I need some help for my project....I'm working to an application who send a SMS from a PC tu mobile....Onto mobile I need to install a j2me application that receive the SMS from PC and send that SMS to other PC (using infrared or bluetooth)... I wait for advices.
    Thank you!

  • Sending alerts with CS-MARS

    Hi people,
    I have a CS-MARS and need to send alerts when specific events occurs. Using the action field in the inspection rules, this is achieved without problems.
    But, I need configure alerts by a most general way, like for events of a specific severity or rule group, and not rule by rule. How can I configure CS-MARS by this way?
    I'm waiting for a reply.
    Regards,
    brHS.

    You cannot do this in ether case AFAICT. What you might be able to do is configure the action for all inspection rules to send a syslog to the ip address of the MARS box. Then create a "keyword" inspection rule to specifically fire based on the severity shown in the syslog message. Here is an example of what the syslogs look like:
    <34>Mon Jan 7 13:51:08 2008 %MARS-1-101: Rule 205795 (Local Administrators group - membe­rship modified) fired and caused yellow Incident 747340504, starting from Mon Jan 7 13:50:57 2008 t­o Mon Jan 7 13:50:57 2008
    The rule name is "Local Administrators group - membership modified" and the Severity of the incident is yellow.

  • Alerts on SMS

    Dear All,
    We need to setup alerts on SMS for daily and monthly jobs running in BI. The criteria is
    1. Job finishes with zero record.
    2. When there is a double load for the same set of data.
    3. If the record count is more than 25% of the previous loads.
    Kindly help us for the same, will be very helpful if you can provide end to end solution.
    Regards.

    Check this Thread for SMS alerts...
    [SMS Alert for Service Desk in Solution Manager|SMS Alert for Service Desk in Solution Manager;
    You may need to implement third party or can do some workaround ...

  • Need to send an SMS from SAP ( by writing a custom report ) System.

    Hi All,
    I am with a requirement like sending SMS after generating some random number .
    Like I will collect the mobile number from HR mastr data and thereafter I need to send an SMS.
    I am not aware of this SMS sending concepts.
    For this I have to develop ABAP report.
    Kindly help me out.
    Best Regards,
    Veerendra Nath

    hi , you can Use Email to SMS , this Facility Should be Available with your Mobile Service Provider , here in Sri lanka its Possible , pls check the Code below
    DATA : t_mailtext TYPE bcsy_text,
              t_lines LIKE tline OCCURS 0 WITH HEADER LINE.
    DATA: objtxt LIKE solisti1 OCCURS 150 WITH HEADER LINE.
    DATA : object_id LIKE sofolenti1-object_id.
    DATA: usrid_long TYPE string.
    DATA: reclist LIKE somlreci1 OCCURS 5 WITH HEADER LINE.
    DATA: doc_chng LIKE sodocchgi1.
    DATA: tab_lines LIKE sy-tabix.
    REFRESH : t_mailtext.
    APPEND t_lines.
    CONCATENATE  'Errors in RCC' sy-datum sy-uzeit INTO objtxt SEPARATED BY space.
      APPEND objtxt.
    Subject for the SMS Alert
      DATA : lw_message TYPE c LENGTH 50.
      lw_message = 'PO Log'.
      doc_chng-obj_descr = lw_message.
      DESCRIBE TABLE objtxt LINES tab_lines.
      READ TABLE objtxt INDEX tab_lines.
      doc_chng-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objtxt ).
    Entering names in the distribution list
      usrid_long = '3667971"at sign"dialog.lk'.
      reclist-receiver = usrid_long.
      reclist-rec_type = 'U'.
      APPEND reclist.
    *--Second Email Recepient
      usrid_long = '3667975"at sign"dialog.lk'.
      reclist-receiver = usrid_long.
      reclist-rec_type = 'U'.
      APPEND reclist.
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
        EXPORTING
          document_data                    = doc_chng
      DOCUMENT_TYPE                    = 'RAW'
         put_in_outbox                    = 'X'
         commit_work                      = 'X'
       IMPORTING
         new_object_id                    = object_id
        TABLES
         object_content                   = objtxt
          receivers                        = reclist
       EXCEPTIONS
         too_many_receivers               = 1
         document_not_sent                = 2
         document_type_not_exist          = 3
         operation_no_authorization       = 4
         parameter_error                  = 5
         x_error                          = 6
         enqueue_error                    = 7
         OTHERS.
    Thanks & Br
    Dilum Alawatte

  • Need to send a email alert to Projectmanger when publishing a project in project server 2010 PWA site

    Hi All
    When creating and publishing a project in PWA(server 2010) need to send a mail alert to the concerned project manager.
    How can i achieve this..
    I have configured the outgoing mail sending in sharepoint and its working fine now.
    Please help me..
    Thanks Advance
    SharePoint Module Lead Assyst International Private Ltd Cochin India

    Nothing is built in Project Server to do this for you automatically.
    They way I have done this in the past is to create a SQL job using SSIS.  It runs every hour and when it sees a project schedule that has a recent PUBLISHED date then this is a trigger to send an email to project manager.
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Concurrent Error Alert Need to send mail

    Hi Everybody,
    My Requirement:_
    if any concurrent program completed with error, it need to send an mail alert notification to the users.
    My Environment:_
    OS : OEL4U5
    DB : 9.2.0.8
    Apps Version : 11.5.10.2 (with ATG RUP 7)
    Steps i have done:
    1) OS level Mailer configured and am able to send a mail.
    2) From the application level regarding workflow notification all the services are up and running and am able the receive test mail from application to my mailer account.
    Issue:
    For alert configuration i referred this mention meta-link id *"How To Send A Notification For A Failed Concurrent Request [ID 730657.1]"*
    But for me it showing an error in alerts *"System Alerts are disabled because of following: Logging is disabled"*
    for this log disabled issue i referred this doc but in my case its not worked *"System alerts in OAM are disabled because of the following:Logging is disabled [ID 455937.1"*
    Kindly suggest me to step forward
    Regards
    Athish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi ,
    Now am able to receive the error concurrent alert to the user mail perodically.
    Referred Metalink Doc:
    How to send a Concurrent Program Error Exception Report as a notification to users using Alerts [*ID 396756.1*].
    Issue Currently Facing:_
    If i run the Periodic Alert Scheduler concurret program in alert manager manually am able to receive the error concurret report with log file to the user mail id.
    At the same time if i schedule this Periodic Alert Scheduler concurret program for every *10 minutes* am not receving any error concurrent report and logfile to user mail id.
    Kindly Suggest me i need to schedule this Periodic Alert Scheduler concurret program perodically for every 10 minutes at the mean time error report mail need to receive for users mail id.
    Regards
    Athish.
    Edited by: Athish on Mar 20, 2012 6:04 AM

  • How to send an email/sms in process chain

    Hi,
    I would like to send an email/SMS in a process chain with same key figures. I get the key figures from a query. But I need a program to send these key figures to email. Is there any programs to send an email like the transaction sbwp?
    Thanks in advance!
    kind regards
    Tobias

    Hi,
    you may try this one,
    Tcode: ALRTCATDEF
    1. select classification "Process Chains"
    2. click on display/change
    3. double-click on "error in a process of a process chain"
    4. click on "fixed recipients"
    5. write in your username (you have to maintain your e-mail address in SU01 for that to work)
    6. save
    Tcode: RSPC
    1. go to your process chain (rspc)
    2. go into edit mode
    3. from the menu, select Process chain -> attributes -> alerting
    4. check "send alerts if errors occur" (select as per your requirement )
    Hope this helps
    Sukhi

  • How to send alerts to Pager/Fax

    Hi all,
    How to send alerts to Pager/Fax......
    I know that this can be done by checking the checkbox SMS,FAX in alert inbox.
    For receiving the Alert through Email,We define the Receipents in TCode ALRTCATDEF under fixed receipents.
    Where does we provide the Pager number/Fax number /Mob number so that I can receive Alerts Even trough Pager and SMS.
    Thanks,
    Srinivasa

    Go to RWB->Alert Inbox->Personalize->Check SMS,
    Go to SU01->UserId->Change->Give mobile number & Fax Number in Communication Area
    G to SCOT -> Check weather SMS/Pager/Fax is configured or not
    ( It need to be Configured , Otherwise there is no medum to send the alerts to mobile,page,FaX ( Manditory))
    Check out SAP Connect (SCOT).
    http://help.sap.com/saphelp_me21sp2/helpdata/en/2b/d927734b8a11d1894c0000e8323c4f/frameset.htm
    SAPconnect provides a standard interface for external communication, which supports sending with telecommunication services, such as FAX, text message (pager/SMS), Internet mail, and X.400, as well as sending to printers and between different SAP systems. It enables external communication components to be connected to the SAP system.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b6d59590-0201-0010-5f9d-adb9f6b14d80

  • Configuration of Alerts via SMS

    I want to configure database alerts via SMS, please tell me what should i do, utlities needed for SMS has been already installed, i just want to configure the alerts.
    My database is Oracle 10g
    OS version - Sun Solaris 10
    Thanks

    Hi,
    Oracle 10g R2/R1 does not support sending SMS.
    So buy an mobile handset having email facility and configure it to
    receive mails.
    Enjoy
    Chitrasen

  • Sending EMAIL/MMS/SMS

    Just wanted to know how SOA Composite sends Email/MMS/SMS? Is there any adapter for this? What are different types of servers required for this? In BPEL, I just find activity for EMAIL & SMS? Does MMS is also handled by SMS activity only? In SMS, there is no field for video files (like email has for attachment)? Any code example or document/blog for these available?
    Thanks In Advance!
    priya

    BPEL components can be configured with the Email and SMS activities. Oracle SOA suite provides the Email, SMS activities for error notification/alerts etc.
    For email you would need a SMTP server.
    Following link would help you with sending email attachment
    http://technology.amis.nl/2012/02/05/sending-an-email-with-attachment-from-oracle-bpel/

  • My iPhone will not send an iMessage. It sends everything as SMS. I have ensured that my Apple ID is signed in and that my phone number is enabled for use in both FaceTime and iMessage

    My iPhone will not send an iMessage. It sends everything as SMS. I have ensured that my Apple ID is signed in and that my phone number is enabled for use in both FaceTime and iMessage

    I had the same problem. I went in and added my email address to iMessage and deleted the text to my friends that have iPhones and sent another to test it and it worked. Only thing is now my non iPhone friends don't receive my pic text. I had to turn off iMessage for it to work. Apple needs to fix this ASAP!

  • Sending Alert Messages to File System

    Hi,
    I am trying to implement a scenario in PI which automatically processes alert message generated by the Alert Framework (the messages are processed in a message mapping). Therefore I am sending alerts via mail and receive these mails afterwards with an integration scenario PI. As this does not work if the mail server is offline I am searching for a possibility to send alert messages directly to the file system. Is there a way to do this? Or do you have any other suggestions how I could handle this problem?
    Regards,
    Christian

    HI Christian,
    The other option to get the alerts is to regster for SMS alerts to your mibile, in addition to the mail alerts.
    Regards
    Venkat

  • How to send alert when receiver JMS adapter fails? Please help!

    Hi experts,
       I have the following Asynchronous scenario:
       SAP R/3 -
    >IDOC----->XI>JMS--->BizTalk.
       I am sending IDOC from a given SAP R/3 system to XI. XI then sends the same to BizTalk via JMS adapter. In SXMB_MONI the message is successfully processed as it shows checked flag. But if I see the JMS communication channel status in runtime workbench then there it shows error saying JMS queue user id or password not found.
    How to send this JMS adapter error as alert?
    I also tried configuring alert rule in runtime workbench but still it does not trigger any error.
    I have also verified the alert category and everything is fine with that.
    What could be the problem? How can I send an alert when an Async adapter fails?
    Thanks & Regards,
    Gopal

    Hi! GOPAL,
    Once make sure whther all the below mentioned steps are configured correctly or not ok
    1: First make sure whether you are working on SAP XI or PI 7.1
               a) If XI you need to create Alerts (ALert Category) in CCMS ABAP stack in the
                        Tcode. ALRTCATDEF
               b) Open the alert category/classification definition environment (transaction ALRTCATDEF).
         ensure you are in change mode.
               c) In the group box with the alert classifications, right-click All classifications to open the   
                    context menu, and choose Create.
               d) Under Classification, enter a name for the classification.
               e) Under Description, enter a description of the classification.
               f)  Save your entries.
               g) Then go to RWB-->Go to ALERT Configuation and ADD the RULES to your alert category gor 
         which created there in the abap stack.
    Note Suppose if you want those ALERTS to come to your MAIL then again go to ABAP STACK and go to Tcode.  ALRTCATDEF and select your alert category press FIxed Recepients and there give your SAP XI ID's then  u can see those alerts in RWB-->ALERT INBOX
    Suppoe if you want those to mail then ask the basis team to link your company mail or personal mail ID to your SAP ID.
    2. Supppose if you are working on PI 7.1 Server.
         Only difference is creating Alert Category...Here you can create your ALERT Classification I mean   
         alert caltegory in the ESR (Enterprise Service Repository )
         Software Component >S CVersion>NameSpace-->Alert Category.
         You can configure how u configure there in abap stack such as long and short text every thing 
          except Fixed Receipients you need to give that recepients there only in ABAP STACK.
          what ever ALERT CATEGORY you are creating will reflect there in the ABAP STACK
         even you can Use these alerts Category in BPM --> CONTROL STEP -->Configure here in this step
    You can also reach alerts like this.
    NOTE  Most Important point is You can also view your mails or Alerts in the T Code:: SOST.
    Regards:
    Amar Srinivas ELi

Maybe you are looking for

  • Report engine(rwrun60) is crashing one by one

    Below is the setting of my reports server parameter on 11.5.10.2. maxconnect=300 cachedir="/u02/EPFH/epfhora/8.0.6/reports60/server/cache" cachesize=1000 minengine=16 maxengine=24 initengine=16 maxidle=30 security=1 englife=50 mailprofile="$Header: R

  • Disk Utility results

    A few months ago I migrated from an iBook G4 w/Tiger to a MBP, and installed Leopard. I did a custom install, leaving out printer drivers, extra fonts and additional languages. Since I began using this MBP, whenever I repair permissions I get a long

  • Help required with DAQ and waveform generation

    Hi, I'm using DAQ 6024E card for waveform acquisition using LabVIEW 8.2 version. I've also attached my vi for your reference. My next step is , I want to add another waveform to the acquired waveform, i.e. I mean to say if the acquired waveform is a

  • F111 and payment method field 'payment orders only' deactivated T042ZL-XNOP

    Hi F111 gives an error for a payment method: "Creation of payment orders is not supported. Message no. PZ588. Diagnosis Payment method B is configured so that a payment order is created. This function is not supported in the payment program for payme

  • X11 doesn't work?

    I didn't need to use GimpShop on my MacBook until recently, as it was running just fine on my Linux bot. But, recently, I have acquired an old Tablet, and my Linux bot (a very aged and patched together piece of hardware) will not be able to recognize