Members in Essbase outline but not Planning outline

We currently use Planning v3.5 and Esssbase v6.5.5 We want to add a member only to Essbase. It would not exist in Planning. <BR> <BR>Here are the specifics: <BR>We have a 3 generation outline and want to insert a member between generation 2 & 3 only in Essbase. The result would be that Essbase would have a 4 generation outline and Planning would have a 3 generation outline. We've tested this and done a refresh with no problem. Do you know of any problems with this approach? Also, we plan on upgrading to version 4.x in the near future. Would this be a problem if we upgraded?<BR> <BR>Ex. <BR> <BR>Current Outline:<BR> <BR>CONS_GAAP<BR> 00004<BR> 00004DIST<BR> 00004TRANS<BR> <BR> <BR>Essbase outline after change:<BR> <BR>CONS_GAAP<BR> 00004<BR> 00004TOT - add this member only in Essbase<BR> 00004DIST<BR> 00004TRANS<BR> <BR> <BR>Planning outline after change: <BR> <BR>CONS_GAAP<BR> 00004<BR> 00004DIST<BR> 00004TRANS

Okay two things if 00004TOT is going to be a parent to 00004DIST/TRANS in Essbase, then absolutely not.<BR><BR>If 00004TOT is going to be on the same level as 00004DIST/TRANS (in other words also a level 0 member) then in theory you could do it, but it would not be considered best practice or a supported solution. The problem is when you refresh planning you would run the risk of losing the member, having the database corupt, etc.. If this was somehting you really wanted to do, you would have to thinking it through and build a lot of preocedures around it, so that after every Planning refresh an Essbase dim build would kick in and add the memebr, then relaod your data, yada, yada, yada. You really don't want to go down this road. Either add the member in Planning or let the users do the math in Excel/Report writer.<BR><BR>Don't forget Planning does support alternate rollups with shared members. So you can create an alternate roll up with 00004DIST and 00004TRANS as shared members that roll up into 00004TOT. That would be the supported/best practice solution to your problem.<BR><BR>HTH

Similar Messages

  • Add unidentified members to Essbase outline automatically on load

    We are using FDM to map and import data files to Essbase. Due to the number of members in each Essbase dimension, and since all of the source members are identical to the target members, most of the FDM mappings are taken care of by single "like" mapping for each dimension, in order to map the data file members straight to the Essbase members (map source member to target member):
    Rule Name: ALLACCOUNTS
    Rule Desc: All Accounts
    Rule Definition: *
    Target Accounts: #Script
    Script: Result=varValues(13)
    However, if the source system has had new members added but Essbase has not, the load will fail since Essbase cannot locate the new members.
    Is there a way to get Essbase to automatically create new members (under a designated parent in each dimension) if they are found to be present in the data file, but found missing in the Essbase outline? This may be a question specifically for the Essbase Forums, however since we are loading from FDM this must be a scenario experienced by others? If the above is not possible (I imagine this is quite likely) what would be the workaround?

    FDM is focussed on loading data not metadata. I wouldn't try to automate this, there should be a business process for this that uses a more appropriate toolset (EPMA, ODI etc) to do this i.e. have a seperate metadata update process based on the content of the source files that runs prior to any data load processes.

  • Member Formula Verifies in EAS but not Planning.  Error [1200497]

    All I am trying to construct a member formula with multiple IF statements. The formula will verify and work in EAS but when we try to refresh the database from planning we receive the error 1200497. We are on version 11.1.13. The offending member formula is below. Any help with what may be wrong is appreciated.
    If (@ismbr("020 Pallet","020 Case","020 Each"))
         If ("Tier 2 Low" == #missing)
              "Tier 1 Price";
         Elseif ("Volume"->"020 Bulk Fulfillment"<"Tier 2 Low")
              "Tier 1 Price";
         Elseif ("Volume"->"020 Bulk Fulfillment"<"Tier 3 Low")
              "Tier 2 Price";
         Elseif ("Volume"->"020 Bulk Fulfillment"<"Tier 4 Low")
              "Tier 3 Price";
         Elseif ("Volume"->"020 Bulk Fulfillment"<"Tier 5 Low")
              "Tier 4 Price";
         Elseif ("Volume"->"020 Bulk Fulfillment"<"Tier 6 Low")
              "Tier 5 Price";
         Else
              "Tier 6 Price";
         Endif;
    Else
         If (@ismbr("014-003","014-004","014-034","014-035"))
              If ("Tier 2 Low" == #missing)
              "Tier 1 Price";
              Elseif ("Volume"->"014 QA"<"Tier 2 Low")
              "Tier 1 Price";
              Elseif ("Volume"->"014 QA"<"Tier 3 Low")
              "Tier 2 Price";
              Elseif ("Volume"->"014 QA"<"Tier 4 Low")
              "Tier 3 Price";
              Elseif ("Volume"->"014 QA"<"Tier 5 Low")
              "Tier 4 Price";
              Elseif ("Volume"->"014 QA"<"Tier 6 Low")
              "Tier 5 Price";
              Else
              "Tier 6 Price";
              Endif;
         Else
              If ("Tier 2 Low" == #missing)
              "Tier 1 Price";
              Elseif ("Volume"<"Tier 2 Low")
              "Tier 1 Price";
              Elseif ("Volume"<"Tier 3 Low")
              "Tier 2 Price";
              Elseif ("Volume"<"Tier 4 Low")
              "Tier 3 Price";
              Elseif ("Volume"<"Tier 5 Low")
              "Tier 4 Price";
              Elseif ("Volume"<"Tier 6 Low")
              "Tier 5 Price";
              Elseif ("Volume"<"Tier 7 Low")
              "Tier 6 Price";
              Elseif ("Volume"<"Tier 8 Low")
              "Tier 7 Price";
              Elseif ("Volume"<"Tier 9 Low")
              "Tier 8 Price";
              Elseif ("Volume"<"Tier 10 Low")
              "Tier 9 Price";
         Else
              "Tier 10 Price";
         Endif;
    Endif;
    Endif;

    Is it being applied to plan types that don't include all the members being referenced in the formula, it could be that it validates on one plan type but not another.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Change in Essbase outline..

    Hi All,
    I am using Hyperion Planning 11.1.1.1.0.
    I have a planning application with its required dimensions.
    Now i made some modifications to my database outline from EAS Console.
    But i dont see them getting reflected in the planning application.
    Can somebody please advice as to how can i get the change in outline(which i verfied and saved) reflect in the planning app..?
    Regards.
    Alicia
    Edited by: Alicia on Sep 29, 2009 6:42 AM
    Edited by: Alicia on Sep 29, 2009 6:50 AM

    Hi,
    Thanks for replying. I am importing the metadata from e-biz suite using ODI and have used Oracle Gl as the source and Essbase as the target.
    What we have done is :
    Create a blank planning application.
    Manage Database -- > Create database.
    Now once this db is visible in Essbase Admin Console.
    We have set this db as the target for importing the members of the Accounts and the Entity Dimension.
    Now after we are done importing the members to essbase outline, when we go back to the app we do not see the changes which have been made to the outline.
    Please suggest if our approach is correct.
    Regards.
    Alicia
    Edited by: Alicia on Sep 29, 2009 7:17 AM

  • Adding member to Essbase outline from smartview

    Hi All,
    I am using Smartview 11.1.2.3.Can I add members to Essbase outline from smartview?IF yes please send me some link.
    Thanks,
    GP

    unless you wrote something using the API, then no you cannot update metadata members in Essbase from Smart View. You can Update Planning metadata members from Smart View(Not EPMA created but Classic) and have them pushed to the Essbase cube from Smart View

  • F-58 Error. vendor name printed but not Alternative payee

    Dear group members
    _Vendor name printed but not the name i entered in Individual set_
    I followed Thread vendor name changed at the time of taking cheque printing
    I made the below Transaction
    1. I made the changes in vendor master under the head Payment transaction tab, in Alternative payer in document i selected check box of Individual entries
    2. Posted in FB60 vendor invoice under payment tab check box Individual payee is selected, i entered alternative name so that check is printed in this name
    3.In payment F-58 post & print i selected open item for payment after simulation i saved .The check is printed as per the
    Name in Vendor master data but not the name i entered in Individ.setin fb60
    I am not able to make to make payment, guide me 
    Your advice on this will be highly appreciated
    Regards
    shamulheq

    Hi  MUKTAKUMARI  
    I entered the bank details in the individual payee while entering FB60, the name coming in indiviid .set
    In F-58 I made simulation Pk 50 QNB -Checks Payable & PK 25 vendor name, when i double click on the 2nd line item i found the name what mentioned in the Individ.set
    I saved the transaction but the check was printed in the name of vendor master but not in the name i entered in indiviid set
    Help me out to get the  check printed in the individ set
    Regards
    shamulheq

  • How to propagate the changes made in Essbase outline to Planning

    Hi,
    I have created a userdefined dimension called 'Product' with one member 'SampleProduct' in planning. I logged into essbase and accessed the outline created for the plan type. In the outline, under product dimension, I have created one more member called 'ChanduProduct' and saved the outline. what should I do to see the new member created in essbase outline in Planning application?
    Similarly I changed the density of Product dimension from sparse to dense in essbase. How can I propagate this change to planning application? Please tell me whether we can do this operation or not. If yes, how to do?
    Thanks in advance,
    Chandu

    Hi Chandu,
    the outline of planning is stored in sql repository.
    when you refresh the planning application using manage database in administration; all changes from planning will propagate to essbase.
    you should not make changes in essbase outline.
    all changes in outline should go through planning web application (this is one of the best practices)
    hope this helps.

  • Loading Dimension members from SQL Server 2005 to Essbase Outline.

    Hi Everybody,
    I need to load dimension members from SQL server 2005 to Essbase outline:
    Option 1:
    I can retrive members from SQL to text file and then using Rule files load dimension members into outline.
    option 2:
    Using SQL Interface in System 9.
    Option 3:
    I can use ETL tools (ODI, Informatica etc)
    I used Option 3 frequently and familier with, But i would like to use option 1 & option 2. If anybody has used option 1/2 kindly advice with correct steps
    I would be very greatful for any help.
    Version: 9.3.1
    Regards
    Kumar N

    Hi Kumar,
    For Option 2:
    You have to create one DSN for the particular database(SQL Server) from where you want to retrieve the data.
    Then Open Data Prep Editor and From File Menu Click on Open SQL and it will ask for the DSN connection details.
    Enter the DSN details and write the query....
    Thanks,
    prathap

  • Time Balance is set to Last for EPMA Essbase application in Essbase Outline

    Hello Gurus,
    Following is my scenario -
    I have an EPMA Essbase applications that I have deployed from Workspace.
    I have observed that even though the Time Balance property for members for the accounts dimension are set to Balance (as seen in Dimension Library) in EPMA, after I deploy the application the dimensions are tagged as TB Last in Essbase outline (as seen in EAS).
    I am not aware of the functional part much, would really appreciate someone's help on this issue.
    Thanks.
    hyperionEPM

    Here is the doc that explains time balance settings in Essbase:
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/dcatimse.html
    Here is the doc that explains time balance settings in Planning:
    http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin_11122/ch12s04s08s01.html
    And here's a quick cross reference between Essbase and Planning:
    ESSBASE / PLANNING
    TB Last = Balance
    TB None = Flow
    TB First = First
    TB Avg = Average
    In general, Income Statement accounts are "Flow", and Balance Sheet accounts are "Balance" (unless you're storing activity, and not balances). Statistical accounts are a mixed bag.
    Hope this helps,
    - Jake

  • Multiple shared members in ASO outline

    <BR>I am building an outline with one primary and three alternate hierarchies within one of the dimensions of an Aggregate Storage (ASO) cube. All of the leaf members in each of the alternate hierarchies are shared members of a member in the primary hierarchy. The non-shared member is a leaf in some cases and a summary point in others. All hierarchies are stored. <BR><BR>When I try to save the outline, I get a long list of verification errors. For the stored members to which the shared members refer, Essbase is complaining that "This member has multiple copies of same shared member in at least one stored hierarchy. See other messages for which members and which hierarchies." For the shared members, Essbase complains that "Aggregate storage outlines only allow a shared member once in a stored hierarchy." For the alternate hierarchies, Essbase complains that "This stored hierarchy has multiple copies of same shared member. Remove extra member or change hierarchy to be dynamic."<BR><BR>However, I did a find on a handful of the members that Essbase was complaining about and in all cases have found only one instance of each shared member in each alternate hierarchy. The same shared member might appear in two or more alternate hierarchies, but I have not found a case where it appears more than once in the same hierarchy.<BR><BR>I have also ensure the following:<BR><UL>The primary hierarchy occurs first in the outline, so non-shared members always appear before any instances of any of the shared members.</UL><BR><UL>There are no shared members in the primary hierarchy.</UL><BR><UL>All members, non-shared and shared, are in the same dimension.</UL><BR><UL>Non of the stored hierarchies contain both a non-shared instance and a shared instance of the same member.</UL><BR><BR>I have tried making the alternate hierarchies dynamic, but query retrievals are so slow that they're completely unacceptable to the client.<BR><BR>Has anyone encountered a similar problem? Is there a solution to this?<BR>

    I heard back from Hyperion Tech Support again. Turns out it's not a defect after all. It's actually a subtle technicality in the restrictions on shared members with ASO. The first restriction, which is explained in the outline verification error message, is that you can only have one instance of a shared member within a given stored alternate hierarchy. The second restriction is that you cannot have any shared members within a given stored alternate hierarchy where the non-shared instances of the members are ancestors/descendants of each other. Unfortunately, when this restriction is violated, EAS gives the same error message as it does for the first restriction, so it's a bit harder to debug.<BR><BR>Hope this saves someone some grief.<BR>-Silvester

  • Refreshing the OBIEE layers to incorporate Essbase outline changes

    Hi,
    I am trying to establish a connectivity between Essbase(11.1.1.1.0.112) and OBIEE (10.1.3.3.2) to generate reports.
    The "Import from Multi-Dimensional" menu option in the Oracle BI Administration tool is used to
    create BI Server Physical layer. Once the physical cubes are imported, they are dragged and dropped into the Business Model and
    Mapping Layer then into presentation layer.
    The Essbase outline may change in the subsequent data loads because of addition of new dimension members.
    In a normal scenario, it is required to redo the whole process (Import the outline again to physical layer, then move to the next layers) to incorporate the subsequent changes in the Essbase outline. I would like to know whether there is a way to automate the whole process? i.e. using any scripts or OBIEE utilities?
    Thanks in advance,
    Devi

    In a normal scenario, it is required to redo the whole process (Import the outline again to physical layer, then move to the next layers) to incorporate the subsequent changes in the Essbase outline.It may be stated in the [OBIEE Essbase modelling guide|http://www.oracle.com/technology/products/bi/pdf/obiee-essbase-modeling-guide.pdf], but actually not necessary at all. First of all, dimension members don't require any rpd change at all since they will automatically flow in as members of their respective generation in the outline.
    As for outline changes like lengthened, shortened hierarchies, new dimensions etc...read the solution here. In fact you can manually write a whole cube outline without going through the "Import" process a single time.
    Cheers,
    C.

  • Help With Essbase Outline Extractor Output

    Hello Gurus
    I am using Essbase Outline Extractor 9.3.1 to extract from Essbase 9.3.1 and I need a bit of a hand interpreting the results\Output. I'm after properties but Dynamic Calc, Shared Member, Never Share, & the Aggregation. Can anyone please help me with the definitions for the Property0 column.
    I also want to use the output to load via the Outline load utility, will this be able to read all the columns exported by the Outlinr extractor?
    Please help

    name_and_address_withheld wrote:
    alternatively search for "member property codes" (exact phrase) in the dbag and it will take you right there....sorry I am not that good at posting links to dbag stuff online...:(http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/dotrules.html#dotrules_2 :)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Outline Extractor

    Is Essbase Outline Extractor 3.3.2 is compatible with Hyperion Essbase 9.3.1 64X BIT which is installed on 64x bit. We have same version of client and even %ARBORPATH% is defined as below E:\Hyperion\analyticServicesClient64 and in PATH E:\Hyperion\analyticServicesClient64\bin E:\Hyperion\analyticServices\bin.
    We are getting "Run-time error '48': File not found: esbapin.DLL"
    I tried below suggestion, but it did'not work.
    Re: Essbase Outline Extractor
    Can any one help

    Are you trying to run it on a 32 bit Windows client or a 64 bit something-or-other (okay, it has to be Windows) client?
    As Tim Tow has written, Outline Extractor was developed in dearly-departed Visual Basic 6. Hence, it's going to require 32 bit Windows.
    I run it via a 32 bit VM client on my 64 bit laptop.
    Regards,
    Cameron Lackpour

  • Essbase outline locked running Financial Report

    Ok, this is a wierd one. We have experienced the Essbase outline getting locked by the user running a Hyperion Financial Report using HFR 9.3.1.0 and Essbase 9.3.1.3.5. The user is an admin, however the outline should not get locked - should it?
    I searched for anything similar, but couldn't find anything and was wondering if anyone else has seen this?
    many thanks
    Rob Armstrong

    We walked through each step checking for a lock on the outline and was not able to reproduce at all. This is what I did and had the other user do again:
    1) make a new database connection - no lock
    2) made a copy and changed an existing report to use the new connection - no lock
    3) create a batch for the report - no lock
    4) schedule the batch, which the first time forces a login for workspace and essbase - no lock
    4) select a busrsting member list - no lock
    5) run the batch - no lock
    Also asked if anyone edited a report using the id and no one had. I also edited a report and tried several different modifications and could not force it to lock the outline.
    Still a mystery, this has happened before and we unlocked and moved on. Same today, the user was still in workspace (or might have been timed out) after submitting the reports earlier today and the outline was still locked after the reports completed.
    The only time the outline "should" be locked is when editing via EAS or dimension builds/restructures right? Things haven't changed much in the last 17 years of my using Essbase and this client does not do any fancy API or spreadsheet Add-in work.

  • DRM and Shared Members in Essbase & Planning

    Hi,
    Many years ago we implemented Razza and one of the difficulties we had was in handling shared members in Essbase and Planning applications. The workaround as I recall was to use a prefix in alternate hierarchies, and strip it out before exporting. But this did not allow for a single place to maintain a node. Is there a best practice for handling shared members in DRM?
    Thanks!

    DRM now supports shared members in the application. This application functionality used configurable suffixes. You can read about this in the DRM User Guide.
    This makes Essbase integration virtually seemless since Essbase will treat the first occurance of a member encountered during the dimension load process as the base member and any subsequent occurances of that member as shared members. Planning, however, requires shared members to be marked as such and thus depending on how the hierarchies are maintained in DRM and then exported, it is possible for the shared member to appear before the base member, which will cause Planning to raise an error. This can be accommodated with two pass loads and other techniques.
    Also note that this information could be dated as I haven't personally been on a project that fed hyperion Planning for a couple of years. Regards.

Maybe you are looking for

  • Flash Builder 4.6 horribly unresponsive

    I'm using Flash builder 4.6 (and have used prior versions of flash builder as well) with a flex/actionscript project on a Windows 7, 64 bit box.  Flash Builder itself (not the launched application) is horribly slow and unresponsive.  I do not have th

  • Return billing type for POS data upload

    Hi, From the configuration, it only available for one billing type for POS upload. If i want to separate another billing type for return, how can i configure it. Thanks

  • Can I add embed a movie into Adobe Muse without it needing to be on YouTube?

    Hello.. Is it possible to feature a movie within my website without the movie being on YouTube for example? I have a professional client who does not wish to have their training films on YouTube. Thanks in advance.. Christian

  • Initial download from crm 5 to ecc 6

    Initial Download of ECC 6 customer_main to CRM works well but mapping of bupa_main from CRM 5 to ECC 6 didn't work. In R3AS I got an short dump: GETWA_NOT_ASSIGNED_RANGE So I tried CRMM_BUPA_MAP to send single customers and I got that error. Partiall

  • Adobe Photoshop CS5.1: Exit Code 15

    Exit Code: 15 -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 4 error(s), 0 warning(s) ERROR: DW051: Dependency of session payload {42774483-D33C-46F7-8B20-FD0B1A3DAC25} Creative Suites Adobe