Trigger Email when BI services Stop

Hi,
I have a requirement where in we want to trigger a Mail through Shell script whenever the Oracle BI services are stopped, started or restarted.
Our BI servers are hosted on Unix Platforms. Please help on how to implement this.
Thanks.

I would suggest to reach out your unix admins for the same.
You need to look for the saw server process and process ID based on that status can send an email using rmail or any other.
Or else you can google it based on given info
If helps pls mark

Similar Messages

  • Trigger email when employee responsible is changed

    Hi Experts,
    Kindly advise how to trigger email when the employee responsible is change to another employee, is there any standard workflow to achieve the task or this needs some enhancement,,, I mean development. I assume this can be achieved out of box.
    Regards
    AM

    I would investigate if you can achieve your requirement trough workflow, as I'm not a workflow expert I can't guide you further.
    as other members already recommended You can use actions with a custom complex schedule condition, which can be done through BADI. I would have two actions
    1- will be triggered only one time, which will notificate the opportunity creation
    2- Only will trigger if emp responsible is changed, via custom schedule condition (BADI) and will be triggered N times, of course if the condition is met.
    I had written a blog which can give you sone hint, at least had very usefull links.
    Cheers!
    Luis

  • How to send emails when smtp server stops working?

    How do  i send e mails when my smtp server has stopped working?

    How can users send email messages if the Exchange Server goes offline?
    Is there a system that can be setup in case of server failure?
    Thanks in advance. 
    Check out the HA options with Exchange 2013
    https://technet.microsoft.com/en-us/library/dd638137(v=exchg.150).aspx
    High availability and site resilience
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Email when a daemon stops

    Is there a way that I can get the system to send out an email aleart when a daemon fails to start?  For example, the UTMajorAcquisition was not started this morning and we had to manual start it back up.  It would have been nice to have recieved some form of an alert in regards to this service.

    No, there's nothing built into LMS to do this.  But, you could write your own script to periodically run pdshow and look for problematic daemons.  Use my daemon cheat sheets at https://supportforums.cisco.com/docs/DOC-8798 as a guide for what the healthy states are.

  • What is the function module which is used to trigger email

    Hi ALL,
    can u send me the function module which has to trigger email when sales order was saved.
    kindly send me the inputs
    thanks & regards
    naveen
    Moderator Message: Basic Question. Thread locked.
    Edited by: kishan P on Nov 11, 2010 10:56 AM

    Hi,
    This needs to coded in the Save User Exit of the Sales Order Include MV45AFZZ (USEREXIT_SAVE_DOCUMENT) and use the Function Module "SO_DOCUMENT_SEND_API1" to trigger a mail.
    Please try this and let me know if any.
    Regards,
    Srinivas
    Moderator Message: Do not answer Basic Question.
    Edited by: kishan P on Nov 11, 2010 10:58 AM

  • Services stop running

    Hi. We are on ep5. currently, I noticed the World Wide Web Publishing Service stops running, and so with the IIS admin service. But the SAP J2EE Engine service is still running.
    May I know what's the reason the services stop? is there any way to detect when the services stop, alert someone and auto restart? May I know how to do it?
    thanks.

    Hi,
    IMHO it's clear that you have an issue with IIS, not J2EE or EP5 itself. You could possible also have an issue with the ISAPI filter (SAPJ2EE / IisProxy) which can cause IIS to crash.
    Although it is possible to detect IIS outages and restart automatically if necessary (you could use WMI and a scripting language such as VBScript to accomplish that) I think a better approach is to dig into the root cause of why IIS is crashing (you can to IIS thread dumps as well - don't ask me exactly how) and fix the issue instead of working around it.
    Good luck!

  • Shared Reminders: How do I stop getting emails when changes are made?

    My wife and I both have iPhone 5's that we bought 2 weeks ago. We are sharing a calendar and a "Grocery" list in reminders. I have everything set up where it is working properly but I keep getting emails when a change is made to the grocery list. I don't get emails when there are changes to the calendar.
    I want to stop getting emails when there are changes made to our grocery list but I am not sure how to do it. We both have icloud accounts and we both have checked the box under preferences in my calendar for "in app notifications" for icloud invitations. When I open Reminders in icloud I don't see a preferences for reminders.
    If it helps , or makes any difference, my wife has a yahoo mail account and I have a hotmail account. She does not get emails about changes being made.
    thanks

    Did you try to switch Push "off" and fetch to "manually"? This way no mail is delivered until you choose to open the mail app. The moment you open Mail on your device, your mail account will be checked and if any, mail will be delivered.
    Fetch New Data
    This setting lets you turn Push on or off for MobileMe, Microsoft Exchange, Yahoo!, and any other push accounts on iPhone. Push accounts deliver new information to iPhone whenever new information appears on the server (some delays may occur). You might want to turn Push off to suspend delivery of email and other information, or to conserve battery life.
    When Push is off, and with accounts that don’t support push, data can still be fetched—that is, iPhone can check with the server and see if new information is available. Use the Fetch New Data setting to determine how often data is requested. For optimal battery life, don’t fetch too often.
    Turn Push on: Choose “Mail, Contacts, Calendars” > Fetch New Data, then tap to turn Push on.
    Set the interval to fetch data: Choose “Mail, Contacts, Calendars” > Fetch New Data, then choose how often you want to fetch data for all accounts.
    To conserve battery life, fetch less frequently.
    Setting Push to OFF (or setting Fetch to Manually on the Fetch New Data screen) overrides individual account settings.
    page 203 iPhone_User_Guide
    Message was edited by: Ingo2711

  • When starting the AMDS it just says "the apple mobile device service on local computer started then stopped. Some services stop automatically if they are not in use by other services or programs."... help?

    when trying to fix the ipod syncing/recognition by starting the AMD (apple mobile device) in admin tools section on my computer it came up with the message in the question aboce (the apple mobile device service on local computer started then stopped. Some services stop automatically if they are not in use by other services or programs.)
    i have restarted my comp etc and reinstalled itunes... recurrent issue.
    note - i wiped my ipod before this issue occurred, does this affect the problem?

    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Next see the the other actions of the following concerning the AMD
    iOS: Device not recognized in iTunes for Windows

  • Email alert if SQL Server Services stop abruptly

    Hi,
    I am a SQL Server DBA and I am currently working on setting up email alerts in case if SQL Server services stop abruptly.I have currently written a VB script which runs every 1 hr and checks if a SQL Server Service is running or not. This VB Script runs
    with the help of Windows Task Scheduler.In case if a SQL Server service has stopped, this VB script immediately sends an email via. SMTP Server.
    Please let me know if this is a good solution or is there any other better solution or is there any feature available in SQL/windows using which the same can be achieved. 
    Environment:
    SQL 2008 R2
    OS: Windows Server 2008
    Thanks a lot in advance :)
    Regards,
    Tauhid S Shaikh 

    Hi Tauhid,
    I do have same requirement, please could you share the code.
    Regards
    Siraj Ahmed  

  • When I try to log into the app store to update apps or buy apps the user name that appears is an old one and it will not bring up the current user name/ email how do I stop that so that my current email show up ??

    When I try to log into the app store to update apps or buy apps the user name that appears is an old one and it will not bring up the current user name/ email how do I stop that so that my current email show up ??

    Settings>Store: Tap the AppleID and choose "Sign Out", it will then prompt you to sign in and you can use the new AppleID.
    NOTE: Apps must be updated with the AppleID they were purchased under.
    EE

  • HT201401 my iphone keeps vibrating when i get an email. how do i stop this??

    my iphone keeps vibrating when i get an email. how do i stop this??

    https://discussions.apple.com/message/16530077#16530077
    To take advantage of All the features of your Device... See Here  >  iPhone User Guide

  • ERROR on when submitting email into customer service ????

    So trying to get a email into customer service, and am getting error code that need to avoid using all these symbols like +=<> and others and I have gone through taken out all of them  and still nothing, and have retyped it and I can't seem to get it through.  This is now what I had written but can't get it to send cause of error still  WHY??
    Can you tell me how to get the PRICE GUARANTEE that when I initially ordered service was advertised. I now see same Triple PLan being advertised and offered at 89 with 300 Visa Card and when I ordered service was at 99 with 200 card so trying to see how to get price reduction on my bill of the 10.00  and also the pro rated month credit discount for the difference 100 Visa. Also been having ongoing complaint about when signed up for service that being told not eligible for Visa Card due to being told month discount I received instead of the Visa Card promotion, and was told I received and confirmed a email on this but having research my email account, have yet to find this such email, and was trying to also have this sent to me again since I cant find it and dont recall it either

    I'm so sorry you're having issues submitting an email- how very frusterating! Let me check into some alternatives for you.
    Either I or one of my colleagues will be back with suggestions soon.
    Thanks,
    Heather

  • How to trigger email notification when users fail to reset your password in fim 2010 r2.

    Hi,
    how to trigger email notification when users fail to reset  your password in fim 2010 r2
    Regards
    Anil Kumar

    Hi Sylvain,
    I did all thing as you told me.First i created Criteria based Set after this we created a Workflow type Action and Actvities Type Notifcation Email template and finally i called this Workflow in MPR as Set Transition and call Set that i was created below.and
    check Advance View of Set this gives
    <Filter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Dialect="http://schemas.microsoft.com/2006/11/XPathFilterDialect"
    xmlns="/Request[(Creator">http://schemas.xmlsoap.org/ws/2004/09/enumeration">/Request[(Creator = 'b0b36673-d43b-4cfa-a7a2-aff14fd90522') and (RequestStatus = 'Denied or PostProcessingError')]</Filter>
    But this is not working for me so please tell me where i am wrong.
    Regards
    Anil Kumar

  • How to trigger email notification when users fail to give correct answers to reset your password in fim 2010 r2

    Hi,
    How to trigger email notification when users fail to give correct answers to reset your password in fim 2010 r2
    Senario:I want put wrong answering to the Questions that i was during registration if i give wrong answers to the questions then a Email Notification should be trigger to Users.
    Regards
    Anil Kumar

    Hi Sylvain,
    I did all thing as you told me.First i created Criteria based Set after this we created a Workflow type Action and Actvities Type Notifcation Email template and finally i called this Workflow in MPR as Set Transition and call Set that i was created below.and
    check Advance View of Set this gives
    <Filter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Dialect="http://schemas.microsoft.com/2006/11/XPathFilterDialect"
    xmlns="/Request[(Creator">http://schemas.xmlsoap.org/ws/2004/09/enumeration">/Request[(Creator = 'b0b36673-d43b-4cfa-a7a2-aff14fd90522') and (RequestStatus = 'Denied or PostProcessingError')]</Filter>
    But this is not working for me so please tell me where i am wrong.
    Regards
    Anil Kumar

  • I don't receive verification email when trying to use Adobe email services in elements 6

    I don't receive verification email when trying to use adobe email services in elements 6.

    Hello zayarlin,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Best of luck,
    Mario

Maybe you are looking for

  • Can no longer open menus

    i can no longer open menus on restaurant sites.  a white blank page comes up with just a tiny black x in the corner. i used to be able to open these type things.  i have the latest adobe reader installed.  any help out there?

  • SetDataSource function taking too much time !

    Hi, We are using Crystal reports 2008 for developing our applications in Visual Studio .Net 2005 widows application.We are using Crystal viewer ActiveX control in our windows application for displaying the reports. The datasource we are using is stro

  • How much do i have to pay crack display ipad mini 16g (no retina)

    how much do i have to pay? my ipad mini is more than 1year old

  • Using XQuery for transformation in Mediator

    I have used successfully XQuery transformation in my BPEL using ora:processXQuery function. But I am struggling to use in my mediator transformations. Can any one confirm whether I can use XQuery for my mediator.. Many Thanks

  • Generic sender email address

    Hi all, When sending email from a Support Desk Message, the sender is always the one who triggers the emailaction. Is there a way to set a generic email address for the sender. So the receiver of the email will see the generic email address as the se