Want email notification for fail cases

Hi ,
I am currently working on scenario where we send the mail notification when we check a certain file with the perticular file name on FTP location, but now the business wants to receive the mail notification only when the file is not there on the FTP server.
As is Scenario : We check for the certain file on FTP location at 3:30 daily and sends the mail if we see the file.
To Be scenario : We want to send mail notification only if we do not see the perticular file on the FTP server at 3:30 .
We are currently sending the lotus notes mail notification.

Hi,
In my opinion, it's not possible in standard as for a PI adapter where there is no file in the source folder, that's not an issue, it's just "there is no file to be treated, so I have nothing to do and everything is ok", and no XML message is generated. So no mapping and no BPM are available to do a control or take a decision. (*)
Maybe you can acheive that with an OS command (in fact a script) to check folder content and send directly an email, or to produce an error file, which we will check / pick-up by another interface which will send also an email. But I think it's to use a bazooka to kill a fly...
(*) unless.... another way is to use a dummy "start file" + BPM:
  - to have a dummy file in a dummy folder (mode test, in order to have the file for the next run).
  - Your interface is triggered at 3:30 on this dummy interface, just to start the process of a BPM.
  - as your flow is started, in your BPM you trigger your real sender CC (CC should be in mode external)
  - also in your BPM you have a branch "wait 1min" (for instance), and if after this delay, you have not receive a xml message corresponding to your real file, you can use a mapping and send an email. And if inside the dlay, you have the xml message, you choose another branch to map your data and sent them to the target.
Idea based on a correlation with BPM ".
Another solution (more simple) is to create an abap program either in ECC or in PI which will check the folder at 3:30, send an email if there is no file, else if there is a file, this abap program will trigger also to your PI interface. For that your sender CC should be in external mode and you just calll a HTTP address with "action" = stop and start.
Important: you can do a START of CC only it's current status is "STOP". So a better way to trigger a sender CC is to do at least a STOP before a START.
These "solutions" are just ideas, I never tested / implemented them.
regards.
Mickael

Similar Messages

  • Email notification for failed Jobs

    Hello,
    We are using Oracle Database 10gR2 (10.2.0.2.0) on AIX 5.3
    How can I setup email notifications for Failed Jobs ?
    Here is what I did:
    1. Setup email and Test mail (working)
    2. Setup email address
    3. Create schedule for notification
    4. Create rule for Failed Job Count and select Send Email
    But when the job fails, I do not get the email
    I think I am missing something here.. Can you please help ?
    Thanks a lot :)

    Hi,
    Does up to the Below Three.. are they working properly..
    1. Setup email and Test mail (working)
    2. Setup email address
    3. Create schedule for notification (Does this working..try to test then go for next step)
    Coming to Step 4:-
    4. Create rule for Failed Job Count and select Send Email
    What do you mean by Failed Job Count .. ??
    what is the Logic you are following to find the latest Failed Job.??
    - Pavan Kumar N

  • Email Notifications for both UWL Tasks and Collaboration Tasks.

    Hello,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    Could any one please give me the configuration steps.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi sri,
    Refer the following threads
    https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    https://www.sdn.sap.com/irj/scn/thread?messageID=315715#315715
    https://www.sdn.sap.com/irj/scn/thread?messageID=1170132#1170132
    Regards,
    P.Manivannan

  • Email Notifications for UWL Tasks and Collaboration Tasks

    Hi,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    I done with the all the Configurations suggested in the below link:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/706d054d-da24-2b10-f18a-fc82faf6468e]
    But Email Notifications are not reaching the users Lotus Mail ID. Could any one please suggest me that i am missing any Configurations.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

  • Multiple email notification for scheduled web intelligence jobs

    Hi,
    Webi job failed email notification for daily scheduled jobs, email count goes more than 2000.
    Operating System Details:
    Windows 2008 R2
    SAP Business Objects Details:
    SAP BO 4.0 SP6
    Database Details:
    CMS DB Oracle 11.2.1.0
    Issue description:
    On daily basis 100 jobs are scheduled using event file. All 100 jobs start after BW data load completion.
    Below is the process for webi job schedule start.
    1) BW job complete
    2) Event file update on shared location 
    3) Webi job scheduling starts.
    Till april 1st week all 100 jobs were scheduled succesfully  and we recieved 101 notification, 1 extra mail for event file notification. 
    But from last week we recieved more than 2000 mail and on subsequent retry all jobs were scheduled succesfully.
    We check the CUID in query builder, but only data for 16 jobs was available, and in instance manager we got 300 failed instances of 16 jobs, but those jobs were executed successfully after multiple reattempt.
    Below is the error mentioned in instance manger for all 300 instances:
    "Object could not be scheduled within the specified time interval".
    Note : Due to unavailablity of trace log, we cannot enable the trace log in enviornment.
    Thanks,
    Vizit Yadav

    Hi Vijay,
    Thanks for reply.
    I have read the KB#144881- Multiple instances spawned after daylight savings time change.
    Though this issue arrived after daylight saving, i have few more points to describe:
    1. Issue arrives only on Monday, not on every day.
    2. Day light saving was on 29th March, after that at the very first Monday on 30th March issue was not       there, however after that issue arrives every Monday, i.e. 6th & 13th of April.
    Is there any SAP notes for SAP-BO 4.0 SP 6 on this.
    Regards,
    Vizit

  • Email notifications for buyers

    I have to send out an email notifications if a project which has not been awarded is in a stage for longer then 30 days.  I need to send out a notification to alert the buyer.
    My question is can this be done writing a simple program ?  If so what fm do I use to send out email notifications for SRM ?   Or I have to do this through workflow which I am totally clueless about.  Thanks!

    Hi,
    There are tow ways we can do this requirement.
    First :
    Please create a zreport where it will identofy all the documents and corresopnding users ids' for whom do want to send an emails.
    Second: you can achieve this fucntionality through workflow however i am not sure how it will be done thorugh workflow..i will check and get back to you...
    Thanks and Regards,
    Ravi Nagandla

  • How to stop ical from sending email notifications for updates on my share ical calendar

    Is it possible stop ical from sending email notifications for updates I make on my share ical calendar?
    Mac OSX 10.7.2
    Very annoying for the person I am sharing my calendar with to get an email every time I change something.
    I hope there is a way to stop the emails, but for the updates to still go on their calendar.
    Thanks

    Great idea Lofty! thanks. If the person you are sharing a calendar with is a Yahoo Mail user, you only need to set up one filter (under Options - Mail Options - Filters) and route to Spam folder or a special folder for that purpose.
    Add a filter with the following parameters:
    Sender contains:    "Your First and Last Name" as it appears in the emails they are receiving
    Subject contains:  "Your First Name"
    Email body contains: "iCloud"
    Don't need to match case on anything. 
    So far, only these unwanted emails are being routed to the folder I chose.
    Hope that helps until Apple gets it's act together

  • Users as other task owners are receiving 5 emails notification for the same task

    users as other task owners  are receiving 5 emails notification for the same task in Sharepoint 2010. I have tried to add a 5 minutes delay on the other task owners workflow with no luck.any suggestions? Thanks

    The Book confuses me. I still think assignment delay and leveling resources are the same. Here is the explanation from the book for the three concepts.
    " Project offers two types of delays:
    Leveling delay. This type of delay applies to tasks; it pushes out the start date for the task and all its resource assignments. It’s meant specifically for remov-ing resource overallocations. With the Leveling Delay field, you can remove
    all leveling delays by choosing Resource➝Level➝Clear Leveling.
    Assignment delay. This type of delay applies to a single assignment within a task. Suppose you have a security consultant coming in to help lock down your site. However, your employees have prep work to do before the consultant can get started.
    You can assign everyone to the same “Try hacking into office” task but delay the consultant’s assignment by 5 days. "
    After a couple of pages;
    " Leveling Resources
    In Project 2010, you can level the entire project, tasks you select, or a single resource. By leveling several tasks that are all vying for the resource, or alternatively, leveling only the most in-demand resources, you can focus on the problematic
    portions of your project. Project automatically chooses popular settings in the Resource Level-ing dialog box. In most situations, you might as well run Resource Leveling with these settings. You can undo the leveling if you don’t like the results, but you
    can get some clues from the initial results to help you determine the settings you need. Here’s how to level different parts of your project using the leveling settings cur-rently in place:
    Level a resource. Select the resource you want to level, and then choose Resource➝Level➝Level Resource"

  • Email notification for approval sent to all managers

    Hi everybody,
    an astonishing process occurs in the workflow, a shopping cart was sent for approval, waiting for the manager linked to the requester in organizational structure to receive an email notification for approval,
    unfortunately , in certain case the email is sent to all managers even if we did a control in the badi concerning the workflow according to their role and flag is_manager in the structure.
    Is there anyway to check the flow and try to debug it to understand the way the workflow build this email notification and furthermore how the managers are selected?
    I already passes through the FM RH_GET_ACTORS, I had a look on the report RBBP_OFFLINE_EVAL.
    Thank you in advance for your suggestions.
                             Best regards Mahmoud

    Hi Manoj,
    I check this note today but it 'sounds'  good.
    There are two other notes which are interesting adding to the previews one: 764068 and 636540.
    Thank you very much for your reply.
                          Best regards Mahmoud

  • Email Notification for long running session

    Dear All,
    I want to configure email notification for any long running session on my server which can be seen in SM66. Is there any possible way? Please suggest.
    Regards,
    Prem

    Hi Prem,
    I hope you doing good.
    Now, for the above query, I am not sure that we have any such MTE in CCMS for user specific session, however, a small custom code can be used to achieve such functions
    Here, you have to use some f Function Modules using CALL FUNCTION/FM in your abap code.
    These function modules are from TH* family like TH_DISPLAY_USER_LIST and TH_USER_INFO. Now the coder can file out the results based on some 'Threshold', which are in spool generated - convert this into PDF(if you want). Now schedules this custom program in background for every 10 mins, and notification will come through it on email ID or any DL.
    How to send email from job - How to email output from Background Jobs
    Regards,
    Divyanshu

  • EMAIL NOTIFICATION FOR DBMS_SCHDEULER JOB STATUS IN ORACLE 10G

    Hi All,
    I want to configure email notification for the job which is running through BUMS_SCHEDULER in oracle 10g
    Please provide the steps for configuration of the email notification.
    Thanks
    Mak

    Is your problem that you do not know how to send an email from Oracle 10g? If so then you use the UTL_MAIL package.
    Here's an example of calling it as part of a scheduler chain, not strictly what you're asking for but this lets you define success and failure steps and call each one based on the status of previous steps.
    BEGIN
    DBMS_SCHEDULER.CREATE_PROGRAM (
       program_name           =>'prg_Export_Success',
       program_type           =>'PLSQL_BLOCK',
       program_action         =>q'[BEGIN
                                    UTL_MAIL.SEND (
                                       sender      => 'who_its_from',
                                       recipients  => '[email protected]',
                                       subject     => 'subject line',
                                       message     => 'the message',
                                       mime_type   => 'text/plain; charset=us-ascii');
                                    END;]',
       number_of_arguments      => 0,
       enabled                  => TRUE,
       comments                 => 'Email success');
    end;
    BEGIN
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'Export',
       step_name       =>  'stp_EXPORT_SUCCESS',
       program_name    =>  'PRG_EXPORT_SUCCESS');
    END;
    /... then define appropriate rules.

  • E7-00 activating email notifications for one speci...

    My personal email has been setup through the built-in email client, and my corporate email through Notes Traveler. I'm running S^3 Anna, with Traveler 8.5.3.
    What I want to do is to just receive notifications for new emails on my personal email account, and deactivate the notifications from emails arriving to Traveler. This is something that worked in the past with my old E71-2, where I could select which email account could notify me, and it worked perfectly for me due to the deluge of work related emails.
    On the E71 device I had the Nokia email app for my personal email instead of using the built-in email client. This app appears that is no longer available to download, so I had to use the built-in email client that comes with the E7-00.
    I've looked everywhere on the phone, and appears that there is only two choices:
    a) Disable email notifications for all email accounts
    b) Enable notifications for all accounts.
    If anyone has any idea how to selectively configure email notifications in a E7 the way it was able to do in my E71, I would greatly appreciate it.

    e7 does NOT have email notifications. You just have to place the pers acc widget on the homescreen. E7 does NOT have options to configure def acc either. Push works on LT & MFE but NM push does NOT either. Anna makes all these things worse. Good luck.

  • Alert Email notification for Log file alerts

    Hi,
    Scenario: SCOM 2012 R2 UR4.
    There are created unix/linux log file monitoring objects. In SCOM console I can view alerts related to unix/linux log file monitoring. Email notification is: Warning or Critical for severity, and, Medium or High for priority. The alerts for unix/linux log
    file are severity warning and priority medium.
    In my inbox there are emails for alerts (Warning or Critical for severity, and, Medium or High for priority) except for unix/linux monitoring.
    The question is:
    How to enable email notification for unix/linux log file monitoring?
    Thanks in advance!

    Hello,
    If you go into the "Subscription" in the Notifications section of the Operations Console\Administration, you should be able to see the Description of the subscription criteria.  Could you copy paste that in a reply?
    Thanks,
    Kris
    www.operatingquadrant.com

  • Email notification for MeetingPlace not being received

    Client has MeetingPlace 7.1.1 installed. Outlook email notification for MeetingPlace stopped working.
    Problem symptom:  When users try to schedule a meeting from web server page, both scheduler and invitee do not receive email notifcaiton in their email account.  But email notification for MeetingPlace works when users schedule meeting from MeetingPlace for Outlook Plug-in regardlessly.
    I've run a test with client, meeting creation is successful. But as soon as user finishs creation meeting, email notification is "Queued for delivery" in Email Notification Report in MeetingPlace App Admin page. I checked all possible settings in MeetingPlace Administration page, nothing looks wrong - correct email address account and type in user profile; SMTP server is properly configured and passes tha test; SMTP server is up and runnin. 
    I'm stumped after deep research online, did not go anywhere. Can someone point out where could possible go wrong and how to fix this issue??
    Fei

    Email notification works differently depending on where the scheduling is done. When done from Outlook your Outlook client sends the request directly to Exchange. When scheduling from the web the invite is held in a mailbox on the Application Server and periodically the system tries to send the email to its mailbox on Exchange.  Since the issues is with meetings scheduled via the web interface there is an issue with MP talking to Exchange.  I assume the users scheduling from the web have Outlook selected in their profile. This is the first place to check. Next I would look at the Outlook settings in MP. Make sure the MP mailbox is still in Exchange and that the user name and password is correct for the Exchange mailbox. This is usually where the issue is. Also make sure that SSL has not become a requirement to talk with Exchange.
    Let me know if you have any questions.
    John

  • Email Notifications for Collaboration Tasks are Not going to Lotus Notes

    Hello Everyone,
    Email Notifications for the Tasks in Collaboration are not going to Lotus Notes. We are working on EP 7.0 SP14 with external ITS and backend r/3 4.7.
    I performed all the configuration activities that are suggested in the below wiki:
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageId=61244035
    It was worked fine once for me when i perfomed the activities mentioned in the below thread:https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    But after restarting our Portal Server the Email Notifications for Collaboration Tasks are not coming.
    Could any one please suggest that we need to do any other configurations.Thank you.
    Regards,
    Sridhar.
    Edited by: Sridhar on Mar 18, 2009 12:14 PM

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

Maybe you are looking for

  • Full Screen Interactive Images?

    Apple's video demo of the interactive images widget  (as seen on this page: http://www.apple.com/ibooks-author/gallery.html ) shows the image opening full screen when clicked. I cannot make this happen. The 'full-screen' option is always disabled in

  • Transfer itunes download from another device

    i downloaded a handful of songs on my ipad.  Now I want those songs on my mac computer.  it says they have been downloaded from i cloud but I can't find them in my itunes music folder on my mac.  What am I doing wrong?

  • Erp2005 - wd abap Lean Order Model (LORD_MODEL)

    hi folks, we're using LORD_MODEL to show sales-documents in web-based transactions; does anyone know how we could integrate our customer-exit screens which run in standard VA03 sapGui-Transaction, or whats the best scope to do that? or is there any d

  • Can't open up a trial version of DW CC

    I just downloaded a trial version of DW CC and when I click on the Adobe Creative Cloud icon on my desktop a Creative Cloud window pops up with nothing in  it. What am I doing wrong?

  • JPEG vs. NEF

    Hello, I have recently started shooting in the NEF (RAW) format with my Nikon D7100. I literally consumed and swallowed the whole lot of articles regarding RAW vs. JPEG format and learned that RAW is better, RAW retains more data, RAW has more detail