ASO cube aggregation behavior

Hi All,
We have an ASO cubes with millions of records having 10 dimensions (1 Account dimension).Few facts values are getting changed after aggregation where without aggregation, we are getting correct values.
We are loading data from source system (Teradata) where we have rounded off values till 7 places of decimal. But when we see data at report level (WA) it displays non zero values after 7 places of decimal for few facts.
For us it is making a huge difference as we are calculating var% value on report. The denominator value for this var% which is 0 for certain line items but due to aggregation its showing some value (0.0000000198547587458) which result very large values for var%.
Is it the tool behavior or there is some problem with aggregation?
Any input will be really appreciable.
Thanks,

What doesn't make sense to me is you don't need aggregations on level zero members as that is where the data is stored. I'm guessing oyu mean level sero members of one dimension and higher level members of other dimensions. Are those other dimensions dynamic or stored? Do you have a lot of calculations going on that are being retrieved? Have you materalized aggregations on the cube?

Similar Messages

  • Adding commentary in ASO Cube and aggregating it to TOP Level

    Hi Gurus,
    I have one peculiar problem. We are adding commentary in BSO Planning cube now i have couple of problem related to it.
    a) These commentary needs to be pushed in ASO cube (Reporting) which need are entered in Lower Level.
    b) At top level these commentaried need to be Aggregated or rather Concatenated.
    eg.
    ProfitCentre has two child P1 and P2 and user enter commantary in BSO for P1 and P2 as "Market Risk Deviation" and "Standard Output"
    then in the HSPgetval Smartview report the conent of report will look like:
    Profit Centre          Market Risk Deviation + Standard Output
    P1                        Market Risk Deviation
    P2                        Standard Output.
    Any thoughts/ Suggestions/ Input/ Ways to achieve so
    Thanks
    Anubhav

    Apart from what Glenn suggested
    Not out of box, you are looking at a JAVA API + SQL based solution here
    Here are my thoughts
    Either use a Select query and get the Text values and IDs from the tables HSP_CELL_TEXT (or HSP_TEXT_CELL) table
    Create a Java API, which can import a TextList in ASO cube, ID is going to be what you get from the table
    Load the data to ASO from Planning
    Now for the aggregation/concatenation part, you'll have to Add those as again Smart List, This can be done by looking at HSP_CELL_TEXT (or HSP_TEXT_CELL) table, there is an ID associated with each text, get the id associated
    So for example Market Risk Deviation is 1 and Standard Output Deivation is 2, then you should add Market Risk Deviation + Standard Output as 3, however you'll have to make sure that there is no entry from Planning for 3
    It is complicated
    Regards
    Celvin Kattookaran

  • EPMA 11.1.2.1 - All rights suddenly grayed out after deploying ASO cube.

    I created and successfully deployed an ASO Cube using EPMA (11.1.2.1). The next day, all rights to the ASO cube were grayed out in Application Library (i.e. Deploy option was grayed out). We learned from Oracle Support that you need to explicitly provision the creator with Application Manager rights to the cube, even if you are the creator of the application. This
    behavior for ASO (and probably BSO cubes) is consistent when compared to a Planning Application (creator is automatically provisioned). Oracle Support confirmed that this is the correct behavior and that EPMA is functioning as designed.

    Are you saying that if you add the attributes manually in application it is coming to essbase and the ones in shared dimension are not coming.
    Check whether attribute is inherited or defined at application level.
    Regards
    Celvin

  • [ASO Calculation] Weird behavior of calculation in ASO

    Hi,
    I have a strange scenario in one of ASO  cube (in 11.1.2.3 ) where calculation script (highlighted in orange below) written and run with POV set for all time periods results in expected values only for one period and for the rest results are not seen (we see only #MISSING). We have similar logic for other calculation and it seems to have worked fine. I am puzzled now as to why the calculation (with similar logic) work for all periods in one script and doesnt in other script. What is preventing results to be seen across all periods ? We have tried
    (a) slice merge - NO CHANGE, (b) clear partial data > re-run calc >  slice merge - NO CHANGE. We have run out of options now and have no clue as to what is triggering this strange behavior in ASO ? Is this a bug ?
    =========================================================================================================================
    Here even-though we have POV set for all periods, the result is only seen on Oct-15 and not for other periods.When we do manual calculation in Excel, we see result but from the cube we get only #Missing.
    CALCULATION RESULTING IN PARTIAL RESULT:
         [L0_S/S COS per Day] := (([AC_ZZ5030],[DP_Z3100]) + ([AC_ZZ5020],[DP_Z3100]) - ([AC_500510],[DP_Z3100]) - ([AC_500520],[DP_Z3100])) / ([AC_991023],[DP_Z3100]);
    MAXL RESULTING IN PARTIAL RESULT:
    execute calculation on database "WAG_FBI"."WAG_FBI" with
    local script_file "/u01/app/test/fmw/instances/instance1/Essbase/essbaseserver1/app/WAG_FBI/WAG_FBI/SS_DOS.csc"
    POV "Crossjoin({[Loaded]},
      Crossjoin({[Actual]},
      Crossjoin ([Time].Levels(0).Members,
      Crossjoin({[DP_15125]},
      Crossjoin([LOB].Levels(0).Members,
      Crossjoin([LE].Levels(0).Members,
      [Location].Levels(0).Members))))))"
    SourceRegion "CrossJoin({[AC_ZZ5030],[AC_ZZ5020],[AC_500510],[AC_500520],[AC_991023]},{[DP_Z3100]})" ;
    =========================================================================================================================
    Here we have same POV  and similar calculation logic (only change being in the denominator and the account where result should be stored) , the result is seen across all periods.
    CALCULATION WHERE COMPLETE RESULT IS SEEN:
    [L0_Rx COS per Day] := (([AC_ZZ5030],[DP_10010]) + ([AC_ZZ5020],[DP_10010]) - ([AC_500510],[DP_10010]) - ([AC_500520],[DP_10010])) / ([AC_991012],[DP_10010]);
    MAXL WHERE COMPLETE RESULT IS SEEN:
    execute calculation on database "WAG_FBI"."WAG_FBI" with
    local script_file "/u01/app/test/fmw/instances/instance1/Essbase/essbaseserver1/app/WAG_FBI/WAG_FBI/RX_DOS.csc"
    POV "Crossjoin({[Loaded]},
      Crossjoin({[Actual]},
      Crossjoin ([Time].Levels(0).Members,
      Crossjoin({[DP_10010]},
      Crossjoin([LOB].Levels(0).Members,
      Crossjoin([LE].Levels(0).Members,
      [Location].Levels(0).Members))))))"
    SourceRegion "CrossJoin({[AC_ZZ5030],[AC_ZZ5020],[AC_500510],[AC_500520],[AC_991012]},{[DP_10010]})" ;
    =========================================================================================================================
    Regards,
    Sathish

    I have no idea what the cause of your problem is, but a suggestion for a test...
    Create a member (e.g. 'Calc L0_S/S COS per Day') in the same dimension as [L0_S/S COS per Day] (assuming this a dynamic dimension), assign the formula to it (instead of placing it in the script) then make your script copy from that member to the target.
    I felt sure I had seen a defect that related to partial ASO allocation results but I can't find it now, so perhaps I was confused.

  • Essbase ASO Cube query performance from OBI EE

    Hi all
    I have serious problems of performance when I query an ASO cube from OBI EE. The problem born when I implement a filter in some dimension of model in the Business Model and Mapping layer. This filter is to level-0 of the dimension, the values are obtained from a session variable in OBI EE. The objetive of this is apply filters depending of users. Then, for session variable I've a table in relational dabase base with relation between user and "access", then my dimensions (not all) have as level-0 the "access" of users (as duplicated members).
    The session variable in OBI EE is filled with row-wise option, so it has all values of "access" that correspond to user (:USER system variabe).
    When I query only by one of this filtered dimensions the respond is very fast, When I query for one of this filtered dimensions and a metric the respond is fast (10 seconds). But when I query for two of this filtered dimensions and metric the respond take 25 minutes. I checked Essbase app log and found this:
    +[Mon Nov 15 19:56:01 2010]Local/TestSec5/TestSec5/admin/Info(1013091)+
    +Received Command [MdxReport] from user [admin]+
    +[Mon Nov 15 20:28:28 2010]Local/TestSec5/TestSec5/admin/Info(1260039)+
    MaxL DML Execution Elapsed Time : [1947.18] seconds
    When I look the MDX query generated by OBI I see that the aggregation process is doing in the fly in the members filtered of the crossjoin of two dimensions:
    With
    set [CATALOGO_INSTITUCIONAL2] as '[CATALOGO_INSTITUCIONAL].Generations(2).members'
    set [CATALOGO_PRESUPUESTARIO2] as '[CATALOGO_PRESUPUESTARIO].Generations(2).members'
    *member [METRICAS_PRESUPUESTARIAS].[MS1] as 'AGGREGATE(filter(crossjoin (Descendants([CATALOGO_INSTITUCIONAL].currentmember,[CATALOGO_INSTITUCIONAL].Generations(7)),Descendants([CATALOGO_PRESUPUESTARIO].currentmember,[CATALOGO_PRESUPUESTARIO].Generations(7))),(([CATALOGO_INSTITUCIONAL].CurrentMember.MEMBER_ALIAS = "01.01" OR [CATALOGO_INSTITUCIONAL].CurrentMember.MEMBER_Name = "01.01")) AND (([CATALOGO_PRESUPUESTARIO].CurrentMember.MEMBER_ALIAS = "G" OR [CATALOGO_PRESUPUESTARIO].CurrentMember.MEMBER_Name = "G") OR ([CATALOGO_PRESUPUESTARIO].CurrentMember.MEMBER_ALIAS = "I0101" OR [CATALOGO_PRESUPUESTARIO].CurrentMember.MEMBER_Name = "I0101") OR ([CATALOGO_PRESUPUESTARIO].CurrentMember.MEMBER_ALIAS = "S01" OR [CATALOGO_PRESUPUESTARIO].CurrentMember.MEMBER_Name = "S01"))),METRICAS_PRESUPUESTARIAS.[Compromiso])', SOLVE_ORDER = 100*
    select
    { [METRICAS_PRESUPUESTARIAS].[MS1]
    } on columns,
    NON EMPTY {crossjoin ({[CATALOGO_INSTITUCIONAL2]},{[CATALOGO_PRESUPUESTARIO2]})} properties ANCESTOR_NAMES, GEN_NUMBER on rows
    from [TestSec5.TestSec5]
    Can somebody tell me if is possible to change the way in that OBI built the query or if is possible to use aggregations previously materialized of essbase?

    hi Amol,
    1. On what basis , did you estimate your cube to around 400GB to 600GB.
    2. If ASO is an option, its huge advantage lies in space, its does not take more space , unlike BSO.
    3. I have seen cubes ,who size was around 300-400GB in BSO,when made the same cube into ASO , its consumed space of 40GB-45GB.
    HOpe this helps
    Sandeep Reddy Enti
    HCC
    http://hyperionconsutlancy.com/

  • ASO Cube Performance Issue

    We have been working on 2 ASO cubes, performance was great. No modification hasn't been done ever since, but we have been experiencing performance issue now. What could be the possible cause or how I could resolve this. Thank you.

    'Performance issue' isn't very descriptive - performance of what? Query? Data load? Aggregation? Restructure?
    As a start, has the volume of data (input data cells) been increasing significantly?

  • ASO CUBE CLEARING DELAY

    Hi All,
    I have an ASO cube that is aggregated to about 5gigs. When I "CLEAR ALL DATA" its taking in excess of 10-15mins, which seems a rather long time. Is this normal? I'm sure in the past it wasn't doing this.
    Thanks
    Paul

    Hi Paul,
    1. Time taken to 'clear all data' might have taken more time beacuse of any other activity at the system/server end.
    2. Was 5GB of your cube had taken 10 -15 mins lesser than this time, then i suspect your system/server might be handling more requests at the time of "clearing data" this time. Just check with the admin to ensure that you are doing a fair apples to apples camparision.
    3. Also check ,whether any thing at server end, storage end(i.e SAN or NAS) has changed these days.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • ASO Cube with attributes very slow in retrieval

    Hi,
    I have a ASO Cube with 5 base dimensions and 8-9 attributes on the entity dimension. I have only 5-6 measures, which do the averages and counts based on the 40 day period. Howere, the data is loaded at the 15 minute increment
    Entity
    Date - (date-time, lowest level being date)
    TIme - ( 15 minute time for the full 24 hour period, has a attribute assocuated with oit)
    LocationType
    Measures.
    The sample formula is
    IIF(Islevel([Locations].CurrentMember,0), Avg(CrossJoin({[Measure].[Sale]},{[DateDim].CurrentMember.lag(40):[DateDim].CurrentMember})),Missing)
    Is there a way, i can have this calculated as a part of the script? DO you suggest i create a BSO, to do these calculations and pass on the result.
    In OBIEE, the report is to display the followung based on the date input.
    Entity Gen7, Entity Gen 6..... Entity Gen 2, Attr1, Attr2, Attr3, Attr4, Attr5, Attr6, Attr7, Measures

    2 things I would look at
    1st - I don't know how much performance you would get out of this, but I'm not clear why you are using a crossjoin in your MDX, it seems unnecessary and may cause more overhead. The following should work, you could also try using IsLeaf instead and see if that is any faster
    IIF(Isleaf([Locations].CurrentMember),
    Avg({[DateDim].CurrentMember.lag(40):[DateDim].CurrentMember},
    [Measure].[Sale], INCLUDEEMPTY)
    2nd - your problem mostly revolves around the fact that you are running a 40 member sum/avg for every member you are querying. It also sounds like the average is at the Day level, which is not level 0. So for all forty days, ASO also has to calc the results of each of those days. Remember that aggregations only get you so far, you should really think of everything in ASO as dynamic and that is why you can see what you have set up is not going to work that well, it is too calc intensive.
    I don't know how practical this is, but to get this to work fast you would probably need to break out the 15 minute increments below the day level to another dimension so the day level becomes a stored level zero member. The 15 minute increment dimension should also be stored. If at all possible you would want to have an alternate stored hierarchy with the 40 days you want to base the average on. Enable alternate hierarchies in your aggregations, then change your MDX calc to be based on the parent of the 40 day hierarchy divided by 40. That would be fast.
    I suppose you could opt to not break out the 15 minute increments and just have the shared hierarchy made up of the 15 minute increments that are below the 40 days. That would still give you a good stored subtotal that with some query hints you could get optimized.

  • Design Aggrigation for ASO cubes

    Hi All,
    We are 12 ASO cubes in each server and each cube have minimum 5-6 months data .Normal aggregation data preview is taking lot of time .So we are planing to do design aggregation .We have a small doubt about this aggregation like
    **1)its going to be do every time we load the data into cubes or once we do this it will create automatically**
    **2)Suppose this month we have loaded 2 months data into cubes after that we perform design aggregation .Then again next month we load the 2 months data into cubes . again we need to do total 4 months design aggregation or is there is any method we can do partial design aggregation or incremental design aggregation .i.eLike already we have done the design aggregation so i want to do only next two months not total 4 months **
    Kindly let me know if any automation process available for this .
    Thanks,
    Vikram
    Edited by: Vicky143 on Jan 13, 2010 10:00 PM
    Edited by: Vicky143 on Jan 13, 2010 10:02 PM

    Hi Vikram,
    Which version are you using?
    1) Do you reset the cube(clear the data) whenever you re-load your cube?
    If yes, you can't expect your earlier aggregations be still there. However, if you've saved your agg. selections & outline is more/less the same, you can materialize the aggs. by using the saved script.
    If your load is an incremental one, the changes that take place to your outline matters a lot as they may invalidate your previous agg. selections.
    2) As more Lev0 data starts flowing in, you've to periodically monitor for the trade-off b/n agg. time/space and performance requirements. The only thing I know about incremental agg. for ASO is via enabling user query tracking & doing the necessary aggs.
    Visit this link to know how to automate-
    [execute aggregation selection|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/execaggsel.htm] !
    [execute aggregate process|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/execagg.htm]
    Let us know incase you've any questions.
    - Natesh

  • Can we upload data in ASO Cube version 11.1.2

    Hi,
    I have a requirement where in ASO cube users need the ability to enter their plan data into the ASO application. Do we need to create Transparent Partition for that. I have an ASO and Hyperion Planning cube and in my Planning cube I have more number of dimensions as compare to ASO.
    Please advise
    Thanks in advance.

    If you are using the Excel add-in you do NOT do a lock, just a send. The lock is a BSO concept to put a hold on blocks. ASO has no blocks to lock. From smartview you do a submit and it handles it all for you. The beauty of using ASO is exactly what you mention, results are immediate without a calc.

  • Can we load data for all levels in ASO cube

    Hi All,
    Can we load data for all levels of members in ASO cube in 9.3.1.
    Regards

    Yes you can load data for all levels in an ASO cube in any version HOWEVER, none of the upper level data in any cube will be there when you look for it. You will get a warning message in the load because ASO cubes don't store data at upper levels. It is the same as loading data into dynamic calc members in BSO cube. It will do the load without compalints, but there will be no data there (At least you get the warning in ASO)

  • How to add a new dimension in ASO cube without losing all data

    Hi,
    I have an ASO cube with 18 dimensions and I want to add a new one (regular). When I add this new dimension it asked me that the all data has to cleared before the restructure can take place. If I click yes then I would lose all data regardless of the fact if I have a level0 export or not. Because when I tried to reload the export back into the cube it gave me an error cause all the dimensions were not present in the export. Does anyone know how would I be able to accomplish this task?
    Thanks
    fikes

    You can try this work around solution.
    1) Export Lev0 data
    2) Clear the cube
    3) Add new dimension Regular.
    4) Add a default member Reg00 in the new dimension and save.
    5) Open the Lev0 data in a text editor, Insert "Reg00" in the begining of the file and Enter.
    6) Lev0 file will have first record "Reg00" and the remaining export file will be from the second record.
    7) Load the modified file with out rule file.
    You can verify that all your history data will be loaded w.r.to the Reg00 of the New dimension Regular.

  • Data Write to ASO cube

    Hi,
    Please help.
    Case like that;
    Base member of Period in Planning is Month as calendar, but Base member of Period in ASO cube is Week, like that:
    Jan
        JanWeek1
        JanWeek2
        JanWeek3
        JanWeek4
        JanWeek5
    now, need to load planning data to ASO cube as reporting.
    but seems cannot directly load data from Jan in Planning to Jan in ASO cube, since Jan in ASO cube is a parent member. am i correct? what i tested in smartview is as that.
    so is there any better way to do that?
    Thank you.

    You can go ahead with the approach of what VBajaj has said.
    We have a similar process where our Plan data is 1 level higher than ASO (i., level1 of ASO is level0 of plan for most of the dimensions). So, we have created the level1 as level0 in ASO ending with _Plan and then loaded the data for those members.
    From a data loading standpoint, you can just put suffix in the rule file itself.
    Regards
    Amarnath
    ORACLE | Essbase

  • Inconsistent aggregation behavior activation will be terminated 0PUR_DS03

    Hi All,
    Iam getting the following error while activating ODS 0PUR_DS03 delta request
    Inconsistent aggregation behavior activation will be terminated.
    The Initiales request for it went smoothly but giving error while activating Delta request only.
    I found one sap note 1081423 but it is applicable before 16 and Iam already on support package 16 .
    Thanks and Regards .
    Akash

    Hi,
    But the correction are already been done for SP16.
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/spat/index.htm?sp1=SAPKW70016
    Have you checked the Notes, 1074388 1074236 and 875986.
    Edited by: Aduri on Dec 11, 2008 12:55 PM

  • Error while deploying ASO cube

    Hi,
    i always got the following errors while deploying an ASO cube, the dimensions are from EPMA, even the cube deployed completely, the log file is always show the same message as when the deploy failed.
    I really don't understand, because there is no attribute for BALANCE SHEET accounts.
    Can you help? really emergency.
    Thank you so much.
    ======================================================================================================================================================================
    Error.
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1060053): Outline has errors
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1060053): Outline has errors
    \\Record #642 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member CASH ON HAND (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member A10000 (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #643 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member CASH ON HAND (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member A10001 (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #644 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member CASH A/R LOCKBOX (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #645 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member CASH CONCENTRATION (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member A10002 (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #646 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member CASH CONCENTRATION (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member A10011 (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #647 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member CASH DISBURSEMENTS (3320)

    Having a dimension called "Period" and having a dimension with dimension class Period are different.
    If possible try extract the metadata of the application and see whether that is tagged as a "Generic" dimension.
    I've the same problem described here Shared Accounts Dimension in EPMA is Deployed Without the "Accounts" Dimension Tag in ASO Application (Doc ID 1556499.1) in 11.1.2.3, where my Dimensions are a copy of Planning app.
    Regards
    Celvin
    http://www.orahyplabs.com

Maybe you are looking for

  • RHINTE20 and background processing

    Does anyone know how to set a variant when running RHINTE20? When I run the program it presents a list of objects to be corrected, and I manually select all the subtree with the icon and then run Create Several Objects.  It's these last two steps I'd

  • Change the name of a file.

    Hello, I don't how can I change the name of a file ?. Somebody can help me, please? For example : c:\out\prove1.csv to  c:\out\prove1_09112007_163001.csv Thanks

  • I am locked out of my new ipod touch 5 how do i get back in?

    Help - my daughter is locked out of her brand new ipod touch 5 she just got for x-mas. She can't remember the password she put on it. What can we do?

  • Cd and Dvd formats on imac 24

    Silly question probably, but with all the cd and dvd formats available, which should we use?DVD-r, Dvd+r... and Cd-r? I was under the impression that the DVD-r and CD-r were the most reliable if we're going to use them on the computer and our home/ca

  • FM for CONTITION TYPE

    Hi Friends,     I Have a condition type(KSCHL) PR00, ZMUP.     i want the amount for the condition type     is there any FM Thanks & Regards, Vallamuthu.M