Send an alert in case of issues

Hi All,
Is there a tool that can monitor the Essbase agent and send an alert in case of issues or essbase unresponsive or essbase hang or crash
Which is the best way to monitor the essbase agent?
Regards,
Mink

In the past I have used a simple app that uses the api to log in then log out of essbase. This was then wrapped up in a batch file, or shell script. If the app returned with anything other than a success retrun code it would send a page to the admins.
I guess you could do the same with a maxl script, write out to a log and parse for errors.

Similar Messages

  • Getting backup battery to send email alerts....?

    Hello! I've got an APC RS1500 UPS hooked up to my Mac Mini server running 10.6.
    Obviously, I've already used System Preferences to configure how we want the battery to manage the power to the machine in the event of an outage. But since APC's PowerChute software (which, from what I understand, used to have the ability to send email alerts in such a case) only works up until about 10.4 until they started implementing the native support we have "lost" the ability for the server to send out an email alert whenever should there be a power issue.
    So far, I've found no native way to do this within OSX and the APC software that used to do this for you is no longer supported on 10.5 or 10.6.....how can we do this?
    I'm looking for something, anything, really to just get the server to send me an email should the power go down. Terminal command, Automator workflow, AppleScript, third party software....whatever.
    Just....something?
    Surely there are other people out there running Mac servers on a battery backup with some kind of notification system in place?
    Thanks in advance.

    Pingdom does what you are asking for.  It detects the web server outage.  It sends email, SMS or a tweets.  And it's a free service.
    If you're working on an internal server of some sort (or otherwise outside of what pingdom can reach), then this is going to involve a quick script, or some add-on software.
    If you're working on the script, do you have a local mail server running on this box?  (That'll make sending mail easier.)
    And do you want to know about every outage, or do you want notifications when the shutdown happens?  (If it's the latter that you're after, then you can send mail from the shutdown script.)
    Some of the more capable and less-interruptible power supplies have notification capabilities.  (eg: APC less-interruptible power supplies with the APC Web/SNMP card.)
    The apcupsd tool might be of interest, too.  Whether that update works on Mountain Lion, I don't know.

  • My ical calender does not send email alerts anymore, now what?

    The alerts are configured correctly, if I look at the alert it says that an email will be send (for ex. 09.00 the day before). However when the moment comes, the email does not. Can anyone help me with this one. This is the case since the upgrade to Mavericks.

    Hi Patrick, I have the same problem as does everybdy else I guess - it just wont work!
    I have set My Card in address book, tested it 100 times and whatever you do it ill not send an email alert? Everything I see on forums blah blahs about setting my card in address book and hey presto but none of it helps.
    Someone MUST know if it will ever work or if it is another issues that apple will never resolve, instead they will just ruin a perfectly nice looking operating system by updating it and making my phone icons and notes / bookshelf etc look like it was bought from Toys R Us instead of an Apple store!
    Did you find a solution to iCal not sending email alerts? DAVID.

  • Send Mail alert to customer when billing document is created

    Hi experts,
    My requirement is to send email alert to customers when billing document is saved.( in transaction VF01 ).
    I don't want to send any pdf format. I just want to intimate customer that the invoice is created.
    Searched forum and tried all possible ways. Please send the steps to configure the same.
    Request your valuable suggestions in this regard ASAP.
    Thanks in Advance.
    Regards,
    Farha.

    Hi,
    It is also similar to sending the PDF document through email.
    But in your case, it becomes easy. The program should take only the invoice number and send the invoice number through email to the desired email address.
    You have to configure the output type as normal as any other email output type.
    The logic has to be defined in the program.
    So there is no difference at the functional consultant level, the technical consultant should accordingly write the code to just send the invoice number.

  • Send an alert to notify ssrs report rendering is failed

    Hi Friends,
    I have one small requirement.
    When ever the report fails in rendering time or report is not working(due to some data issues), I have to
    send an alert to notify people this report is rendering failed or report is throwing some error.
    How can I do that, please help me on this..

    Hi Priya,
    SSRS unfortunately doesn't give much automatic altering when reports fail (for whatever reason).  There is however a good logging table you can use.  I use the below query to monitor failed subscription, however you easily modify it to find any
    failures:
    SELECT
    c.Name AS [ReportName],
    sb.[Description] AS [SubscriptionDescription],
    sb.DeliveryExtension AS [DeliveryType],
    sb.LastStatus AS [LastRunStatus],
    sb.LastRunTime AS [LastRunTime],
    c.Path AS [ReportPath],
    'http://YourSSRSServer/Reports/Pages/Report.aspx?ItemPath='+REPLACE(REPLACE(C.[Path],'/','%2f'),' ','+')+'&SelectedTabId=PropertiesTab&ViewMode=List&SelectedSubTabId=SubscriptionsTab' AS [SubscriptionLink],
    sc.ScheduleID AS [SQLAgentJobName],
    sb.SubscriptionID
    FROM
    ReportServer.dbo.ReportSchedule AS RS
    INNER JOIN ReportServer.dbo.Schedule sc ON rs.ScheduleID = sc.ScheduleID
    INNER JOIN ReportServer.dbo.Subscriptions sb ON rs.SubscriptionID = sb.SubscriptionID
    INNER JOIN ReportServer.dbo.[Catalog] c ON rs.ReportID = c.ItemID AND sb.Report_OID = c.ItemID
    WHERE
    (sb.LastStatus LIKE 'Failure%' OR sb.LastStatus LIKE 'Error%' OR sb.LastStatus LIKE '%not valid%')
    Once I find failures I send an email and enter them into a table (so I can monitor over time with another SSRS report).
    Thanks,
    UnoT

  • Sending an Alert e-mail on execution of process chain containing ATTACHMENT

    Hi Experts,
    Need your help on the following,
    We have a scenario where system must send an e-mail to the recipients, on the exection of a Process in the Process Chain.
    This mail should contain a specific text file from SAP-Directory(AL11) as ATTACHMENT or the content of file should be directly read in to the mail, anything will work.

    To send an Alert e-mail when the process chain is executed
    you need to create a message setting while creating the process chain.
    Suppose you want to send a mail after execution of DTP
    then just do the following
    right click on the DTP process in the chain and you will get a option to create message.
    you'll be asked when on what condition you want to send message 1Success 2 error 3always. select as per you r requirement
    select that option and a new window will appear
    in the new window press Reciepent button and add recipients of the mail as per you requiremnt
    press back button and save, then press create message button
    here you can enter the text you want to send, other then that message wil send the status and number od records added and transfered , by default.
    hope this solves your problem ..:)

  • How to send an email in case a Z Table is changed.

    Hi All,
              I need some guidance on how to send an email in case a Z Table is changed.
    Thanks in Advance,
    Saket

    HI Saket,
    As far as I understand you need to send an email whenever a Ztable is changed.For that
    1. You need to create a BO with the event Table changed using transaction SW01.
    2. then you need to bind this event to your Ztable.for that steps are mentioned in the link given below:-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc
    basically this pdf will illustrate to you as to how you should bind a event to table maintenance. this event should be traced with the one created in the BO using transaction SWEL.
    3.After that you need to create workflow wherein you will use the event which you have defined in the BO in the BASIC DATA(button with the Hat) of the workflow developer(Transaction swdd). in the Basic data you need to put in the object name and the event in the Startitng condition tab.
    4.After that you need to have an email task included as in the workflow stating the text and subject line with the agent assigned as Workflow initiator.
    after all these settings are done the try to do some changes in the Ztable. and after that just goto the transaction sbwp(Sap business workplace) to check whether the email has been sent out for.
    Let me know if you are still unable to implement becuase I have already worked on it and its working in my case

  • Case Sensitivity Issue with Latin Characters

    Hi,
    The Latin Character that i am talking abt is "i",
    I am trying to provide in my application the support for Azeri-Latin(Turkish family) Characters,
    That is the display and the orientation of characters is perfectly fine throughout the flow of application.
    But now there is a problem when selecting a data from DB using like constraint in where clause... The issue has been elaborated below...
    From the set of characters there are two character in which i am facing Case Sensitivity issue...
    They are as,
    i ---> the capital of same is ---> İ
    ı ---> the capital of same is ---> I
    now in english character mapping,
    for i ---> the capital is ---> I
    So, this is creating an issue...
    Now the test i have done is as follows,
    I created a table as,
    Create Table CS
    CS1 VARCHAR2(20)
    Following is the data that is inserted in the table,
    Insert into CS values('İ');
    Insert into CS values('i');
    Insert into CS values('I');
    Insert into CS values('ı');
    now i am running the following query,
    Select * from CS where lower(CS1) like lower('%&a%');
    for characters "i","İ","I" it returns 3 rows, that are,
    i
    İ
    I
    and for character ı it only returns,
    ı
    ideally for characters "i" & "İ" should be mapped with each other and "ı" & "I" should be mapped with each other respectively.
    But that is not the case.
    I am using Oracle 10g
    my NLS_database_parameters are as follows,
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_RDBMS_VERSION     10.2.0.1.0
    and at client i m using,
    NLS_LANG = .AL32UTF8
    any help on this issue will be appreciated,
    Thanks & Regards,
    Pratik

    I'm not fully understand your question but I guess you may need to set up NLS_LANGUAGE, NLS_TERRITORY db parameters and client NLS_LANG.
    eg client NLS_LANG=TURKISH_AZERBAIJAN.AL32UTF8 and db parameters NLS_LANGUAGE=TURKISH, NLS_TERRITORY=AZERBAIJAN
    Full list of supported languages, locales see [Oracle® Database Globalization Support Guide local data subpage|http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/applocaledata.htm]
    or tip2: check this: ALTER SESSION SET NLS_COMP=LINGUISTIC;
    Edited by: Kecskemethy on Mar 24, 2009 3:14 AM
    or you need something like this:
    Example 5-16 Matching with the Base Letter Operator [==]
    Expression: r[[=e=]]sum[[=e=]]
    Matches:
    resume<<
    résumé<<
    résume<<
    resumé<<Oracle SQL syntax: SQL> SELECT col FROM test WHERE REGEXP_LIKE(col,'r[[=e=]]sum[[=e=]]');Edited by: Kecskemethy on Mar 24, 2009 3:20 AM

  • Jewel Case printing issues on i-tunes 11

    Why won't i-tunes 11 prind a cd jewel case insert properly on my HP 4500 deskjet. Every other edition did. it prints the title of the playlist then jumbles all of the song titles on top of one another. Orint preview looks correct, A songlist NOT the size of a jewwl case insert prints the way it is supposed to. quite annoying.

    A huge shout out needs to go to Apple senior advisor John Altamirano. After I sent him some system diagnostics and i-tunes info which he forwarded to Apple engineers the jewel case printing issue for windows users has been resolved with the i-tunes 11.0.1 update that was released today, Thank you John.

  • Case sensitive issue CF7 & SQL 2005

    I had to rebuild a database from a backup recently. Now I am having a case sensitive issue in my queries that I did not have before.
    The following use to work with Rockmart in lowercase even though Rockmart was in the table as all uppercase like so ROCKMART.
    <cfquery name="updateAreas" datasource="mySource">
       UPDATE Property
       SET AR = 3610
       WHERE  City = 'Rockmart'
    </cfquery>
    The above has stopped working now the query must specify ROCKMART because it is in the table in all upper case.
    My database option is set to SQL_Latin1_General_CP1_CI_AS
    Any ideas.
    Many thanks for you help.
    Brian

    A collation can be specified at the server, database, and column level in SQL server.  The column collation will take precedence over the database collation.  Check that the collation for the column is case-insensitive.  You can use the query below to get the column's collation.
    SELECT COLUMN_NAME, COLLATION_NAME
    FROM INFORMATION_SCHEMA.COLUMNS
    WHERE TABLE_NAME = 'Property'
        AND COLUMN_NAME = 'City'
    You can get info on the collations supported by SQL Server at:
    http://msdn.microsoft.com/en-us/library/ms144250%28SQL.90%29.aspx
    You can change a column's collation if you need to, but you should be sure that this will not affect any other applications which query the same data.  Another option is to specify the desired collation in your query as suggested by glynjackson.
    http://msdn.microsoft.com/en-us/library/ms190920%28SQL.90%29.aspx

  • Send solman alerts as SNMP traps?

    We want to send solman alerts as SNMP traps to an external monitoring solution.
    Can someone please provide info on how to do it?
    Thanks

    Hello Prasad,
    a search for SNMP in the Online Documentation returns [Sending and Receiving Alerts Using SNMP Traps|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/0620fbf6a404479d48b9e24552f770/frameset.htm].
    Regards, Michael

  • Query Using Send a alert at once not continuously

    Hi,
    How to control the Alert using Query ?.
    if i add a Purchase order alert is sent to assigned
    user i write a query and set the query in
    alert mananagement window. remainder is set for
    one minute alert is working fine but is repeating
    every minutes i want alert to be send only once
    based on conditions.
    I created a UDF and update the values
    YES/NO. If the alert send once my
    UDF field value should be UPDATE to YES.
    when my udf value - Empty or NO then
    only alert is send
    pl send a Ex query it contains
    select statement and Update statement
    1.Alert sent for assigned user.
    2.UDF Value UPDATE - YES
    Both are in one query
    Regards
    Jambu

    Hi Jumbulingam,
    Here is the simply query SELECT T0.DocNum, T0.CardName, T0.BaseAmnt FROM OPOR T0, which will generate the list of purchase orders and sends an alert to the concerned user.
    How to manage Alerts:-
    For the first question - you to first wirte a query. for this log on to Query Generator select the table from which you want to generate a report or otherwise.
    Now go to Admn/Alert Management - in the window - change to add mode and give some name to your alert program and from "Open saved Query" select the query which you had write for this process. After this you can check box the users who should get this message/mail etc.,
    For the second question - while writing query, you can specify conditions that should be considered while generating query reports. This can again be fowarded to users thru alert management.
    Hope this clarifies your doubt.
    Thanks,
    Srikanth

  • IBots - How to send an alert when NO records are returned

    It seems straightforward enough to send an alert when a query produces results, but I want to do the opposite. For instance, I only want to get an email at 7am when an object has no data in it for the current day. I do not want to know every day that records are returned.
    how would i set up such an iBot such that it fires every day, and only emails me when no records are returned form the query?

    1) Create a small report called "No Records" and create an unscheduled iBot for this report.
    2) You have your iBot created for the original report, yes? Okay. If you don't want any notification when records are produced for this iBot, then in the Destinations tab, make sure all the boxes are unchecked for "Specific Devices."
    3) Now in the Advanced tab, click on the "Add Action" button under the "Execute these actions when no records are returned by the conditional request" section.
    4) Click on "iBot."
    5) Navigate to the "No Records" ibot created in step one.
    Now, when the original ibot fires and there are records, nothing will be sent because you unchecked all ways to get notification. But when there are no records, this event will fire the chained ibot you linked to in the Advanced tab. This iBot will have as an attachment, your report that says "No Records."

  • How to send CCMS alerts to HP BAC

    Hi Experts,
    We are evaluating the possibility of sending the alerts configured on the CCMS for HP - BAC.
    The CCMS generates a file with alerts that HP - BAC can capture, SMNP or something?
    Thanks in advance for help
    Regards,
    Sérgio

    Yes, can you check this.
    [How to send CCMS alerts to HP Open View|How to send CCMS alerts to HP Open View]
    jansi
    Edited by: shivjansi on Sep 5, 2010 5:08 PM

  • Can SunMC send mail alert to sysadmin for any hardware failure?

    Hi All
    for SunMC 3.61 or 4.0,, Sunmc can send mail alert to sysadmin if hardware failure.
    1. I noticed that the email actions from Attribute Editor Actions Panel is not for all the hardware attribute.
    is there any way to send mail alert to sysadmin for any hardware failure?
    2. does SunMC monitor Sun Fire T2000 hardware fully?

    Hi EricTan,
    erictan wrote:
    Hi All
    for SunMC 3.61 or 4.0,, Sunmc can send mail alert to sysadmin if hardware failure.
    1. I noticed that the email actions from Attribute Editor Actions Panel is not for all the hardware attribute.
    is there any way to send mail alert to sysadmin for any hardware failure?The out-of-the box notifications in SunMC must be set up for every data point on every system, which can be a pain to configure and manage in all but the smallest environments. And as you've noticed, for some hardware attributes there are no "Actions" tabs the allow you to configure email. To gain the features of centralized notification, and to get alarms from all sources of events in SunMC, you should consider installing [PrimeAlert EventAction|http://www.halcyoninc.com/products/EventAction/index.php] . It ships with a 30-day eval license, and if you need any help setting it up, please let me know.
    2. does SunMC monitor Sun Fire T2000 hardware fully?Yes, the Tx000 series systems have some of the best hardware support available in SunMC. As an example you can look at a T2000 screenshot and list of hardware info [in this post about SunMC and xVM Ops Center|http://forums.halcyoninc.com/showthread.php?t=109] .
    Regards,
    Regards,
    [email protected]
    [http://www.HalcyonInc.com|http://www.HalcyonInc.com]
    New !! : [http://forums.HalcyonInc.com|http://forums.HalcyonInc.com] !!

Maybe you are looking for

  • Edit data in single row

    I'm busy re-oredering data. I have the follwing problem: I've a column with data that must become unique, but there are values that occur more than once. I've to append 0, 1,2, etc to these values in order to make the values unique. eg. [b]Current si

  • SAVE_TEXT for long error Message not working.

    Hi Experts, I am Using SAVE_TEXT FM to Dynamically Change Long Text for  a message. 1. i am able to run succesfully SAVE_TEXT with SY-SUBRC = 0. 2. I can see the entry in STXH. 3. I have also performed COMMIT_TEXT with all the parameters and COMMIT_W

  • Purchase tax/input tax details

    Hi,   How to find purchase tax/input tax details of categorywise articles.

  • 3.2; DAC; ListControl - Problem with rollback

    I have a ListControl used for navigation. The problem arises when I click rollback button on NavigationBar. After this event ListControl stops updating its state according to InfoBus events. Is it a bug or what? Did anyone encounter such behaviour? A

  • Publish to DVD says it completes, does not write the ISO file in version 13.

    When I publish to DVD and select ISO it says it completes but it does not write the ISO file in version 13.