How to add email notification to  planning application

Hi All,
I want to add email notification to my planning application,
What are the settings I need to do for it?
While doing the configuration i found SMTP option for shared service.
Is it necessary to configure the SMTP option for shared service?
Please suggest me.
Thanks
Edited by: user11358816 on Sep 2, 2009 12:51 AM

Hi,
You set it up in planning, have a read of :- http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch07s01s04.html
Also make sure you set up the administrators email address.
Ok?
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How can i add email notifications to a scheduler program

    Hi,
    We have a scheduler chain that calls 2 scheduler programs.
    The chains are controlled by a scheduler job that has job_type as CHAIN.
    My challenge is how to add email notfications on the failure or success of the programs.
    I know about this procedure DBMS_SCHEDULER.ADD_JOB_EMAIL_NOTIFICATION, but this is only applicable to jobs and not programs(i believe).
    Is there an alternative way to trigger off emails for scheduler programs please?
    Thank you

    Hi gloria79,
    Mail uses Contacts to store email addresses and group addresses.  You would need to create the desired group on your MacBook.
    This article discussed how it works.
    Mail (Mavericks): Address messages
    http://support.apple.com/kb/PH14922
    Thank you for using Apple Support Communities.
    Nubz

  • How to add email id in scot

    Hi,
    Could you tell me how to add email id in scot.
    Regards,
    Amar

    Hi Amar,
    Please check this link.
    http://help.sap.com/saphelp_nw70/helpdata/EN/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm
    Hope this will help you..
    Regards

  • How to send email notification in different languages in Workflow ?? Urgent Help Needed

    Gurus,
    How to send email notification in different languages in Workflow? Can anyone send me some useful guidelines or link where it is mentioned.

    There is no profile option available to specify whether send or not send email notification.
    But after login, in preferences youcan set the notification preference value by which you can configure whether to send or not
    to send email notifications.
    If you select ''Do not send me mail' or 'Disabled' it will not send.
    For other values it sends the notfication in different formats like text, html, attachments etc...
    Edited by: sarojak on Jun 27, 2011 7:18 AM

  • How to close email notifications to senders from HP eprintCenter?

    Hi,
    How to close email notifications to senders from HP eprintCenter?
    Thank you.

    Hi Jack7363,
    Welcome to the HP Support Forums. I gather that you would like to know how to turn off notifications from HP’s ePrintCenter.
    To better assist you, would you please supply some additional information:
    What make/model/product number of HP printer do you have? How Do I Find My Model Number or Product Number?
    How is the printer connected (USB cable, ethernet, or wireless)?
    Do you have an HP Connected account or HP ePrintCenter account?
    Are the emails coming [email protected]?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How to add accessibility to already built application

    Hi,
    Can any one help me how to add accessability to already built application. jdev version which am using is 11.1.1.4.
    Thanks in advance.
    Regards,
    lavanya.

    Hi,
    its mostly a configuration in ADF Faces
    http://docs.oracle.com/cd/E23549_01/web.1111/b31973/af_access.htm
    Frank
    Ps.: One of the beauties of using ADF Faces instead of hand-crafted web site in which case you would have been screwed

  • Hi all, May i know how to create filters in Hyperion Planning Application?

    Hi all, May i know how to create filters in Hyperion Planning Application?
    i don't know how to create filters in Planning Application. but my superior asking me to create filters.
    Thanks & Regards,
    Sekhar

    Go to Administration > Dimensions > Select Dimension > Select the member to want to assign acccess filters to :- Assign Access
    Repeat process for all access permissions.
    If there is a lot of permissions to set you could use a utility :-http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch03s07.html
    Refresh Planning including security filters
    Also have a read of :- http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/mg_secfilter.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to add images into a java application (not applet)

    Hello,
    I am new in java programming. I would like to know how to add images into a java application (not an applet). If i could get an standard example about how to add a image to a java application, I would apreciated it. Any help will be greatly apreciated.
    Thank you,
    Oscar

    Your' better off looking in the java 2d forum.
    package images;
    import java.awt.*;
    import java.awt.image.*;
    import java.io.FileInputStream;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    /** * LogoImage is a class that is used to load images into the program */
    public class LogoImage extends JPanel {
         private BufferedImage image;
         private int factor = 1; /** Creates a new instance of ImagePanel */
         public LogoImage() {
              this(new Dimension(600, 50));
         public LogoImage(Dimension sz) {
              //setBackground(Color.green);      
              setPreferredSize(sz);
         public void setImage(BufferedImage im) {
              image = im;
              if (im != null) {
                   setPreferredSize(
                        new Dimension(image.getWidth(), image.getHeight()));
              } else {
                   setPreferredSize(new Dimension(200, 200));
         public void setImageSizeFactor(int factor) {
              this.factor = factor;
         public void paintComponent(Graphics g) {
              super.paintComponent(g);
              //paint background 
              Graphics2D g2D = (Graphics2D) g;
              //Draw image at its natural size first. 
              if (image != null) {
                   g2D.drawImage(image, null, 0, 0);
         public static LogoImage createImage(String filename) { /* Stream the logo gif file into an image object */
              LogoImage logoImage = new LogoImage();
              BufferedImage image;
              try {
                   FileInputStream fileInput =
                        new FileInputStream("images/" + filename);
                   image = ImageIO.read(fileInput);
                   logoImage =
                        new LogoImage(
                             new Dimension(image.getWidth(), image.getHeight()));
                   fileInput.close();
                   logoImage.setImage(image);
              } catch (Exception e) {
                   System.err.println(e);
              return logoImage;
         public static void main(String[] args) {
              JFrame jf = new JFrame("testImage");
              Container cp = jf.getContentPane();
              cp.add(LogoImage.createImage("logo.gif"), BorderLayout.CENTER);
              jf.setVisible(true);
              jf.pack();
    }Now you can use this class anywhere in your pgram to add a JPanel

  • How to stop email notification from apple support site.

    how to stop email notification from apple support site. please inform me

    If you know the thread or community that is sending you the emails you can go directly to those and skip the rest of this however if you don't remember or are still getting email after going to the community read on.
    Stopping email from ths site can be difficult, it is a multi step procedure.  See the link Stopping emails from ASC which Neil posted for all the details.
    regards

  • 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

  • How to set email notification,

    How to set email notification , if my apple ID is used from find my iphone or in any other case?

    What are you rmail settings?  Sounds like manual pull versus push, is this correct?  If your email provider does not offer "push" mail like gmail or iCloud then change from manual pull to hourly or the interval you prefer; more frequent can degrade battery performance.
    Also, go to Settings > Notifications and select "Mail" and move "view in lock screen" to on to see message previews in the lock screen.

  • How to activate email notification for SC approval

    Hi Gurus;
    We are using SRM7.
    How to activate email notification for SC approval i.e. the system should send email to the approver's external email (e.g.Outlook) informing that there is SC to be approved.?
    Thanks

    Hi,
    You can schedule the /SAPSRM/OFFLINEAPPROVALSEND program.
    http://help.sap.com/saphelp_srm701/helpdata/en/31/47c6cb8e9249f2bc29444212e4704a/frameset.htm
    Regards,
    Masa

  • How to configure Email notification for User login's in Exchange Infrastructure?

    How to configure Email notification for User login's in Client Machines?

    Hi ,
    Based on the description , you need to assign logon scripts to the end users via group policy and also use your exchange server as the smtp server in that logon script to relay emails to the internal recipients.
    Thanks & Regards S.Nithyanandham

  • How to setup email notification

    How to setup email notification?

    Refer the doc below
    http://www.oracle.com/technology/products/oem/pdf/BestPractices-Notifications.pdf

Maybe you are looking for

  • Missing letters

    All of a sudden when I turn on my computer in the am, my file name and drop down menus are missing letters. Like if the file name was "energyFile.doc", if might show up as " ne gyF e.d " Same with my drop down menus. I have run TechTool Pro on it - B

  • Drop shadows with mask problem

    I've got a vector image that I've applied a drop shadow to, I've then used a mask on it to square it off but unfortunately the drop shadow follows the mask after applying. Is there any way the mask can cut off the the drop shadow effect as well?

  • How to configure Apex 3.2 in Oracle11gr2 RAC eniv with single http server

    Hi All, 1. How to connect Apex 3.2 in oracle11gr2 RAC enironment for the single http server. We dont have any load balancing server here. I Mean to say that I need connect the two nodes from the single http(dad.conf) server. Is it possible to connect

  • How to capture two audio channels on seperate tracks?

    Does anybody know how to get audio from two or more channels on seperate tracks when capturing in Premier pro! I have used two mics, but the audio is on the same track when i have capturede the video. Any suggestions?

  • Semantic Logging web api in web role

    Hi Team, I have implemented web api with semantic logging to capture logs and hosted in azure. I have azure project added the web api project as existing web role project. Below are my code snippet. In eventsource class:         [Event(1, Level = Eve