Configure SMTP server in Essbase 11.1.2.1 for scheduling financial reports

Hi,
While scheduling the FR reports, I need to send the status mail. But I am not able to add smtp server in frconfig.cmd MBeans as the writable option is "false". Tried to change this option to "true" but it is not changing.
It will be great if you could provide any solution to add smtp server details here?
Thanks,
Dinish

It can also be configured in the EPM configurator under common components.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to configure SMTP server for osb 10.3.1

    Hi All,
    Can anyone share information on how to configure SMTP server for osb 10.3.1
    and then how to send an email from osb 10.3.1
    Thanks in Advance!!

    Thanks a lot!!
    I configured the same way. When I am sending email to an account on the same domain as my SMTP server is the sending of email is successful. But its giving error when I am trying to send an emain to an account which is on different domain. It giving error as "Operation has been cancelled"
    Please suggest something.

  • Configuring Lync Server 2013 to be a partner Application for Exchange 2013

    Hello Guys,
    I just want to share my experience while configuring Lync server 2013 to be a partner Application for exchange 2013 sever. 
    As mentioned on technet you need to run Configure-EnterprisePartnerApplication.ps1 script that ships with Exchange 2013. 
    But when I tried to run the script as described on the technet article, I found it always fails with " the accepted domain is not valid"
    I have checked my accepted domains many times and i found that there's no issues with my configured accepted domain. 
    So I started to review the script to find the issue and I found that the script was configured  as below 
    $acceptedDomains = Get-AcceptedDomain ;
      if ($acceptedDomains -eq $null)
        WriteError ("There is no accepted domain so user can not be created.")
      $acceptedDomain = $acceptedDomains[0].Name;
      if($UseDomainController -eq $true)
        $user = New-MailUser -Name $username -DomainController $DomainController -ExternalEmailAddress $username@$acceptedDomain;
    set-mailuser -Identity $user.Identity -HiddenFromAddressListsEnabled $true -DomainController $DomainController
      else
        $user = New-MailUser -Name $username -ExternalEmailAddress $username@$acceptedDomain;
    set-mailuser -Identity $user.Identity -HiddenFromAddressListsEnabled $true; 
    which is totally wrong as below: 
    firstly it makes $AcceptedDomain variable to equal the Name of the accepted domain. 
    Not all customers configure the name of the Accepted Domain to be the Domain Name.
    Secondly  it makes $AcceptedDomain variable to equal the name of the first Accepted Domain.
    The first domain may be not the default Accepted Domain. 
    So I have configured the script as below
    $acceptedDomains = Get-AcceptedDomain | ? {$_.Default -eq "True"}  ;
      if ($acceptedDomains -eq $null)
        WriteError ("There is no accepted domain so user can not be created.")
      $acceptedDomain = $acceptedDomains.DomainName;
      if($UseDomainController -eq $true)
        $user = New-MailUser -Name $username -DomainController $DomainController -ExternalEmailAddress $username@$acceptedDomain;
    set-mailuser -Identity $user.Identity -HiddenFromAddressListsEnabled $true -DomainController $DomainController
      else
        $user = New-MailUser -Name $username -ExternalEmailAddress $username@$acceptedDomain;
    set-mailuser -Identity $user.Identity -HiddenFromAddressListsEnabled $true; 
    I hope This help. 
    Thanks 
    Ahmed Fouad

    Hi,
    This is helpful, thanks for sharing.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • How to configure SMTP server in OSB eclipse platform

    how to configure the SMTP server in OSB eclipse platform......
    secondly.................the output email shud contain message sent and not the overview of the mail how do i do it

    How to configure the server? That depends on what server it is. If you are the administrator I would suggest finding the help file for the server and searching for the term "relaying". However I hope you are not, and can ask the real administrator.

  • Configure SMTP server profile on CRM 2015 online

    Hi,
    I am trying to get the CRM mail router to work with CRM 2015 online.
    I use smtp.org.com as the address, but I get this error: '
    Unsupported Email server. The specified email server location isn't supported by server side synchronization. Specify a valid server location to connect to the supported email server and try again.
    I read online that MS CRM 2015 supports POP3/SMTP mail servers, so why this error?

    Hello,
    Try looking for the specific error in the CRM Trace folder.
    To enable tracing, please read
    this post.
    Cornel Croitoriu - Senior Software Developer
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

  • Creating server group for scheduling Webi report

    Hi All,
    I have 33 scheduled reports running in my BO 4.1 environment.
    I want to split this in 3 groups and create server group to run specific job.
    To achieve this what should I have to do ?
    In group one what server and services should be there to run my schedule successfully ?
    I thought of cloning server but my research says it is not good practice. Can someone please guide me with this ?

    Please share the details regarding web intelligence report based on BW data or based on Universe (RDBMS) because in both the case Adaptive Processing Server configuration is change.
    For BW Data Source below is the details regarding Adpative processing Server:
    <Node_Name>_SIA.APSCORE
    Services:
    Auditing Service, Platform Search Service, Security Token Service, TraceLog Service, Translation Service
    <Node_Name>_SIA.APSFEDERATION
    Services:
    Auditing Service, Data Federation Service, TraceLog Service
    <Node_Name>_SIA.APSLCM
    Services:
    Auditing Service, Lifecycle Management ClearCase Service, Lifecycle Management Service, TraceLog Service, Visual Difference Service
    <Node_Name>_SIA.APSMonitoring
    Services:
    Auditing Service, Monitoring Service, TraceLog Service
    <Node_Name>_SIA.APSPublishing
    Services:
    Auditing Service, Publishing Post Processing Service, Publishing Service, TraceLog Service
    <Node_Name>_SIA.APSWebi
    Services:
    Auditing Service, DSL Bridge Service, Rebean Service, TraceLog Service, Visualization Service, Web Intelligence Monitoring Service
    <Node_Name>_SIA.BexWebApplication
    Services:
    Auditing Service, BEx Web Applications Service, TraceLog Service
    <Node_Name>_SIA.MDAS
    Services:
    Auditing Service, Multi Dimensional Analysis Service, TraceLog Service
    For Job Server:
    Adaptive Job Server:
    <Node_Name>_SIA.AJSWebi
    Services: Web Intelligence
    Add all above services in Server Group and assign to web intelligence report based on BW Data and check the status.
    Thanks,
    Daya

  • Configure two JVM's for Planning, Financial Reporting etc

    Hello Gurus,
    Is there a way we can set 2 JVM's for Planning, Financial Reporting, etc as mentioned in the
    Performance Tuning Guide for 11.1.2.1
    https://blogs.oracle.com/pa/resource/Oracle_EPM_11_1_2_1_Tuning_Guide_v4.pdfunder the topic --
    *2.3.1.2 One-JVM (64bit) vs. Two-JVMs (64bit) on 64bit OS*
    If so how can I do it? Any documentation for the same?
    Any help will be highly appreciated.
    Thanks,
    hyperionEPM

    Hello Gurus,
    Any updates??
    I have gone through John Goodwin's blog for EPM 11.1.2.3 - http://john-goodwin.blogspot.in/2013/05/epm-11123-vertically-scaling-java-web.html
    but I am looking something similar for 11.1.2.1
    Thanks,
    hyperionEPM

  • How many ways we can configure SMTP Mail server on windows to get CCP mails

    Hello IAC's,
    I have configured SMTP server and teleneted  in CCP server and also I'm receving mails too when I submit the orders.
    I wondered with an update given by my  friend that he is using pmail server for SMTP mails.
    Can any one suggest me in how many ways we can enable the SMTP server.. on windows..??
    Thanks,
    Noor.

    Hi
    if i use String provider = "imap"; then it shows the following error message..
    javax.mail.MessagingException: Connection refused: connect
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)
    at javax.mail.Service.connect(Service.java:275)
    at javax.mail.Service.connect(Service.java:156)
    at javamail.AllPartsClient.main(AllPartsClient.java:39)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    at com.sun.mail.iap.Protocol.<init>(Protocol.java:84)
    at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
    ... 3 more
    pls any one give idea

  • Can not specify the SMTP server port, username and password for my SharePoint 2013 web application

    We have our SMTP server under port number 141 and we should add username and password. but inside SharePoint 2013, I can only define the SMTP server name , from email, reply-to . But there are not fields to define the port number , the username and password.
    So can anyone advice from where I can define the port number and other field settings for the SMTP server ?
    Thanks

    i am no sure about user name and password. i never saw that option.
    check this guide:
    http://blogs.technet.com/b/tirumals/archive/2012/03/17/step-by-step-configuration-of-outgoing-emails-from-sharepoint-to-microsoft-online.aspx
    http://blog.fpweb.net/configuring-an-smtp-server-for-sharepoint/#.UuANoxAo6M8
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
    thanks for the reply, but in our case the SMTP is  a separate server , and to connect to it i need to define the ; server IP /Name , port number, username & password. but in SharePoint there is no option to define the port number , and the links you
    provide are regarding configuring SMTP server, while we already have an SMTP server but i need to connect SP with it . can you advice please?

  • Windows 2008 R2 smtp server Relay only selected servers without authentication

    Hello,
    Need help in configuring Windows SMTP server.
    Windows 2008 R2 Server. SMTP service is installed and configured.
    Access TAB -- Authentication TAB -- Anonymous Access is selected..
    Relay TAB -- Only the list below is selected and specfic scanners and application servers IPs are mentioned.
    Issue: Even though we have specified list of IPs to relay from this server, Anybody can send mails using this server ( open Relay )
    -- My requirement is to relay specific IPs of scanners and App servers without any authentication, can anybody help me configure windows smtp server to achieve my requirements.
    Any help will be highly appreciated.
    Regards,
    Ghouse

    Hi,
    I recommend you refer to the following article to configure the smtp server:
    Setup and Configure SMTP Server on Windows Server 2008 R2
    In addition, you should ask this in Windows server forum as this is not an exchange problem:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=windowsserver2008r2webtechnologies
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Configuring SMTP account for Endpoint protection alerts

    Hi all
    I am using SCCM 2012 R2 Endpoint protection. I want to configure email alerts for Endpoint protection. I have mail server in Windows 2008 R2 server in a WORKGROUP. Since mail server is not in domain , how can i configure SMTP server setting. What account
    i need to use for SMTP?

    You can get advice from others on the forum Ashok but ultimately you are the only one that will be able to figure this out. You need to look at your mail server (or talk to the person that manages it) and see how it is configured to allow email relay from
    the firewall, for example. It could be that the mail server is configured with a rule to allow relays anonymously from that specific IP address.
    You then need to configure the email server to allow the requests from the ConfigMgr server in exactly the same way. It might be as simple as adding the IP address to the above rule. You will NOT need to configure an Endpoint Protection SMTP Server Connection
    Account. As Joyce says this is only required if the mail server REQUIRES authenticated access (but you can configure the rule so that it doesn't).
    "they just use SMTP server and a email address for authentication"
    This isn't the case Ashok. This is not authentication. The email address is just a label so that you can see where the alert is coming from.
    I hope this is all clear. This isn't a ConfigMgr issue as such. It's email relaying so is specific to the email product you use.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Where to configure SMTP services .???

    Hi Experts,
    If you want to allow users to send e-mails outside the company domain using the portal. where to configure SMTP server settings in the portal for achieving this..? I need the path to configure SMTP services..

    Vineet,
    This wiki should help you to get started.
    http://wiki.sdn.sap.com/wiki/display/EP/MSOutlookConfigrationguideForSAPPortal
    Cheers!
    Sandeep Tudumu

  • How to configure SMTP dynamic send port?

    Hi,
    I am trying to configure STMP send port to send emails, enabled SMTP Server on the DEV box and configured it as described in the link below.
    https://sandroaspbiztalkblog.wordpress.com/2013/05/09/biztalk-2013-installation-and-configuration-install-and-configure-smtp-server-feature-part-4/
    Able to send emails using Telnet client, and these email get stored in C:\inetpub\mailroot\Queue folder.
    I have a dynamic send with following values.
    msgEMail(SMTP.CC) = “[email protected]”;
    msgEMail(SMTP.DeliveryReceipt) = False;
    msgEMail(SMTP.From) = “[email protected]”;
    msgEMail(SMTP.ReadReceipt) = False;
    msgEMail(SMTP.Password) = “XXX;
    msgEMail(SMTP.Username) = “DDD”;
    msgEMail(SMTP.SMTPAuthenticate) = System.Convert.ToUInt32(XX.SMTPAuthenticate);
    msgEMail(SMTP.SMTPHost) = “smtp.domain.local”;
    msgEMail(SMTP.Subject) = “sdfgdfgd;
    msgEMail(SMTP.MessagePartsAttachments) = 2;
    Message gets suspended with the following error message.
    A message sent to adapter "SMTP" on send port "XXX_DynamicSendPort_XXXX" with URI "mailto:
    [email protected]" is suspended.
     Error details: There was a failure executing the send pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLTransmit,
    Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=81bf3856ad764e35" Source: "XML assembler" Send Port: "XXX_DynamicSendPort_XXXXX URI: "mailto:localhost" Reason: Data at the root level is invalid.
    Line 1, position 1. 
     MessageId: 
    {3C50F418-24C4-4661-9B34-4B7F5F6FBBA4}
     InstanceID: {2F6B9A0E-92EE-4953-81D2-9A124FAC99CE}
    Please can some advise me what is wrong here? do you think I have configured
    msgEMail(SMTP.SMTPHost) property correctly? Or should it be the name of the DEV box?
    Thanks
    SS
    Shiva Sadayan

    Hi Shiva,
    You should not be using XMLTransit pipeline at the send port.
    Perhaps you should go with default passthrough pipeline or
    Create a send pipeline with MIME/SMIME encoder and drop it at Encode section of pipeline. Accept the default settings for MIME/SMIME encoder and use it with the dynamic port.
    I found this article very useful while sending email from BizTalk. Refer:
    Sending Emails in Biztalk
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Configure SMTP on localhost

    Does anybody know how to configure SMTP server on windows 2000. i really need to do it because without it i cannot continue with my javamail project

    like i mentioned earlier, the smtp server is the one that ships woth windows 2000, it is built-in, the question is does anybody know how to create users for this server, or can users having an account on the domain use their usernames and password,? it's really a conceptual and technical question as well, has anybody done work on win2k smtp server

  • Send a mail using smtp server

    i'm new to java mail api
    i'm using a machine which is in a network under a proxy server and a fire wall.our network has a smtp server.
    i tried to send a amil using a smtp server.
    my codes are
    package mailtest;
    import java.util.Properties;
    import javax.mail.Session;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.InternetAddress;
    import javax.mail.MessagingException;
    import java.io.*;
    import javax.mail.Message;
    import javax.mail.Transport;
    public class FirstMail {
    String mailServer;
    String host;
    public FirstMail() {
    //global
    mailServer="mail.smtp.host";
    host="mail.informatics.lk";
    // Get system properties
    Properties myProperties=new Properties() ;
    // Setup mail server
    myProperties.put(mailServer,host) ;
    myProperties.put("mail.smtp.auth", "true");
    // Get session
    Session myMailSession;
    myMailSession=Session.getInstance(myProperties,null);
    //myMailSession.setDebug(true);
    // Define message
    MimeMessage message=new MimeMessage(myMailSession);
    // Set the from address
    //try {
    try {
    message.setFrom(new InternetAddress("[email protected]","CHANAKA ARUNA"));
    catch (UnsupportedEncodingException ex1) {
    System.out.println("CAN NOT SEND FROM");
    catch (MessagingException ex1) {
    System.out.println("CAN NOT SEND FROM");
    // Set the to address
    try {
    message.addRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    catch (MessagingException ex) {
    System.out.println("CAN NOT SEND TO");
    // Set the subject
    try {
    message.setSubject("RE:$$$$");
    catch (MessagingException ex2) {
    System.out.println("WRONG SUBJECT");
    // Set the content
    try {
    message.setText("***chanaka***");
    catch (MessagingException ex3) {
    System.out.println("WRONG MESSAGE");
    // Send message
    try {
    Transport.send(message);
    System.out.println("MESSAGE SENT");
    catch (MessagingException ex4) {
    System.out.println("UNABLE TO SEND");
    public static void main(String[] args) {
    FirstMail firstMail1 = new FirstMail();
    it was not work, but when i use the ip address of smtp server instead of mail.informatics.lk at
    host="mail.informatics.lk";
    it worked properly and i could get a mail to my yahoo address.
    but i have seen some have used host name like
    host="smtp.snet.yahoo.com";
    how can i do it using yahoo smtp server.
    also i want to know whethr i can use that our smtp server from a computer outside of the net work.
    pls help me
    txs lot.

    Almost certainly, if you are behind a proxy server it will only be a proxy for HTTP traffic, and you will not be able to communicate with an SMTP server outside your network. But you have your own SMTP server so why would you want to?
    If you have a proxy server and an SMTP server then there will be people responsible for supporting them. Talk to those people and ask them to give you the basic explanation of networking that you need.

Maybe you are looking for

  • Raw images in Photoshop Elements 12

    I connected the camera to my Mac Book Air to download my latest photos using a Nikon D3300. Went to open a raw photo in my adobe photoshop elements 12 and it claims it is unable to read/open the file. I just downloaded and opened other photos a week

  • Movie import Methods

    Not sure if this is the best forum for this question, but I couldn't determine a better place. I have a lot of video content from a number of different cameras and tape formats from the past 50 years. Some of the footage is from 8mm that were transfe

  • Where and how to create business rules?

    Hi All, 1) Where and how to create business rules? 2) How to configure Rule Engines (Ex: JRULE Engine or any other Rule Engines)? 3) Whar products are available for Rule Engines? Thanks in advance

  • Finder: Replacing files bug

    Hey there, this is about a bug (?) which makes me go crazy. Take two (preferably big >= 100mb) files and place one of them in a folder. Now mark both files and copy & paste them inside your folder. Finder now asks, what to do: Replace the file, that

  • Is there an NNTP interface to these groups?

    Sorry for the generic question here but the OTN feedback form doesn't work. Seen that DejaNews is used to handle these discussion forums is it possible to use a news reader with the NNTP protocol to access them? If yes, how? Thanks. Finn null