Setting mail notifications in Hyperion Planning 9.3.1

I have tried setting up the email notifications in Hyperion Planning 9.3.1 version
There are 3 settings that needs to be changed:
1) Advanced Settings in Hyperion Planning
2) Notifications in Hyperion Workspace
3) Set provisions in Hyperion Shared Services
Also our company mail server is set on googlemail so the standard SMTP server used for outlook confirguration is smtp.gmail.com
The problem I'm facing is:
1) During send test mail at notifications in hyperion workspace it is not showing any result as there is an error at "Send Test Mail to"
2) Also does googlemail work as a mail server since smtp.gmail.com acts as the mail server for our company?
3) The default port number used for SMTP is 25 but in our case it is 995. Where is the provision for changing the port number in Hyperion Planning System?
Thanks in advance

Try here :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/ch08s01s04.html
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Costumize e-mail notification in Hyperion Planning

    Hi,
    I found that e-mail notification text can be costumize in Hyperion Planning through :
    C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\webapps\HyperionPlanning\custom\HspCustomMsgs_en.template
    However, only code membre of the planning unit is shown in the message.
    MSG_PM_EMAIL_DEFAULT_TITLE=NEW OWNER: %APP_NAME% (%SCENARIO%, %VERSION%, %ENTITY%)
    Is ther any way to display alias for the planning unit in the message?
    Thanks.
    Carole.

    It is possible to change some of the details , it is worth having a read of the following article in Oracle Support as it may be give you some clues
    "How to Change the Planning Process Management/ Approvals Email Notification URL to Point to the Workspace Server? [ID 1326562.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • E-mail notifications in Hyperion Planning

    Hi! In Administration->Application Settings I checked "Enable e-mail notifications" and indicated the name of the Microsoft Exchange Server. I also indicated e-mail addresses for all relevant users both in Hyperion Planning in File->Preferences and in Shared Services in the Native Directory. However e-mail notificaions still do not work. Can anyone give me an idea on what could be wrong or missing in my settings? Thanks a lot in advance!

    Hi, John! I am preparing a small demo for a client and I would like to make some test workflow e-mail notifications through my company's MS Exchange Server to my inbox. I asked our Administrator if our Exchange Server requires authentication and he said yes, it does every time that I log into my inbox - otherwise anyone in our office could watch my e-mail messages which is unaceptable. In all other functions this exchange server does not require authentification. So could you please clarify which kind of authentication you mean and if our Administrator gave me a sufficient answer? As for testing me e-mail from outside of planning, My Administrator said that our Exchange Server is presently in the process of being configured. So, with regard to testing smtp server from outside planning: if you meant just the ability to send/receive messages from outside planning, then it is works fine in my case. Thanks a lot once again! :)

  • Setting Location Aliases in Hyperion Planning

    Is there a way to change the names of the location aliases in Hyperion Planning so that when the XREFs are created to move across databases they include the desired alias?
    For example, Plan Type 1 is called GLedger. Plan Type 2, Report, references GLedger as "__BsCube__." Is there a way to change that to whatever value I'd like?

    There may be an easier way to do this, but here's what I'd try:
    1) Make sure the new location alias has been created.
    2) Export the Planning app to the file system via LCM.
    3) Use a tool like TexRep to do a bulk "Find & Replace" across the various XML fiiles exported using LCM. Replace the old Location Alias Name with the New Location Alias Name.
    4) Reimport the formulas via LCM.
    5) Remove the old and unused Location Alias.
    6) Deploy and make sure your changes stick.
    7) Test
    FWIW, TexRep (or a similar tool) is very useful for any bulk changes that need to be applied to LCM export files.
    Hope this helps,
    - Jake

  • Email Notification in hyperion planning 11.1.1.3

    Hi
    When a planning unit is promoted from user A to user B then the email alert mechanism fails but if user A rejects a planning unit to user B then email notification functionality works.
    Kindly help on this as it is urgently required
    Thanks in advance
    Sumit Mahajan

    Security is same on both the planning units for all users

  • Notification message box of Hyperion Planning when user login

    Can we have a notification message box popup when user login Hyperion Planning or Workspace application? We would like to communicate to the end users by the system instead of just email because some end users may not check the email so frequently. It is the best to notify end users about any latest changes e.g. budget rate, etc when they login the system to check data or print reports.
    We noticed that there is a broadcast message feature but only limit to those users already online. And the message will not shown when there are some users login later. We would like to have some notice board like message instead of instant messaging.
    The online help of "broadcast message" feature:
    "Use broadcast messaging to communicate a text message to all Planning users currently logged on to an application. For example, you can send messages about system availability or periodic maintenance. You should also send broadcast messages to request that users log out before upgrading or migrating applications.
    You can send broadcast messages using the Web client or a command line utility. If you send them using the Web, they are sent to users of your current application. If you send them using the command line, you can specify any application, without being logged on to it. You can also schedule messages using standard operating system mechanisms. "
    Thanks in advance!

    I have tried the above step and it only works when i am in the advanced mode. but when i change to basic mode i can see the forms and still can access without any disturbance. for your help i am pasting the planningcentral.jsp so that you could suggest me something other.
    Thanks in advance...
    the original file :
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <%@ include file="Common.jin" %>
    <% nWhichPage = HspConstants.PLANNING_CENTRAL;
    String redirectString = request.getParameter("Redirect");
    String mainFrameContentURL = (String)session.getAttribute(HspConstants.SESSION_MAIN_FRAME_CONTENT);
    String mainFrameContent = ((inAdvancedMode) && (mainFrameContentURL != null)) ? mainFrameContentURL : "SelectForm.jsp";
         String queryString = request.getQueryString();
         String mastHeadURL = "BT_Masthead.jsp" + ((queryString != null) ? "?" + queryString : "");
    %>
    <%@ include file="SessionValidate.jin" %>
    <%-- Section for Checking latest CSS version and redirecting to AppSettings.jsp --%>
    <%     if ((HspPlanning != null) && (HspPlanning.isApplicationOwner()))     {
              boolean isHubRegistered = (HspPlanning.getHubServer() != null);
              if ((!isHubRegistered) || (HspPlanning.isUserMigrationReqd())) {
                   inAdvancedMode = true;
                   redirectString = null;
                   mainFrameContent = "AppSettings.jsp?RND=" + Math.random();
    %>
    <%-- End CSS validation section --%>
    <html>
    <head>
    <title><%= HspMsgs.LABEL_WELCOME_TO_HP %></title>
    <%@ include file="PlanningLibraries.jin" %>
    <script language="JavaScript">
    var isPlanningFramework = true;
         var topFrameLoaded = false;
         var taskListViewPaneLoaded = false;
         var processBarLoaded = false;
    </script>
    </head>
    <frameset id="mainframeset" rows="72,19,*" cols="*" frameborder="NO" border="1" framespacing="0">
         <frame src="<%= mastHeadURL %>" name="topFrame" id="topFrame" scrolling="auto" noresize >
         <frame src="BT_ProcessBar.jsp" title="object palette header" id="objPaletteHeader" name="objPaletteHeader" scrolling="no">     
         <frameset id="nestedFrameSet" cols="20%,*" frameborder="NO" border="0" framespacing="0">
    <% if (inAdvancedMode) { %>
         <frame src="LP_ObjectPalette.jsp" id="leftPalette" name="leftPalette" scrolling="no">
         <frame src="<%= (redirectString != null) ? redirectString : mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto">
    <% } else { %>
    <%     int currentTLId = -1;
         HspTaskList thisTL = (HspTaskList)session.getAttribute(HspConstants.SESSION_TASK_LIST);
         if (thisTL != null) thisTL = HspPlanning.getTaskList(thisTL.getId());
         if (thisTL != null) {
              currentTLId = thisTL.getId();
         } else {
         Vector availableTaskLists = null;
         availableTaskLists = HspPlanning.getTaskLists();
         HspObjectPositionComparator hspObjectCompare = new HspObjectPositionComparator();
         HspCSM.sortVector(availableTaskLists, hspObjectCompare);
         if ((availableTaskLists != null) && (availableTaskLists.size() > 0))
              currentTLId = ((HspTaskList)availableTaskLists.firstElement()).getId();
         } %>
         <frame src="LP_ObjectPalette.jsp?TaskList=<%= currentTLId %>" id="leftPalette" name="leftPalette" scrolling="no">     
         <frameset id="wizardFrameSet" name="wizardFrameSet" rows="*,0" frameborder="NO" border="0" framespacing="0">
    <%     if (currentTLId != -1) {
              String wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId;
              HspTask currentSessionTask = (HspTask)session.getAttribute(HspConstants.SESSION_TASK);
              if (currentSessionTask != null) {
                   wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId + "&SelectedTask=" + currentSessionTask.getId() + "&ShowWizard=true";
                   mainFrameContent = "TL_Wait.jsp";
              } else {
                   mainFrameContent = "TaskListStatus.jsp?TaskList=" + currentTLId;
              %>          
              <frame src="<%= mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto" noresize>
              <frame src="<%= (redirectString != null) ? redirectString : wizardFrameContent %>" id="wizardFrame" name="wizardFrame" scrolling="NO" noresize>
    <%      } else { %>
              <frame src="<%= (redirectString != null) ? redirectString : "Error.jsp" %>" id="mainFrame" name="mainFrame" scrolling="auto">
    <%      } %>
    <% } %>
         </frameset>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>

  • Mail notification set up in OEM

    hi
    can any one help
    i am trying to make set up the mail notification in oracle enterprsie manager
    but i am getting the following error
    EXVMBX003-4.exch003intermedia.net: Test failed with message: "Could not connect to SMTP host: EXVMBX003-4.exch003intermedia.net, port: 25; nested exception is: java.net.ConnectException: Connection refused: connect"
    can any one explain what steps i need to do in my exchange outlook to avoid that error.

    According to the error message your SMTP host doesn't allow you to connect.
    This can either mean the host is not running on port 25, or you need to have your firewall opened.
    As such the message has nothing to do with OEM.
    You are advised to read error messages carefully, in order to avoid unnecessary questions. The problem is quite obvious, and has nothing to with Oracle.
    Also, OEM communicates directly with SMTP and in the past Exchange didn't support SMTP.
    I suggest you visit http://technet.microsoft.com
    Sybrand Bakker
    Senior Oracle DBA

  • Setting Up E-Mail Notifications BPF

    Hi
    we are looking for a good dokumentation of Setting up E-Mail Notifications for BPF.
    We have read Operations-Guide and other Doks so the Blog of Jeffrey Holdeman but we couldn`t find the right way of configuration.
    We must set the two paramters in Web Administration?
    What is with the SMTP parameters?
    What we have to do on ABAP Site? Must we configurate standard E-Mail configuration like scot, sost???
    Or does BPC handle the communication?
    What is the value of "WebServerName" in BPC-Server. Is it the BPC Server itself or is it a mailserver?
    Could anybody explain it?
    Thank you in advance

    Hi
    is there nobody who can help me?

  • Setting up Balance Account for Balance Sheet in Hyperion Planning

    We are using version 11.1.2.1.0.83 of Hyperion Planning. What is the best way to setup a balancing account for the balance sheet? Should it be store, or dynamic calc? Should a Member formula be used or should it be done via a calc script? What would the member formula look like?

    Hmm, I give you the answer, you mark it as answered but don't give me any points, and now you ask another question? I only do this for the points. <grin>
    I am still curious as to whether this can be accomplished by embedding a member formula in the balancing account and, if so, what the embeded formula script might look like. ^^^The formulas I illustrated and you implemented could be put into a dynamically calculated member. So long as the account to be balanced is first (I am thinking calculation order) the dynamic calc should be just fine. I've used that approach in Planning apps in the past.
    Regards,
    Cameron Lackpour

  • Setting Up E-Mail Notifications On Servers

    Hi,
    I have a few physical servers running Windows Server 2008 R2 and Windows Server 2012and I would like to know how I would configure each server to send e-mail notifications if it goes down and if updates installed successfully or failed. I also use SCVMM
    2012 to monitor the status of my virtual servers. Could you also let me know how I would setup e-mail alerts for each virtual server?
    I would appreciate any advice and suggestions.
    Thanks in advance,

    This one may help.
    http://technet.microsoft.com/en-us/library/ba2b022a-a767-4a35-b775-763c55e18e37#BKMK_2
    I'd also ask them over here for more information.
    http://social.technet.microsoft.com/Forums/en-us/home?category=systemcenter2012configurationmanager
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Mail Server Configuration in Planning

    Hi,
    We have installed all the Hyperion Products and developed a planning application.
    Now we want to configure the mail server.
    Do we need to run the Configuration Utility for mail server configuration or any other way to configure the mail server?
    while running the configuration utility, if we use the existing RDBMS tables instead of dropping or creating new table....our application will retain or will it cause any problem to our exsting application?
    Thanks,
    Naveen Suram

    Hi,
    If you just talking about the email functionality within planning then you can set it up in planning itself.
    Log into the application as an admin owner, administration > application settings > enter SMTP server in the Email Server section. save.
    File > Preferences > Enter Email-address and Enable E-mail notification.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Not Receiving Email Notifications via Hyperion Workflow Process

    Hi All,
    Configuring SMTP for workflow process in Hyperion planning.
    I did the following steps for the above process.
    1--> I checked whether SMTP server is running or not using Telnet command in the machine where the application is running-->*[Its working fine]*
    2-->Then I logged in to planning application with admin credentials and set the Email server details as follows
    2.a) *[Planning-->Administration-->Application-->Settings-->I entered the Email server details]*
    2.b) *[Planning-->File-->Preferences-->Planning-->I mentioned the Email address for administrator]*
    3--> I created several users using shared services console and I set the security Access type as Descendents Inclusive for each and every dimensions.
    4--> I set the Email address for every users which are created in the above step *[Planning-->File-->Preferences-->Planning]*
    5--> I created a Planning unit Hierarchy.
    6-->I logged as a Planner and I entered the budget in the Data form .
    7-->I promoted this budget to the Higher official for verification process.
    8-->But I didn't get the status mail for the above process.
    Kindly guide me whether I am following the right procedure to config SMTP in my application.
    How to get the status of the notification mail through relational tables.
    Kindly mention the location of log files regarding this issue.
    Please guide me to overcome this issue.
    Thanks and regards
    Sai

    Hi John,
    Thanks for your reply. I couldn't get you from the below quote
    Does you SMTP server accept anonymous connections?
    Anonymous in the sense that you mean like Unauthenticated connection. Yes my mail server is unauthenticated server, hence it doesn't require any username and password.
    Regards,
    Sai

  • Error while configuration of Hyperion Planning

    I have successfully installed EPM, Hyperion Planning, Essbase , Reporting and Analysis Framework, EPM workspace.
    Then while doing configuration I got error at the stage of pre-configuration of Essbase server. Due to this it has not created respective Essbase service and hence we could not create any Data source.
    Please let us know if you have any idea on this. And are there any logs where we can check configuration related logs?
    Thanks

    Thanks John.
    I am using Windows Server(R) 2008 standard Service Pack 2.
    I checked logs and I found that in configtool_summary.log it is showing error as -
    ( Sep 17, 2012 3:35:43 PM ): ---- Hyperion Foundation Configuration......
    ( Sep 17, 2012 3:35:44 PM ): Pass [01 min 06 sec] Pre-Configuration
    Total time passed: 01 min 06 sec
    ( Sep 17, 2012 3:35:51 PM ): ---- Essbase Configuration......
    ( Sep 17, 2012 3:36:05 PM ):  Fail [00 min 21 sec] [PRE] Pre-Configuration
    ( Sep 17, 2012 3:36:05 PM ):  Pass [00 min 00 sec] [REG] Register with Shared Services
    ( Sep 17, 2012 3:36:07 PM ):  Pass [00 min 01 sec] [ESS] Configure Essbase Server
    Total time passed: 00 min 23 sec
    When I checked this error in detail in configtool.log it is showing error like -
    [2012-09-17T15:35:51.231+05:30] [EPMCFG] [TRACE] [EPMCFG-02160] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] End of file listing
    [2012-09-17T15:35:51.231+05:30] [EPMCFG] [WARNING] [EPMCFG-02151] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] oracleComponent is null. Component will not be provisioned.
    [2012-09-17T15:35:51.231+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Component provisioning is done.
    [2012-09-17T15:35:51.231+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done sorting tasks by priority
    [2012-09-17T15:35:51.231+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Executing custom task :Pre-Configuration for product EssbaseServer
    [2012-09-17T15:35:51.231+05:30] [EPMCFG] [TRACE] [EPMCFG-07016] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseServerPreConfig] Essbase Application Directory is C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1
    [2012-09-17T15:35:51.294+05:30] [EPMCFG] [TRACE] [EPMCFG-01426] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] propertiesExtractLocation : C:\Users\ADMINI~1\AppData\Local\Temp\2
    [2012-09-17T15:35:51.309+05:30] [EPMCFG] [TRACE] [EPMCFG-01427] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] Executing target: init
    [2012-09-17T15:35:51.340+05:30] [EPMCFG] [TRACE] [EPMCFG-02164] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.tasks.OpmnServiceTask] Starting opmn service creation
    [2012-09-17T15:35:51.340+05:30] [EPMCFG] [TRACE] [EPMCFG-02167] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.OPMNServiceCreator] OPMNServiceCreator. Creating OPMN Service opmn_EPM_epmsystem5:Oracle Process Manager (EPM_epmsystem5)
    [2012-09-17T15:35:51.356+05:30] [EPMCFG] [TRACE] [EPMCFG-02168] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.OPMNServiceCreator] OPMNServiceCreator. Done creating OPMN Service opmn_EPM_epmsystem5:Oracle Process Manager (EPM_epmsystem5)
    [2012-09-17T15:35:51.356+05:30] [EPMCFG] [TRACE] [EPMCFG-02165] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.tasks.OpmnServiceTask] Done opmn service creation
    [2012-09-17T15:35:52.778+05:30] [EPMCMN] [NOTIFICATION] [EPMCMN-01001] [oracle.EPMCMN] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.tasks.SetEnvVarTask] Delete Env Var: ESSLANG. Level: system
    [2012-09-17T15:35:52.778+05:30] [EPMCFG] [TRACE] [EPMCFG-02122] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.os.windows.EnvVarUtilsWinowsImpl] Delete env variable Delete system env var: ESSLANG
    [2012-09-17T15:35:52.840+05:30] [EPMCMN] [NOTIFICATION] [EPMCMN-01001] [oracle.EPMCMN] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.tasks.SetEnvVarTask] Set Env Var: ESSLANG=English_UnitedStates.Latin1@Binary
    [2012-09-17T15:35:52.840+05:30] [EPMCFG] [TRACE] [EPMCFG-01568] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.os.windows.EnvVarUtilsWinowsImpl] Setting environment variable ESSLANG to English_UnitedStates.Latin1@Binary
    [2012-09-17T15:35:52.840+05:30] [EPMCMN] [NOTIFICATION] [EPMCMN-01001] [oracle.EPMCMN] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.tasks.SetEnvVarTask] Delete Env Var: ESSBASEPATH. Level: system
    [2012-09-17T15:35:52.840+05:30] [EPMCFG] [TRACE] [EPMCFG-02122] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.os.windows.EnvVarUtilsWinowsImpl] Delete env variable Delete system env var: ESSBASEPATH
    [2012-09-17T15:35:52.856+05:30] [EPMCMN] [NOTIFICATION] [EPMCMN-01001] [oracle.EPMCMN] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.tasks.SetEnvVarTask] Delete Env Var: ARBORPATH. Level: system
    [2012-09-17T15:35:52.856+05:30] [EPMCFG] [TRACE] [EPMCFG-02122] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.os.windows.EnvVarUtilsWinowsImpl] Delete env variable Delete system env var: ARBORPATH
    [2012-09-17T15:35:55.950+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut out:
    [2012-09-17T15:35:55.950+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut error:
    [2012-09-17T15:35:59.028+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut out:
    [2012-09-17T15:35:59.028+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut error:
    [2012-09-17T15:36:02.153+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut out:
    [2012-09-17T15:36:02.153+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut error:
    [2012-09-17T15:36:05.247+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut out:
    [2012-09-17T15:36:05.247+05:30] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut error:
    [2012-09-17T15:36:05.341+05:30] [EPMCFG] [TRACE] [EPMCFG-05020] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ant.AntEngine] Error: {0}[[
    C:\Users\Administrator\essbaseserver_1_preConfig.xml:25: The following error occurred while executing this line:
    C:\Users\Administrator\essbaseserver_1_preConfig.xml:242: Warning: Could not find file C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\bin\remotesvr.lax to copy.
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
         at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:154)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at com.hyperion.cis.ant.AbstractAntConfigurator.executeTarget(AbstractAntConfigurator.java:174)
         at com.hyperion.cis.ant.AntEngine.executeTarget(AntEngine.java:39)
         at com.hyperion.cis.ant.AntEngine.executeDefaultTarget(AntEngine.java:47)
         at com.hyperion.cis.config.PreConfigurator.initPreConfigXml(PreConfigurator.java:51)
         at com.hyperion.cis.config.PreConfigurator.initPreConfigXml(PreConfigurator.java:71)
         at com.hyperion.ess.EssbaseServerPreConfig.execute(EssbaseServerPreConfig.java:61)
         at com.hyperion.cis.CustomTaskProcessor.execute(CustomTaskProcessor.java:94)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(RunAllTasks.java:832)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:480)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:90)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: C:\Users\Administrator\essbaseserver_1_preConfig.xml:242: Warning: Could not find file C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\bin\remotesvr.lax to copy.
         at org.apache.tools.ant.taskdefs.Copy.copySingleFile(Copy.java:561)
         at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:400)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
         ... 36 more
    --- Nested Exception ---
    C:\Users\Administrator\essbaseserver_1_preConfig.xml:242: Warning: Could not find file C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\bin\remotesvr.lax to copy.
         at org.apache.tools.ant.taskdefs.Copy.copySingleFile(Copy.java:561)
         at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:400)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
         at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:154)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at com.hyperion.cis.ant.AbstractAntConfigurator.executeTarget(AbstractAntConfigurator.java:174)
         at com.hyperion.cis.ant.AntEngine.executeTarget(AntEngine.java:39)
         at com.hyperion.cis.ant.AntEngine.executeDefaultTarget(AntEngine.java:47)
         at com.hyperion.cis.config.PreConfigurator.initPreConfigXml(PreConfigurator.java:51)
         at com.hyperion.cis.config.PreConfigurator.initPreConfigXml(PreConfigurator.java:71)
         at com.hyperion.ess.EssbaseServerPreConfig.execute(EssbaseServerPreConfig.java:61)
         at com.hyperion.cis.CustomTaskProcessor.execute(CustomTaskProcessor.java:94)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(RunAllTasks.java:832)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:480)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:90)
         at java.lang.Thread.run(Thread.java:619)
    [2012-09-17T15:36:05.356+05:30] [EPMCFG] [ERROR] [EPMCFG-05855] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.essbase.config.EssbaseCommonUtility] Error in updating java version in essbase.cfg: C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1\bin\essbase.cfg (The system cannot find the file specified)
    [2012-09-17T15:36:05.356+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done executing custom task :Pre-Configuration for product EssbaseServer
    [2012-09-17T15:36:05.356+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done executing custom taskpreConfiguration for EssbaseServer
    [2012-09-17T15:36:05.372+05:30] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-09-17T15:36:05.372+05:30] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-09-17T15:36:05.513+05:30] [EPMCFG] [TRACE] [EPMCFG-05955] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] Setting link. Parent: id [40dcb4765e868f40Sb2260c1139d3a4af0cS7c5f], componnet type [ESSBASE_PRODUCT]. Child: id [40dcb4765e868f40Sb2260c1139d3a4af0cS7a3d], component type [SYSTEM_TASKS_CONFIGURATION]
    [2012-09-17T15:36:05.763+05:30] [EPMCFG] [TRACE] [EPMCFG-05955] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] Setting link. Parent: id [40dcb4765e868f40Sb2260c1139d3a4af0cS7c5f], componnet type [ESSBASE_PRODUCT]. Child: id [40dcb4765e868f40Sb2260c1139d3a4af0cS7a3c], component type [INSTANCE_TASKS_CONFIGURATION]
    [2012-09-17T15:36:05.872+05:30] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-09-17T15:36:05.872+05:30] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-09-17T15:36:05.919+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done writing userinput for EssbaseServer
    [2012-09-17T15:36:05.919+05:30] [EPMCFG] [TRACE] [EPMCFG-01874] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Hub registration task selected:  true
    [2012-09-17T15:36:05.934+05:30] [EPMCFG] [TRACE] [EPMCFG-01274] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.config.CmsRegistrationUtil] Getting CSS instance
    [2012-09-17T15:36:05.934+05:30] [EPMCFG] [TRACE] [EPMCFG-01275] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.config.CmsRegistrationUtil] Authenticate admin@Native Directory user to CSS.
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01276] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.config.CmsRegistrationUtil] User admin@Native Directory authenticated.
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01278] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.config.CmsRegistrationUtil] Creating CMS Client SDK
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05822] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] product is NULL
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05823] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Product does not exist in registry DB . Reading the value from panel: false
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05825] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] isStandAloneMode: false
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05800] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] EssbaseHubConfigurator constructed.
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05822] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] product is NULL
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05823] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Product does not exist in registry DB . Reading the value from panel: false
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05825] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] isStandAloneMode: false
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05812] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Selected product descriptor: Hyperion Foundation
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05812] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Selected product descriptor: Essbase
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01002] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] trace: 0, {1}[[
    hubRegistration
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01002] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] trace: 1, {1}[[
    preConfiguration
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01002] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] trace: 2, {1}[[
    RegisterEssbaseAsMultipleAgent
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05813] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] AppLocation from Essbase Custom Configuration Panel= C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05816] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] AppLocation = C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05802] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Essbase home is: C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05812] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Selected product descriptor: Hyperion Foundation
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05812] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Selected product descriptor: Essbase
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01002] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] trace: 0, {1}[[
    hubRegistration
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01002] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] trace: 1, {1}[[
    preConfiguration
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01002] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] trace: 2, {1}[[
    RegisterEssbaseAsMultipleAgent
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05813] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] AppLocation from Essbase Custom Configuration Panel= C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [NOTIFICATION] [EPMCFG-05816] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] AppLocation = C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05803] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] CFG home is: C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1\bin
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05804] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] File name is: C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1\bin\essbase.cfg
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-05811] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] C:\Oracle\Middleware\user_projects\epmsystem5\EssbaseServer\essbaseserver1\bin\essbase.cfg does not exist.
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01331] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.config.ConfigRegistryUtils] Updating product components with HSS info...
    [2012-09-17T15:36:05.950+05:30] [EPMCFG] [TRACE] [EPMCFG-01328] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.cis.config.ConfigRegistryUtils] Looking for product component in the registry: component type = SHARED_SERVICES_PRODUCT
    [2012-09-17T15:36:05.966+05:30] [EPMCFG] [TRACE] [EPMCFG-05822] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] product is NULL
    [2012-09-17T15:36:05.966+05:30] [EPMCFG] [TRACE] [EPMCFG-05823] [oracle.EPMCFG] [tid: 52] [ecid: 0000JbJgBzoFCCkLsyWByX1GLjAg00000G,0] [SRC_CLASS: com.hyperion.ess.EssbaseHubConfigurator] Product does not exist in registry DB . Reading the value from panel: false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

  • E-mail notification in approval process

    Hello.
    How to set e-mail notification only for main dimension;
    for example - planning unit consist of entity (main dimension) and account (sub hierrachy) and user receive e-mail about any action in approval process on each account, but we would like to receive e-mail about any action only for unit of entity.
    EPM 11.1.2.1
    Win Server 2008 R2 64
    Thanks in advance.

    Hi,
    As per my knowledge, this restriction cannot be provided in planning approval process.
    We are not having so much customization rights in email notification process of planning.
    Thanks
    Yashwant

  • How to set up notification email for Full CPU utilization on OEM12c?

    I have found a Oracle Doc,Is that's the way email notifications are setup?How can i check that after setting the notifications?
    4.1.2.3 Subscribe to Receive E-mail for Incident Rules
    An incident rule is a user-defined rule that specifies the criteria by which notifications should be sent for specific events that make up the incident. An incident rule set, as the name implies, consists of one or more rules associated with the same incident.
    When creating an incident rule, you specify criteria such as the targets you are interested in, the types of events to which you want the rule to apply. Specifically, for a given rule, you can specify the criteria you are interested in and the notification methods (such as e-mail) that should be used for sending these notifications. For example, you can set up a rule that when any database goes down or any database backup job fails, e-mail should be sent and the "log trouble ticket" notification method should be called. Or you can define another rule such that when the CPU or Memory Utilization of any host reach critical severities, SNMP traps should be sent to another management console. Notification flexibility is further enhanced by the fact that with a single rule, you can perform multiple actions based on specific conditions. Example: When monitoring a condition such as machine memory utilization, for an incident severity of 'warning' (memory utilization at 80%), send the administrator an e-mail, if the severity is 'critical' (memory utilization at 99%), page the administrator immediately.
    You can subscribe to a rule you have already created.
    From the Setup menu, select Incidents, then select Incident Rules.
    On the Incident Rules - All Enterprise Rules page, click on the rule set containing incident escalation rule in question and click Edit... Rules are created in the context of a rule set.
    Note: In the case where there is no existing rule set, create a rule set by clicking Create Rule Set... You then create the rule as part of creating the rule set.
    In the Rules section of the Edit Rule Set page, highlight the escalation rule and click Edit....
    Navigate to the Add Actions page.
    Select the action that escalates the incident and click Edit...
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#CACHDCAD

    Make sure you have correct thresholds...
    from target home>monitoring>"Metric and Collection Settings"
    Check the incident rule for warning and critical events for host targets
    Setup>Incident>Incident Rules

Maybe you are looking for

  • In Which R/3 Table, the Extraction Date should be RESET to Limit DELTA ???

    Hi all,   We have a daily delta extraction setup for DataSource 0FI_GL_4 from R/3 into ODS. I think there is a table on R/3 side where we could RESET the extraction date (?) to limit the delta reload incase something goes wrong with delta process. Wi

  • Mapping problem for IDOC Type DESADV

    Dear all I need to change Segment E1EDP07 in the message type DESADV. I should concatenate VBELN and VGPOS into BSTNK. I tried to do this with BD79 (Rules for Data Converting). This seems not to work as I can get only 1 sender Field. So I tried to us

  • Can I delete USR,share,private files?

    Searching for causes of lost space, running app WhatSize, I found that several files were pretty large. All the "USR" files come to 400MB, the "private" (var etc) come to 75MB, followed by "dev" "bin", "mach kernel" and "sbin". Is it at all safe to d

  • Mac Pro desktop Dual 3.0 Xeon Osx10.7.5 12 GB why do my cooling fans speed up for no apparent reason?

    Got a 2006 mac pro desktop, dual 3.0 Xeon, running OSX 10.7.5, and sometimes, the fans will speed up, and run at max, even though the CPU is running cool... sleeping the computer for a minute, and then turn it back on seems to stop it for a while. An

  • System refresh with different abap patch stacks

    Hi gurus I have a scenario that  as of my  ECC 6.0 PRD  system has ABAP stack patch level at SP13. where my QAS system at stack level 17. Now i have to refresh the QAS system with the PRD data. My query is, is it possible to copy the PRD system to QA