Alerts and Performanace

In our current project, during the message mapping and through RWB Alert rules we generate alerts. During mapping we call SALRT_CREATE_LOCAL thrugh RFC mapping look-up API to create alerts . When there are more than 15 to 20 alerts created, all the Dialog Work processes in SM50 get  filled up and the system become very very slow. We have RFC Destination for Central Alert Server set to NONE. Does anybody know  whey the system is filling up  Dialog WPs for generating Alerts and  is there a way to restrict this activity to a fixed number of Dialog Processes

HI,
See the belowlinks
http://help.sap.com/saphelp_nw2004s/helpdata/en/d0/5e073c8e56f658e10000000a114084/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9c/34193cb4f5131de10000000a11405a/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/8a/3e2d4105f8d92be10000000a1550b0/content.htm
Troubleshooting Alerts
/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
Regards
Chilla
<i>reward points if it is helpful..</i>

Similar Messages

  • How to send IP Addr in an alert and receive the same?

    1. I have an 'alert handler' process that's sending an alert using 'Create Alert' activity.
    2. I have a listening/receiving process that get's triggered by this alert from the 'alert handler' process.
    3. The listening/receving process telnet's to a router. I want the listening/receiving process to extract the IP Address of the router from the alert that triggered this listening proecess.
    4. I tried sending the IP address of the router as 'Parameter 1' using the 'Create Alert' activity in the 'alert handler' process.
    5. In the receiving process, in order to telnet to the router, I chose 'Execute on this target reference' option for the 'Open Terminal' acitivity, but was unable to access 'Paramter 1' of the alert. It shows greyed out.
    Question:
    What is the best way to send the IP address of the router in the alert and receive the same in the listening process such that I can telnet to that router in the listening process?
    Please note: tried creating a 'terminal target'...there is no way for me to supply IP address info from outside into terminal target...looks like terminal target only takes a hard coded IP address or host name.
    Will appreciate your prompt response please.
    thanks,
    Jamal

    We discussed this, but just to post here. To view alert or other tasks parameters via the reference variable fields you have to select the show advanced checkbox.

  • Help! not alert and notification for sms incoming

    All sounds of my IPhond working, but if I recive text or imessage there is no alert and no notification (ther isn't the little number near the icon). In general setting the sound are activate.. 
    What's the problem??

    I have the same problems so did the reset.
    Now I have lost all my text messages. Any idea I how I can get them back?

  • View ALL upcoming alerts and reminders?

    is there a function within iCal to view all upcoming alerts and reminders, in one single page to know your upcoming deadlines for the week or month or day?

    yes you can.
    go to PRINT.
    under View -> select "list"
    make sure that you have set the TIME RANGE correctly. the default is the current date and it ends 1 day later, i.e. it only displays that date's reminders.
    click the "up" arrows to increase the no. of days AFTER the current date, and you will find the preview displaying the following dates as you click.
    u can even ZOOM to view the events themselves, and select the font sizes as well.

  • How to make a pause between an Alert and a plateformRequest ?

    Hello,
    I' programming a class which realize a download from an URL called downloadURL. An overview of my code is :
    public class SoundDownloader implements CommandListener{
                 private Alert downloadAlert2;
                 private String downloadURL;
                       private MIDlet midlet;
                 public SoundDownloader(String downloadURL, MIDlet midlet){
                   this.downloadURL = downloadURL;
                            this.midlet = midlet;
                       try {                       
                   //download code using HttpConnection and openInputStream()                       
                       } catch (Exception e) {
                            downloadAlert2 = new Alert("Download error !");
                            downloadAlert2.setType(AlertType.ERROR);
                            downloadAlert2.setString("Download error : "+e.toString());
                            downloadAlert2.setTimeout(Alert.FOREVER);                      
                            display.setCurrent(downloadAlert2);//show the Alert  
                            downloadAlert2=null;
                   //I'd like to stay here until the user dismisses the Alert     
                            this.midlet.platformRequest(downloadURL);
                            this.midlet.notifyDestroyed();
    }When an exception is caught, I display an error alert and I'd like to make the user wait until he dismisses the alert before launching a download by the mobile browser (platformRequest).
    I don't get this result now! The alert is displayed, but just after (without any delay), the platformRequest method is automatically launched!
    Could someone help me please?
    Thanks in advance!
    /arkienou

    I would try catch block code with [Alert.setCommandListener|http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/lcdui/Alert.html#setCommandListener(javax.microedition.lcdui.CommandListener)], roughly like below:
      downloadAlert2 = new Alert("Download error !");
      downloadAlert2.setType(AlertType.ERROR);
      downloadAlert2.setString("Download error : "+e.toString())
      downloadAlert2.setTimeout(Alert.FOREVER);
      downloadAlert2.setCommandListener(new CommandListener() {
        public void commandAction(Command c, Displayable d) {
          if (c == Alert.DISMISS_COMMAND) {
            midlet.platformRequest(downloadURL);
            midlet.notifyDestroyed();
      display.setCurrent(downloadAlert2);//show the Alert  
    }

  • Out of the Box alerts and messages.  Necessary?

    Hi,
    I have installed Grid Control and I am monitoring a couple of Hosts and DB's and well, before I even did that I noticed that Grid had a whole bunch of Critical and warning alerts along with Policy Vioalations. Now I assume these are out of the box alerts and messages, cause some of them seems pretty dumb to me. I know we can change them to change the values but I just wanted to make sure if I should really worry about these or not? Are they really serious. Some of them don't make any sense to me and I have been trying to look online at places where I can find out what they mean exactly and how to correct them. Does anyone know how to. These messages are just annoying and I would like to log in to Grid and see no alerts or violations. Here are some examples of what I am talking about. Any advice or help is much appreciated :)
    Examples Alerts:
    -51.55% of all processes are in zombie state, crossed warning (35) or critical (50) thresho...
    -Number of Active Agents exceeded the critical threshold (1). Current value: 0
    **This one seems dumb to me since I only have one agent on the server and the threshold is set to 1!!!!
    -Metrics "Current Open Cursors Count" is at 1673
    -Target is in broken state...
    **This one I would really like to figure out what it means. It is listed under the errors tab.
    Example Policy Violations:
    -Critical Patch Advisories for Oracle Homes
    -Listener Direct Administration
    -Use of Hostname in Listener.ora
    -Oracle Home Executable Files Owner
    Thanks

    -Critical Patch Advisories for Oracle Homes
    Nice but pretty obvious - only need if you have a security policy at your company-Listener Direct Administration
    Dont believe in that one ...-Use of Hostname in Listener.ora
    Same with this ..-Oracle Home Executable Files Owner
    Should be fixed .. a valid problem.

  • BO FC 10.0 problem with alerts and notifications for Workflow

    HI guyz.
    I can't save e-mail password in option Tools -> General Options -> Alert and Notification. So if you had the same problem, how did you solve it?
    Thank you.

    Join us to the question. Password is not saved.
    http://i003.radikal.ru/1202/b8/d8b8275efbcd.bmp
    Edited by: Roman Abramov on Feb 22, 2012 9:10 AM

  • Can you share alert and ring tones from iTunes between iPad and iPhone

    Can you share alert and ring tones from iTunes between iPad and iPhone like you can music and movies?

    iOS: Device not recognized in iTunes for Windows

  • BPM: How to Raise Alert and Restart together ?

    The requirement is like this.My Integration Process receives a message, performs a 1:N split and undergoes further processing using Transformation steps. I want to ensure the following in case any one of the Transfofrmation fails(Because of some coding error in the step):
    1. Raise an Alert
    2. Should be able to restart the Process again from the
       failed step once the Transformation code is fixed.
    3. To raise an Alert for any file adapter level errors, 
       and to restart the processing of the message once the
       file adpter error is resolved
    I have tried the following approaches, but it does not help me achieve all of the above condition.
    I have put the Transformation step in a Block and introduced an exception branch with one control step which raises an Alert.
    Issue: This will raise an alert when the step fails, but it ends the BPM with a Processed status and hence I will not be able to restart the BPM.
    So I put another Control step immediately following the Alert step which raises an exception. However I have not handled this exception. Hence when a step fails, I am able to raise an alert as well as the BPM gets errored out.
    Issue : However, now when I restart the process in swf_xi_swpr, The process restarts with the Control step which was used to throw exception. It does not restart with the Failed mapping step.
    To raise Alerts for Adpter level errors which might occur before the message comes to BPM, I have defined alert category and rule in runtime workbench. However, the Alerts are not triggered when the file adapter fails.
    Please share any ideas on how to achieve all the 3
    requirements together.
    Thanks in advance.

    Hi Joachim!
    I was facing a very similar problem in my BPM modelling.
    Is there really no other chance than to loop (and maybe wait some time) over the critical (e.g. networking down, ...) parts of the BPM to have some active notification via alerts AND a possibility for retry?
    In my opinion this would a very inflexible way of doing error-handling stuff - if so - is it about to change in the upcoming releases?
    Currently I guess I can have:
    a) either ALERTING (by catching exception and raise alert)
    OR
    b) convenient retry mechansisms via "SWF_XI_SWPR" (by not catching exceptions at all and let the relevant block become "errorenous") ...
    Any other suggestions ...?
    Many Thanks,
    Andy

  • Alerts and Most Common Alerts Report information Displays Blank

    Hello Sir,
    Could some one help me on my Issue in SCOM 2012 R2.
    Previously we use to generate all reports with out any issues, But very recently we had an issue while generating reports for "Alerts" and "Most common Alerts" Reports (from Microsoft Generic Library) its giving a blank with out any data.
    Where in CPU, Memory, Disk Utilization are coming fine as expected. Only issue with "Alerts Reports"  and "Most Common Alerts Report".
    Not sure how to proceed further to trouble shoot this issue.
    Regards,
    SA

    Thank you Sir,
    Previously all reports works fine, but recently we had issue only for "Alerts" and "Most Common Alerts" reports which is giving the blank DATA. Please find the below screen shot of the report.
    <v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"></v:shapetype>
    <v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">Could
    you please assist me how to fix this issue.</v:shapetype>
    Regards,
    Sanjeev Kumar N
    <v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">
     <v:stroke joinstyle="miter">
    <v:formulas>  <v:f eqn="if lineDrawn pixelLineWidth 0">
      <v:f eqn="sum @0 1 0">
      <v:f eqn="sum 0 0 @1">
      <v:f eqn="prod @2 1 2">
      <v:f eqn="prod @3 21600 pixelWidth">
      <v:f eqn="prod @3 21600 pixelHeight">
      <v:f eqn="sum @0 0 1">
      <v:f eqn="prod @6 1 2">
      <v:f eqn="prod @7 21600 pixelWidth">
      <v:f eqn="sum @8 21600 0">
      <v:f eqn="prod @7 21600 pixelHeight">
      <v:f eqn="sum @10 21600 0">
     </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
     <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
     <o:lock aspectratio="t" v:ext="edit">
    </o:lock></v:path></v:stroke></v:shapetype><v:shape alt="" id="Picture_x0020_1" o:spid="_x0000_i1025" style="width:431.25pt;height:277.5pt;" type="#_x0000_t75">
    <v:imagedata o:href="cid:[email protected]" src="file:///C:\Users\15147\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg">
    </v:imagedata></v:shape>

  • What is a memory alert and how do I shut down background apps?

    What is a memory alert and how do I shut down background apps?

    It's when the internal memory doesn't have enough space to operate apps or the phone.  You should do two things.
    1)  Double-tap your Home button.  You should see a row of apps at the bottom of the screen.  Tap on one and hold down until it wiggles.  Hit the red x in the upper right of the icon.  Do this for all icons.  Don't worry - you're not deleting the Apps, you're just shutting them down from multitasking
    2)  Do a hard reset of your iPhone.  Hold down the Home button and Sleep button.  Keep both held down until you see an Apple logo.
    This should clear the memory.
    Good luck!

  • Got iPhone 5.  Really Disappointed!  After 2 days, alert and typing sounds are not working.  Camera is terrible!

    Bought iPhone 5.  Really disappointed.  Within 2 days, alert sounds and typing sounds are not working.  Camera is terrible.  My old HTC One S was far superior!

    First, no, it is not showing orange.  I checked the silent button immediately.  Then I checked the sounds section of my settings, but all is good there.  When I get a phone call, it rings fine.  Alert and typing sounds are not working.
    Second..., yes this was a technical point (in which I was hoping someone else might have had the same problem, with a solution), as well as a complaint (definitely one worth making as it is not a minor issue - it is important to hear text alerts when you have children).

  • My iphone calendar keeps changing the alert and second alert times I put in

    Ever since updating to 7.0.2, my Iphone calendar keeps changing the alert and second alert times I input for an event to different times. Why is it doing this and how can I fix it?

    Are you syncing your phone with iTunes and then with iCloud? This can cause duplicates. Sync with one or the other, but not both.

  • Pre-Paid SMS alerts and confirmations

    Depending on the device being used, Pre-Paid services can receive the following alerts and confirmations:
    Pre-Paid service activation alerts
    Low credit alerts
    Main balance expiry alerts (four days before expiry)
    Bonus and Plus Pack low balance alerts
    Account deactivation alerts (32 days and eight days before the service is deactivated)
    Change of Pre-Paid offer confirmations
    Scheduled and automatic recharges
    BlackBerry BIS subscription cancellation
    Pre-Paid marketing messages
    Global roaming alerts
    Subscriptions and purchases, including MessageBank
    Mandatory service messages
    Occasional Telstra service messages
    How to opt out of Pre-Paid SMS alerts and confirmations
    While you can opt out, we strongly recommend you don't, as alerts and confirmations are a great way to stay on top of your balance and expiry dates.
    To opt out, text the word 'stop' to 125 8884. This is a free service. You'll receive a confirmation message, but due to scheduling it may take up to 24 hours for all alerts to stop. Note, mandatory SMS notifications will still be sent.
    These may include:
    Mandatory confirmation of self-service options, e.g. recharges, change of offer and Plus Pack purchases
    Pre-Paid marketing offers with a separate opt out
    Mandatory global roaming alerts
    MessageBank notifications
    Occasional Telstra service messages
    If you opt out of Pre-Paid SMS alerts and confirmations, you can still check your balance and expiry dates using your device or online. Find out more about Managing your Pre-Paid service.
    To opt in again, call our Pre-Paid customer service team on 125 8880.
    Change your contract details
    Log in to My Account and edit your 'Personal Details'. Register for My Account to access all your account details in one place, recharge, check your balance, view your usage history, get tax statements and more.
    View SMS messages using a mobile broadband device
    Using USB devices, messages are sent to the Connection Manager. If you're connected using a Wi-Fi hotspot, access messages on your device at http://m.home
    Check your device user manual to learn if it's SMS capable, or follow these steps:
    Step 1
    Connect your Pre-Paid mobile broadband device
    Step 2
    Type http://m.home into your browser
    Step 3
    Click the 'SMS' tab to see if you can view SMS messages

    It doesn't address what I needed help with
    I am in Malaysia with Telstra Long Life so I can receive my banking secure code when necessary from St George. However, it never arrives in time, if at all. So basically the service is useless for me and I have wasted $80. What can be going wrong and how can i ensure I receive a bank secure code sms in time that I can use it before the banking website cuts it off?
    I also cannot see on the My account page where I can get the online help. I think this should always be in the bottom corner of the page as I have spent ages looking for it - depending where you are on Telstra's site, sometimes it is there and sometimes not. VERY confusing.
    Thank you Janet Mills

  • Document for configuring Early watch alerts And issue tracking system

    Hello Experts,
    Iam on SAP Solution Manager 4.0 and need step wise step procedure document for configuring Early watch alerts and Issue tracking system in solman 4.0 . I hv checked Help site and other standard config docs by SAP but getting confused and things are not working ,so help shall be appreciated.
    My Email id is [email protected] .
    Requested to revert at earliest as iam in urgent need of it .Points guaranteed.
    Thanks and Regards,
    Somya

    Hi Somya,
    setting up EWA is explained in Application help of SAP Solution Manager.
    It would be helpful to know, what you have already done and what is causing problems for you.
    Prerequisite to process EWA is to configure all steps described in the Basic Settings of SAP Solution Manager Configuration guide (tx SPRO).
    The configuration of Issue Tracking is also described in the IMG (Basically, it's required to activate a BC Set).
    Path in IMG: Basic Settings -> Standard Configuration of Basic Settings -> Solution Manager -> Basic BC-Sets for Configuration -> Activate Issue Tracking BC Set
    Access the configuration guide:
    - run transaction SPRO
    - choose SAP Reference IMG
    - expand tree SAP Solution Manager -> Configuration -> Basic Settings
    - follow the steps under
    "Wizard-based Initial Configuration of Basic Settings", if your SolMan system has not been yet configured or
    "Standard Configuration of Basic Settings", if you have done already some configuration.
    Best regards,
    Ruediger Stoecker

Maybe you are looking for

  • Remote Access VPN users unable to communicate with each other

    Hi, We have configured Remote Access VPN on Cisco IOS router. Users are able to access the inside resources but cant communicate to each other. Any suggestions on the issue? Regards Saif

  • ITunes and iPhon will not sync....

    I just bought a new computer using Windows7. I installed iTunes and plugged in my iPhone4. When I check Library in iTunes all of my Apps, Music and Books are there. I downloaded a few new apps tonight in iTunes but when I Sync the do not got to my Ph

  • How do I set page margins in Numbers for iPad 1.5

    I was attempting to reduce the margins on my first spreadsheet, and I can't seem to find a way to adjust margins or paper size in Numbers 1.5 for iPad.  Thanks for any help!

  • ADF Application gets auto refreshed

    Hi i have my ADF application deployed in one of the weblogic clustered server. There are four weblogic managed cluster. In my application i am reading a csv file and performing some user operation with OIM. It is taking much time around more than 5 m

  • Problem when login to Visual Administrator

    Hi all, Here is a problem while login into visual administrator.when i run go.bat file it is throwing a syntax error. So,can anyone suggest me how to resolve. As i need to active the services to run AE for Netweaver PI. Thanks, Kalyan.