Alerts for certificate expiry?

Hello everyone, I have a quick question: is there any way to get alerts for certificate expiry before a threshold number of days? If so, can the alert be for certificates that are required for the PI environment, SAP Portal or infrastructure ones that are in the VIP.
We are on PI 7.1, Solution Manager 7.01, Netweaver 7.0
Thanks for any pointers.
Regards.
Ravi,

Hi dina,
First of all ..thanks for your prompt replies..
In my question i am refering to Seeded Alerts(triggered to mails) provided by Oracle for each module.
Run the following query to view Oracle seeded Alerts for projects in Vision Instance:
SELECT DISTINCT fef.APPLICATION_NAME,
aa.ALERT_NAME,
aa.DESCRIPTION
FROM
FND_EXECUTABLES_FORM_V fef,
ALR_ALERTS aa
WHERE
aa.APPLICATION_ID=fef.APPLICATION_ID
and fef.application_name IN('Projects')
AND aa.ALERT_NAME NOT IN '%'
ORDER BY
fef.APPLICATION_NAME,
aa.ALERT_NAME
this query returns 6 alerts for vision instance
But none for my development Instance !!

Similar Messages

  • Alert for Certifictates Expiry

    Hello All,
    We have a requirement to set up alerts for certificates (loaded in KeyStore) that are about to expire in 30 days. I do see an alert category -- SECSSFCERTEXPIRE. I have added my ID as a recipient and I get emails with a subject "Expiry of Certificates (SNC, SSF, SSL...) (The triggering application determined you as a recipient)". There is no indication of the certificate name.
    Can anyone help me with configuring the alerts in a way that I get the certificate name in the email; how and when is a check made; how can I configure the lead time for alerts - my requirement is 30 days.
    regards,
    Roshni

    Sekhar,
    We maintain the cert dates in a text file. Something like this:
    Expiry_date:View_Name:Cert_name_in_view:PartnerX:X's_contact_details
    The shell script calculates the 30th day from its execution date. It greps for a match in the script. If a match is found, the details are emailed to the support team.
    You can look up more information about cron [here|http://adminschoice.com/crontab-quick-reference]
    You may try the suggestion provided [here|http://unix.ittoolbox.com/groups/technical-functional/shellscript-l/linux-shell-script-for-checking-certificate-expiry-date-with-mail-warning-for-apache-http-server-using-openssl-and-time-function-1644255].
    I don't think any program exists in SAP application to check Key Storage and alert us in advance. I'm marking this question as answered as I have a work-around.
    regards,
    Roshni

  • Web server certificate expiry fetch script

    Looking server certificate expiry date fetch script.

    You are looking for help but did not provide any details. What do you want to do *exactly*? Is this somehow ConfigMgr related?
    Any chance that you have to write a script that lists the expiry data for whatever certificate?
    Torsten Meringer | http://www.mssccmfaq.de

  • SSL - Verisign Certificate Expiry message

    Hi,
    We are getting a warning message in our XI production system regarding
    the certificate expiry(Validity of certificate from list with PSE type
    >SSL Client (Standard)< ends in 3 days).
    Once checked in STRUST t-code it is found that the below certificate is
    getting expired within 3 days.
    Owner OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY L
    Issuer OU=Class 3 Public Primary Certification Authority,
    Serial Number 254B8A853842CCE358F8C5DDAE226EA4
    Valid From 17.04.1997 00:00:00 to 24.10.2011 23:59:59
    We couldn't able to identify what it does and the process for renewing
    it. Kindly provide your support/suggestion on this.
    Regards,
    Anil

    Hi,
    Try to renew your SSL certificate from SAP market place and import into your SAP system using STRUSTSSO2.
    After successful importing the certificate you can delete the system message in SM02.
    I hope it will help you.
    Regards,
    Kiran .V

  • Why is ical creating unwanted alerts for all-day events?

    If anyone can point to what might be going wrong here I'd be grateful. This is becoming a daily irritant. I have a number of all-day events listed for most week days in my diary which help me to know what is happening that day with childcare for my son. I don't need alerts to be reminded of these - they are just notes I put to myself in adavnce that let me know how my day is configured. Now, I sync my ical from my home imac to my work imac, my macbook, my iphone and my ipad. On none of these devices do I have default alerts set. I never set any alerts for any of these 'events'. But then, at 9am the day before each one I get an alert. In fact, I get a 9am alert for any all-day event, regardless of whether I set an alert for then, or at all. As I say, I've checked all devices and the default alert a=on all is set to 'none'. Does anyone know why this is happening and how I stop it?

    Thanks Malcolm.I'm afraid this issue started for me after updating to iOS6!

  • BODS 3.1 : How to trigger an email alert for the jobs on BODS server ?

    Hi All.
    I have this request.
    BODS 3.1 : How to trigger an email alert for the jobs on BODS server ?
    We have jobs scheduled on BODS running smoothly and absolutely fine.
    But to check, i am logging into the admin console and check for the jobs status.
    I would like to have an email to be received from BODS after each job is finished.
    It could succuessful. Or it could fail.
    Whatsoever, i wish to receive an email alert as soon as a job is finished.
    Can anyone advise me as to whether this could be made possible.
    And if yes, how this could be done.
    Thanks for your help in advance.
    In BOE CMC / for webi / schedule / we find an option to send email for a job success or a job failure.
    Is there any option similar to that in BODS ?
    Also would like to know :
    how to use the smtp_to or mail_to functions ?
    how to set up the smtp server for this ?
    thanks
    REgards
    indu
    Edited by: Indumathy Narayanan on May 31, 2011 3:47 PM

    Hi.
    Since am new to this BODS. I need some help.
    I already have many jobs which are running absolutely fine.
    And when a job runs, and finishes, am able to see the trace saying
    e.g. :
    Job_abc is completed successfully.
    We got the smtp service activated for our test server.
    and we hae a group email id.
    I have put the details of the smtp server / ip address / and said apply restarted.
    The i created a simple test script as below :
    print (' Before email ' );
    smtp_to('abc@company_name.com', 'Job ' || job_name() ||' on ' || host_name() || ' has FAILED',
    ' the job has failed', 0, 0);
    print('After Email ');
    It does send a email to as per smtp_to whatever email is specified.
    But how to differentiate between a job success
    And a job which has failed.
    I wish to have a mail which says on the subject :
    'Job ' || job_name() ||' on ' || host_name() || ' has completed successfully'
    ==> IF it is a success
    OR
    'Job ' || job_name() ||' on ' || host_name() || ' has failed'
    ==> if it has failed
    How to make the system identify, whether
    to send a success message or a error message whatever
    Could anyone advise.
    thanks
    indu

  • Have problem setting Email alerts for Calendar events. Warning message says I need to set up a card in Contacts with my email. I do but it doesn't recognize it. How do I indicate the email I want alerts sent to?

    The system of setting up email alerts for Calendar events worked fine in Snow Leopard but since I upgraded to Mt. Lion Calendar won't let me set email alerts. When I try, I get an error message saying I need to set up a card in Contacts for my email. I have a card set up in Contacts for both of my email addresses but it doesn't recognize them. Perhaps the name I have on the card doesn't match a name that Calendar is looking for. Calendar doesn't seem to have a way in Preferences or elsewhere to indicate the email I want alerts sent to. Any ideas how I can get this system working again? Thanks for your help.

    You might want to consider starting a new discussion. Since this one is marked solved, less people are likely to look at it. You can link to this one.
    See if another contact is marked as this is my card.

  • I am having a issue with getting data useage alerts for my iphone 4s

    I am having a issue with getting data useage alerts for my iphone 4s from AT&T.  I do not download anything huge at all.
    I looked into it and figured out that the phone dials out nightly at 12:29am every night.   I went into my settings and went to general..about..diagnostics and useage..then diagnostics and useage data to see this.  I then clicked don't send...but I am still getting useage alerts.  Can anyone help me please...
    Thanks

    Honestly, from reading the thread linked, they all come off as a bunch of whiney people that cannot be bothered to help themselves.
    Little to nothing in that thread indicates an issue beyond inept consumers.  Yes, I read several pages on the incessant gripes.  Very few made any actual attempts to troubleshoot issues before whining about the "Apple issue" and those that did actual troubleshooting got their issues resolved.
    So no, Apple has nothing to fix beyond a few specific devices that are experiencing hardware issues.
    If you have actually put forth effort and done the basic troubleshooting, take the device to Apple for evaluation and possible replacement.  Whining will get nothing accomplished.

  • How do I stop receiving two alerts for a text??

    When I receive a text if I do not view or clear the message within 60 seconds I receive another ding or alert for the same text 60 seconds later. How do I edit my messages so I only receive 1 alert per text??
    Thanks

    Go into Settings - Noitifcation Center - Messages - Repeat Alerts set to Never

  • Formula to calculate SUM of multiple sheets of excel and the result to be stored in another excel sheet and pop up alerts for multiple rows

    I have a excel with multiple
         sheets with data as shown below
    SHEET 1
    A 1
    B 2
    C 3
    SHEET 2
    B 1
    C 2
    A 3
    SHEET 3
    C 1
    A 2
    B 3
    My
    query is splitted into 3 categories
    I want to have a formula to do math calculation such that data of "A" of SHEET 1 is  calculated with "A" of SHEET2 irrespective of the location of "A".
    When I include SHEET3, the formula should automatically identify the location of "A" or "B" or "C" and give the result corresponding to A, B or C. Since I want to bifurcate daily report and output printed. I want to use another
    excel for output. How to link multiple sheets of one excel and print the output of above in
         another excel?
    Assume, I have 4 SHEETS,  "SHEET 1", "SHEET 2", "SHEET 3" and "SHEET 4". Math calculation need to be done using all 4 sheets. If
    I include "SHEET 5", the formula should ignore SHEET 1  automatically and give the results of SHEETS 2 to 5. Similarly, if I include SHEET 6, SHEET 1 and 2 need to be ignored for further calculation and SHEET 3-6 need to be used. How to write
    such formula?
    How to get pop up alert for multiple rows, if a specific condition is hit?

    Maybe VBA Code should be a good option for you. I suggest you post you issue to
    Excel for Developers forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Best Regards,
    Wind

  • How to set up alerts for mobile email on Samsung Reality?

    Hi,
    I was wondering how we could set up to receive automatic alerts for new incoming emails on a Samsung Reality?

    Here is how to enable your alerts.
    1. From the Mobile Email application, select the desired email account then press the center of the 5-way navigation pad to choose Select.
    If prompted enter the username and password,  then press the center of the 5-way navigation pad to choose Sign In.
    2. Press the right soft key to choose Options.
    3. Select Settings then press the center of the 5-way navigation pad to choose Select.
     For AOL / AIM select Preferences.
    4. Select the desired setting then press the right soft key to choose Save.
    To disable the email alerts:
    Select Disable or Never.
    To enable email alerts:
    Select Enable or Always.
    To receive email during a desired time interval:
    Select Only During then enter the desired time interval.
    This setting may not be available on all handsets or accounts. Hope this helps

  • Multiple alerts for the same Message ID

    Hi
    I have configured outbound ftp adapter. I have configured alerts inorder to capture any error in the adapter engine.
    Now,alert is triggered showing an error in the ftp adapter ( say incorrect ftp details). But i get multiple alerts for the same message ID several times. I have also set the parameter Max No od Delvs to 1 in the ALRTCATDEF transaction.
    I keep getting the same alert number of times a day. How can i restrict the number of alerts to 1 for 1 message ID.
    Regards,
    Vani

    Hello Andreas,
    Thanks for your reply.
    In my scenario i would need an alert per Message. That is the reason why I have not checked the option "Supress Multiple Alerts" since it would allow only alert per rule.
    Is there is any way we can get one alert per message.
    Also, after correcting the eror in the file adapter will the file which was not placed due to error in the adapter be placed automatically. I wanted to know what would happen to the lost file or unprocessed file since it dint reach the destination due to error.
    Regards,
    Vani

  • Is there a way to set an alert for every event in a single calendar?

    Hi all,
    Is there a way to globally set an event in just one of the calendars showing in iCal?
    For example, I have a "Birthday" Calendar with a bunch of birthday events.  I want to set the alert for all of them to, say, noon, without having to edit each and every one.
    Thanks!
       Greg

    To generally add an alarm to all events in a specific calendar you would need to program an Automator Workflow that passes all events of the calendar to an Applescript that adds the alarm.
    For your birthdays problem is a predefined solution iCal: If you enter the Birthdays on the cards in your Address Book, and enable the "Show Birthdays Calendar Flag", then you will receive automatic email notifications of upcoming birthdays.

  • Why do I keep getting alerts for shared calendars?

    I have a calendar set up in Calendar, it syncs with iCloud.
    My wife has a clanedar set up in Calendar, it syncs with iCloud.
    Both calendars are shared, so we can see what the others availability is on a given day at a given time.
    But why do I keep getting alerts on my iPhone (and only on my iPhone) for my WIFE's events?  I've turned off the "show shared calendar events" button in the calendar preferences on my iPhone, but I'm *still* getting alerts for all her events.  I don't need this, I don't want this, I turned it off... why is it still happening?
    My iCloud calendar is defaulted to my calendar.  I do not get alerts on my iMac for her events, only on the iphone.  Can anyone help?  I never want to see her events unless I manually go and look at them on my calendars or in iCloud calendar.

    Your System Details list shows that you use a Firefox 31.0 release.
    That is not the current release.
    The current release is Firefox 34.0.5.
    If there are problems with updating or with the permissions then best is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox application and save the disk image file to the desktop
    *Firefox 34.0: https://www.mozilla.org/en-US/firefox/all/
    *Trash the current Firefox application (open the Applications folder in the Finder and drag the Firefox application to the Trash) to do a clean (re)install
    *Install the new version that you have downloaded
    *https://support.mozilla.org/kb/Installing+Firefox+on+Mac
    Your personal data is stored elsewhere in the Firefox profile folder, so you won't lose your bookmarks and other personal data when you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Why isn't my iPad 2 giving me alerts for my all-day events?

    Why isn't my iPad 2 giving me alerts for my all-day events?  I have alerts set-up for 2 days prior.  My alerts work for other calendar entries where they are set-up for 15mins prior.

    The laptop has a more powerful wifi radio then the iPad. Try getting closer to the location where iPad can connect.

Maybe you are looking for

  • 3 front panels on 3 different monitors

    Hey all I was browsing the web and the developers forum but nothing seemed to help me with this problem. I have three front panels I need to run. I have a control room .vi (which is still in the works) a fire tech subVI and a viewing room subVI. I ne

  • Extended Rights Lost Upon Save

    I have form fields in a PDF document and have done this for years. The Extended Rights are enabled so that users can type in the fields. I just had a report that on Day 1, the users were able to type in the fields and save at day end. On Day 2, users

  • Default Space for database storage

    What the heck is that? After I did a software update, this new feature showed up under "Security". 1) It has a "Show Database" tab. 2) It has a "Drag down" for mb (from 1mb to 500mb) bobo

  • Safari randomly crashes

    Safari randomly crashes or when a page loads. I am able to replicate the crash only when I click on a link from an email other crashes are random. Tried sofar: Repair permissions Remove duplicate fonts and clear font cache using font nuke. Process: S

  • How to create a preloader in Flash CS5?

    can someone help me with creatinga preloder in CS5?