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/

Similar Messages

  • 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/

  • 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! :)

  • 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 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

  • Migration cognos to HFM / Hyperion Planning

    Hi,
    Does anyone know the steps to migrate Cognos cubes to HFM 11/Hyperion Planning 11? I've no idea where to start from other than doing it manually from scratch, like building the outline & loading data.
    Can we export metadata & data from Cognos in a format which can be loaded to HFM/planning w/o much tedious manual task?
    Please give me suggestions?
    Thanks in advance.

    Hi S.P.,
    i read your post. How looks your migration concept from Cognos to OHP 11?
    Pls write me a mail [ noahface[at]gmx.de ] or give a post.
    Thxs in advance.

  • Loading HFM data to Hyperion Planning using FDM

    Hi All
    Has anyone ever used HFM as a data source for FDM?
    Someone has asked me for the best way to get data from HFM into Hyperion Planning and whether FDM can manage that. I know there is a generic Pull adapter and the ERPi but I'm not sure whether either of those will do the job.
    At the moment I am assuming that they will need to extract data from HFM to flat file and then import to FDM as a 2 stage process?
    Any thoughts?
    Thanks
    Stuart

    Hi Tony
    Apologies for the delay (my email spammed the notification that you had replied, helpful!!). When you say that you have done it but discourage accessing the tables directly how did you achieve this? Were you just careful which data intersections your selected from the tables (e.g. always base level data so it is stored not calculated)?
    I have used the HFM relational tables a couple of times to make use of the metadata that they contain but not tried to get data before.
    Regards
    Stuart

  • Hyperion Planning Last Login Date

    Hello Everyone,
    I have a requirement where in I need to track the usage of the Hyperion Planning application. I need to build a list of inactive or dormant users and clean them up from the application.
    In order for me to achieve this, I need the Last Login date into the Hyperion Planning application.
    I read about something called Usage Tracking that needed to be turned on. A records gets added into the hsp_audit_records table.
    Can someone throw some more light on this ? My requirement is to track the planning apps usage and clean up inactive users.
    Thanks
    RS

    Hi,
    we have the same issue: some new users every week and a lot of users not using planning anymore- depending on their always changing role in the company.
    only helpful logfile we use to identify inactive/old users is: hbrlaunch.log - it logs the username and the businessrules, they execute.
    maybe you regard this approach as a helpful workaround (provided your users run businessrules at all)
    users, who run only financial reporting or who open only planning forms to passively review budgets (we have that a lot) , we would delete accidentially by this approach, because if you never save data, you never execute a businessrule attached to a webform.
    but what about following approach:
    you create a very small webform called "Confirm my user access", add a very small businessrule named "Confirm user access", which calculates almost nothing and you attach the rule to the form, give access to all users AND use option: "run on load"
    by this, the rule get's executed on opening the webform already - you could even show a member in the webform with name "Thanks for confirming your user account - it will remain active"
    Only disadvantage: you need to write a mail to all users and explicitly ask them to open that webform and confirm the user access. (Maybe you like that approach)
    Alternative might me that you attach the businessrule to the/those webform(s) - especially read-only webforms, where people don't save data or execute businessrules and which are opened most often by all users and don't tell them about that method at all.
    You then should get a pretty complete overview of your active users (userid's only I am afraid ) in hbrlaunch.log
    in addition, financial reporting has a logfile as well, so you could combine the usage of financial reporting and planning (provided you use it)
    pls. note, that the early 9.3.1 financial reporting versions have a bug and the logfile is empty= useless
    Assuming you use shared services, you probably have to attach your users into several groups- it maybe helpful to first remove the user from one central group, which blocks their access to planning application or takes the right to open planning forms- you then start your forecast, wait for their complaints and delete them 3 months later completely from all security groups - could save you some work on re-creating their access.
    We use the apache http-webserver - you can modify it, so that it's logging all datatransfer - you get there the IP-Adress and the requested application (Hyperion Planning) and the requested webforms logged - but no username.
    In the eas console, we see the last logindate, which seems to show the last date, a user requested a financial report against essbase.
    We use that information in combination with hbrlaunch.log form businessrules.
    we have the hsp_audit_trail switched on for all options-
    data: it stores all member, user and time information for every single saved value in the database - so we have between 500.000 and 1 Mio entries - it's especially useful, when your essbase crashes and your backup is a few hours old- you then can use that information to upload the remaining data-entries via smartview/exceladdin - provided you have some hours time to prepare the values in excel.
    hspaudittrail useful as well when it comes to discussion, who entered which numbers when.
    tracking of businessrule execution: should deliver same results as hbrlaunch.log
    other changes being tracked should be meaningless for your requirement, as it tracks the work of the admin-person (Dimensions, Members, Usergroups, Webforms)
    regards
    Rodian
    Edited by: Rodian Abel on 01-Apr-2010 12:20
    Edited by: Rodian Abel on 01-Apr-2010 12:33

  • 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

  • I have Hyperion Planning Material Lab Excersises

    Hi
    I can share hyperion planning material if some one can help me out installing Essbase and Planning in my system.This materail only get if you attend the training classes in Oracle.
    Please mail me at [email protected] if you need this materia.
    Thanks

    Glenn,
    I took a look at the link Evgeniy provided -- is the information on that wiki legit or not? It's on an Oracle web site (no, I did not go take a look at the externally posted information). Dumb I may be, but not reckless. I suppose that just because a URL has a oracle.com on the end of it doesn't mean it's blessed.
    There is a lot of information available now that didn't seem to be around under Hyperion. I'm sort of embarrassed to admit I didn't know about wiki.oracle.com. I guess wider dissemination is the proverbial two edged sword.
    Regards,
    Cameron Lackpour

  • Send an e-mail after creat Test Plan STBW_2

    Hi All,
    I am working Solman 7.0 and creating Test Plan from STWB_2. But as we know is "standard" to send e-mails to resources are assigned each activity inside test plan as information about version 7 - EHP1.
    I've hust check out configuration in STBW_SET and is ok too. Maybe there are other customizing necessary to active this e-mails.
    Regards,
    Warlei Figueiredo.

    Warlei,
    See the SAP Note 1348140 - E-mail notification in test sequence does not work.
    Good luck!
    Best regards,
    Jacques.

  • Error WHile creating a User in Hyperion Planning

    HI,
    Please someone guide since im facing this problem for a longtime.
    I created a user in Planning webpage and refreshed the security filters.
    When i tried to login using planning webinterface, it showed an error "User priscila_monsanto does not exist in the domain or the password is incorrect"
    And i could able to find an exception in the file"Hyperion Planning-err.log" present in Jrun path of the planning server.
    And when i logged into the admin console for the plannng cube, i found user anme in the security-->users field and there is no filters assigned to the user.
    Please help me.
    Thanks,
    Prabhu MSL

    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADDUSERTOADGROUP.implementation(adpADDUSERTOADGROUP.java:49)
    This is definitely a Custom Adapter because OOTB Adapter name is adpADCSADDUSERTOGROUP and NOT adpADDUSERTOADGROUP
    So, it is your custom code and in the code you are passing incorrect value of the Active Directory Child process form...
    The correct name is UD_ADUSRC and the Group Name column name is UD_ADUSRC_GROUPNAME.
    While you are passing UD_AD_CHILD as the child process form and UD_AD_CHILD_GRP_NAME as Group Name column name..
    Use OOTB Adapter... Correct these discrepancies... Your addition of group will work
    And since you are creating custom adapter, you need to be more careful and remain consistent throughout..
    Then if you want to use UD_AD_CHILD_GRP_NAME, use it everywhere consistently... Pass only this value in the adapter...
    And even in lookups, if any... Search everywhere... Keep things consistent... They will work... Because good news is that you are able to create user in AD via Java Code...
    And if any post is even slightly helpful, it is a good habit to mark it with helpful or correct ... And also mark the entire question as answered so that other people also are benefited.

Maybe you are looking for

  • InDesign CS5 hangs when conecting to network volume

    Not sure if this is an InDesign issue or Mavericks problem, so I’ve posted here and there. This problem only happens with InDesign if I have our file server connected (a share point on another mac running 10.5.8). If it is unmounted all works as it s

  • Can't Select Epson 3880 ABW [even when printer manages colors]

    I can't seem to figure out a problem I'm having trying to print using ABW mode on my Epson 3880 from LR5.3 - it is greyed out an inaccessible.  I'm familiar with the safety net that precludes double color management when LR is set to print with a pro

  • Can music in the cloud only be played over wifi?

    As a fitness instructor, my iphone is on airplane mode while teaching but when I do this my music disappears! How can I still play my music without downloading it onto my iPhone?

  • Change the FIND display from LAST OPENED to LAST MODIFIED.

    When I search for a folder/file, I want to sort by date and view when the folder/file was LAST MODIFIED. I find LAST OPENED to be useless. Someone in the Dept. may have opened a file just to see what it was, but so what. That tells me nothing about t

  • Third-party hard drive replacement

    I want to upgrade the hard drive in my ca. March 2006 MacBook Pro (2.0 GHz) with something bigger than the original 100 GB Seagate that came in it. I have looked online at the various places that offer directions for doing this yourself and, frankly,