Essbase Calculation Issue

Hi All,
Need inputs for the following scenario.
Accounts :
-A
-a1
-B
-b1
-C
-c1
-D
-d1
-E
-e1
All of the above hierarchy are of implicit sharing. I tagged all the children as Never Share. But is there a way so that I can get the consolidation of all children only to Accounts member??
Thanks in Advance!!

If you want to force the account member to be calculated, you could put a dynamic formula on it. either to add the indivual members or to sum the level zero members

Similar Messages

  • Essbase Calculation issues from version 6 to 7

    Hi does any one know are there any calculation issue with essbase BSO cacl engine from version 6 to 7. Cube which calculates fine on 6 verison never ends to finish on version 7, does any one have ideas about number of max generations and levels possible under dense dimension in verison 7

    Not sure if it was a 6.5.1 to 7.1.5 issue, or if it was that 6.5.1 was on Win2K and 7.1.5 is on Solaris 5.9. But, I had one calc script that for total company on Windows and 6.5.1 ran in about 2 1/2 minutes, but same calc on same outline on Solaris and 7.1.5 ran in over 2 hours.
    Hyp support was able to offer some suggestions on Unix settings, and some undocumented script features that got the runtime down to around 10 minutes, but didn't get any farther than that.
    Luckily for me there also was some functions that were not resolving correctly in the script so I had to take the functions out (turned a 100 line script into an 800 line script), and wouldn't you know it that fixed the slow run time as well.
    Message was edited by:
    RobertR

  • Essbase performance issue

    Hi all,
    We encounter a Essbase perfromance issue that we don't know the root cause.
    We have configured a server to run Essbase with 8 core CPU and 16GB RAM. We found that the Essbase calculation can use up to 80% CPU and about 8GB RAM only. I also checked the IO rate at the same time but the disk loading is not very heavy. We just suspect that what kind of resource are waiting at Essbase calculation engine? It is not CPU bounded, memory bounded, and IO bounded.
    Do you think it can help if we keep the whole Essbase database (around 30GB) into RAM based disk drive can speed up the IO performance?
    Thanks if you have some ideas for us to investigate.
    Edited by: hyperion planning user on Jun 2, 2009 12:27 AM
    Edited by: hyperion planning user on Jun 2, 2009 12:36 AM

    I'm confused -- is it CPU bound or not?
    You write:
    We found that the Essbase calculation can use up to 80% CPU and about 8GB RAM only.Do you mean 80% of all eight of your CPUs? That sure sounds CPU-bound to me. In fact, I wish (within reason) that most of my Essbase calculations worked that way -- that would men that I have the disck caches tuned to their utmost efficiency.
    This means you're getting data from disk almost as fast as is possible.
    You're not going to be able to get everything into memory for two reasons:
    1) 30 GB of .IND and .PAG/.DAT files isn't going to fit into Essbase's addressable memory space. See: using RAM disk to speed up Essbase calculation and rollup
    2) Even when the database is nice and small and you can stick the whole thing in a cache, uncompressed, Essbase still is "smart" and will keep a portion of it on disk during calcs -- this doesn't make sense in isolation, but empirically, you can monitor disk usage during a supposedly database that is in theory total enclosed in the cache and see it getting hit. This may be related to Essbase's general housekeeping -- I don't know. In any case, this is generally not a real world case, unless you're running your business on my Very Favorite Database In The Whole Wide World -- Sample.Basic.
    Or are you saying that you will define a real (and it would help if you really could allocate real RAM, and not an OS-managed sort-of-RAM-sort-of-DASD situation) RAM drive and point Essbase there. That is sort of risky, isn't it? How will you flush it to real DASD for backup? Exports?
    Regards,
    Cameron Lackpour

  • Essbase Calculation info

    Hi,
    Where can i find more information about Essbase calculation commands?
    Thanks
    Messi

    Try,
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/funcs/funclist.htm
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/calc/calclist.htm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase calculation commands info

    Hi,
    Where can I find more information about Essbase calculation commands?
    Thanks
    Messi

    The Technical Reference Guide will be your new found friend. See the sections on Calculation Functions and Calculation Commands.
    System 9: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/techref.htm
    System 11: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_techref/launch.htm
    Regards,
    Cameron Lackpour

  • PLSQL for Essbase Calculation

    Hello All
        I was create PL-SQL Essbase XMLA API package for getting EssBase data into pipe-line tables function.
    Now you can use PL-SQL for essbase calculation.
    Essbase CRC Describe for consultants (ENG)
    Essbase CRC Describe for developers (ENG)
    Download PL-SQL Essbase XMLA API
    ER

    And what's the question?

  • Essbase ASO Calculation Issue

    Hi All
    I am writing a calculation for a client to copy one version to another version for an Essbase ASO application.
    It seems to work correctly when my POV is set on a smaller datapoints. Hower it seem to have issues when fixed on larger datapoints.
    The calculations is pretty simple
    [ActualFinal] := [ActualWorking];
    I tried creating and running the calculation both using MaxL and Calculation Manager. However the same issue seem to occur.
    I first thought it might have been an implied share issue, but further investigation, it doesn't seem to be the issue as I can get the data copied using a smaller POV.
    The client is on version 11.1.2.3 of Essbase.
    Any one have any thoughts of what may be causing this?
    Thanks
    Jimmy

    I had this issue in 11.1.2.1. Never tried on the later versions
    FYI - Have a look at this post (http://www.network54.com/Forum/58296/thread/1359579119/MDX+Query+-+Error+127001)
    Below is an excert from the post by Joe Watkins
    Joe Watkins
    167.107.191.217
    ASO Performance
    No score for this post
    February 11 2013, 1:18 PM
    Here are the current limitations as I see them when trying to go ASO only:
    - These scripts are not as fast as calc scripts
    - performance is worse when users are on the system
    - Cannot run these types of calcs when loads are taking place
    - need to watch for incremental slices
    - Users cannot natively execute these types of scripts
    - These scripts can be very fussy to get working
    - When I ran the exact same scripts (per my examples) as 'Calculation' versus 'Allocation' the 'Calculation' would skip random cells which was really weird and impossible to fix which is why I switched to using 'Allocation'
    In my mind the technology is not mature enough at the moment to get rid of BSO but its getting better..
    Amarnath
    ORACLE | Essbase

  • Essbase default calculation issue

    Hi,
    i have an issue regarding essbase calc, i have loaded data, but whenever i'm trying to execute calculation its get stuck for a long time and status remain incomplete so how could i resolve this
    i'm working on epm 11.1.1.3
    please help me
    Thanks
    Satyajeet

    i found following log entries while execution but i'm not getting wats going wrong
    [Sun Sep 30 22:49:29 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]
    [Sun Sep 30 22:49:29 2012]Local/CKD///Info(1013205)
    Received Command [Get Database State]
    [Sun Sep 30 22:50:36 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]
    [Sun Sep 30 22:52:53 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]
    [Sun Sep 30 22:52:57 2012]Local/CKD///Info(1013210)
    User [admin] set active on database [ckd]
    [Sun Sep 30 22:52:57 2012]Local/CKD/ckd/admin/Info(1013091)
    Received Command [Calculate] from user [admin]
    [Sun Sep 30 22:52:57 2012]Local/CKD/ckd/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Sep 30 22:52:57 2012]Local/CKD/ckd/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Sep 30 22:52:57 2012]Local/CKD/ckd/admin/Info(1012669)
    Calculating [ Account(All members) Year Tot(All members)]
    [Sun Sep 30 22:52:57 2012]Local/CKD/ckd/admin/Info(1012677)
    Calculating in serial
    [Sun Sep 30 22:54:50 2012]Local/CKD///Error(1013080)
    Already Connected to Server -- The previous connected request still running, try again
    [Sun Sep 30 23:04:31 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]
    [Sun Sep 30 23:04:41 2012]Local/CKD///Info(1013210)
    User [admin] set active on database [ckd]
    [Sun Sep 30 23:04:42 2012]Local/CKD/ckd/admin/Info(1013091)
    Received Command [Calculate] from user [admin]
    [Sun Sep 30 23:04:42 2012]Local/CKD/ckd/admin/Info(1012675)
    Commit Blocks Interval for the calculation is [3000]
    [Sun Sep 30 23:04:42 2012]Local/CKD/ckd/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Sep 30 23:04:42 2012]Local/CKD/ckd/admin/Info(1012669)
    Calculating [ Account(All members) Year Tot(All members)]
    [Sun Sep 30 23:04:42 2012]Local/CKD/ckd/admin/Info(1012677)
    Calculating in serial
    [Sun Sep 30 23:18:45 2012]Local/CKD///Info(1013210)
    User [trnadmin] set active on database [ckd]
    [Sun Sep 30 23:18:45 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [SetAlias] from user [trnadmin]
    [Sun Sep 30 23:18:45 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetOtlUMC] from user [trnadmin]
    [Sun Sep 30 23:18:45 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [SetSpanRPM] from user [trnadmin]
    [Sun Sep 30 23:18:45 2012]Local/CKD/ckd/trnadmin/Warning(1013254)
    Hybrid Analysis spanning cannot be enabled on database [ckd] in application [CKD]. Check if the database has Hybrid Analysis and if span into relational source is enabled.
    [Sun Sep 30 23:18:45 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetAttributeNameSpecs] from user [trnadmin]
    [Sun Sep 30 23:18:46 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetOtlInfo] from user [trnadmin]
    [Sun Sep 30 23:18:46 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [OtlQueryMbrs] from user [trnadmin]
    [Sun Sep 30 23:18:48 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [ListAliases] from user [trnadmin]
    [Sun Sep 30 23:18:48 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [OtlQueryMbrs] from user [trnadmin]
    [Sun Sep 30 23:18:49 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:18:49 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:18:49 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:18:49 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:18:50 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:18:50 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:18:50 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [ListAliases] from user [trnadmin]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0.094] seconds
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [0] non-Dyn.Calc.Cache : [0]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:11 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:16 2012]Local/CKD/ckd/trnadmin/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0.531] seconds
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [0] non-Dyn.Calc.Cache : [0]
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:19:17 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Sun Sep 30 23:26:16 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]
    [Sun Sep 30 23:49:07 2012]Local/CKD/ckd/admin/Info(1012600)
    Member [Contribution%] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Sep 30 23:49:07 2012]Local/CKD/ckd/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Sep 30 23:49:07 2012]Local/CKD/ckd/admin/Info(1012669)
    Calculating [ Scenario(All members) Product(All members) Region(All members) Customer(All members) Salesperson(All members)]
    [Sun Sep 30 23:49:07 2012]Local/CKD/ckd/admin/Info(1012677)
    Calculating in serial
    [Sun Sep 30 23:49:08 2012]Local/CKD/ckd/admin/Info(1012600)
    Member [Contribution%] attempts to divide by Missing, Invalid, or Near Zero value (Message will not repeat)
    [Sun Sep 30 23:49:08 2012]Local/CKD/ckd/admin/Info(1012717)
    Remote bitmap cache is [Disabled]
    [Sun Sep 30 23:49:08 2012]Local/CKD/ckd/admin/Info(1012669)
    Calculating [ Scenario(All members) Product(All members) Region(All members) Customer(All members) Salesperson(All members)]
    [Sun Sep 30 23:49:08 2012]Local/CKD/ckd/admin/Info(1012677)
    Calculating in serial
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0] seconds
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [0] non-Dyn.Calc.Cache : [0]
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:09:00 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0.157] seconds
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [0] non-Dyn.Calc.Cache : [0]
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 00:10:16 2012]Local/CKD/ckd/trnadmin/Info(1013091)
    Received Command [GetSelectedMbrInfo] from user [trnadmin]
    [Mon Oct 01 01:12:09 2012]Local/CKD///Info(1013214)
    Clear Active on User [trnadmin] Instance [1]
    [Mon Oct 01 01:17:07 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]
    [Mon Oct 01 01:17:12 2012]Local/CKD///Info(1013205)
    Received Command [Get Database Info]

  • Essbase Calculation Script taking more time in new environment

    Hi Everyone:
    We have four environments in our implementation.
    1. DEV Environment - 64 bit Essbase Version 11.1.1.3
    2. PreProd Environment - 32 bit Essbase Version 9.3.0
    3. PreProd Environment - 64 bit Essbase Version 11.1.1.3
    In the above mentioned environment PreProd Environment - 64 bit Essbase Version 11.1.1.3 is a newly installed
    environment.
    We have migrated our Application from PreProd Environment - 32 bit Essbase Version 9.3.0 to PreProd Environment - 64 bit Essbase Version 11.1.1.3. A calculation script that takes only 20 minutes in 32 bit PreProd is taking more than
    5 and half hours in newly installed 64 bit PreProd.
    We have also migrated our Application from DEV Environment - 64 bit Essbase Version 11.1.1.3 to PreProd Environment - 64 bit Essbase Version 11.1.1.3. The calculation script that takes only 20 minutes in 64 bit Dev is taking more than 5 and half hours in newly installed 64 bit PreProd.
    All the server settings and cache setting everything looks similar in all the three environments.
    Please advice us what are all the possibilities that creates the issue.
    Thanks and Regards,
    Prabhakar.

    Hi Cameron,
    Thanks for your reply.
    I have cross checked the Virtual memory in both servers,in new server it was declared high.
    Please find the cfg setting which we are using in our application.
    AGENTPORT 1423
    SERVERPORTBEGIN 32768
    SERVERPORTEND 33768
    AGENTDESC hypservice_1
    ;CSSREFRESHLEVEL auto
    ;SHAREDSERVICESREFRESHINTERVAL 30
    CALCCACHEHIGH 199999999
    CALCCACHEDEFAULT 150000000
    CALCCACHELOW     10000000
    CALCLOCKBLOCKDEFAULT 3000
    DATAERRORLIMIT 10000
    UPDATECALC FALSE
    EXCEPTIONLOGOVERWRITE FALSE
    CALCREUSEDYNCALCBLOCKS FALSE
    PORTUSAGELOGINTERVAL 15
    QRYGOVEXECTIME 600
    LOGMESSAGELEVEL INFO
    CALCPARALLEL 6
    MAXLOGINS 100000
    AGENTDELAY 100
    AGENTTHREADS 30
    AGTSVRCONNECTIONS 10
    SERVERTHREADS 25
    EXPORTTHREADS 1
    SSLOGUNKNOWN FALSE
    CALCNOTICEDEFAULT 10
    NETRETRYCOUNT 3000
    NETDELAY 2000
    __SM__BUFFERED_IO TRUE
    __SM__WAITED_IO TRUE
    and aslo find the caches that we define:
    Index cache:250000
    Data Cache:250000
    Data file cache:32768
    The all above settings are identical both servers.
    In New server ,only one script that is taking more time but remaining scripts are working fine with less time.
    We also did one test cause that splitting the script in to multiple and executed ,in this cause the script where we are using direct assigning value from member(say A1) to another member(Say A2) is taking more time.But same scripts we executed in old server it executes fine.
    Still we are not able to find out exact root cause for this issue.
    Could please anyone help me to resove this issue.
    Regards,
    Prabhakar.

  • Complex Essbase MDX Issue - Need Guidance

    Hi,
    I have a complex Essbase issue in ASO version 11.1.2.2. Currently I have a MDX formula with a Measure member named '10th Percentile'. It calculates the 10th Percentile perfectly. So new requirement is to create a new Measures member and instead of calculating the '10 Percentile' value, it needs to display the Customer Name of the value that is the 10th Percentile from the Customer dimension. So if I do a retrieval and the '10th Percentile' is 3.23, then it needs to display the Customer Name of the 3.23.
    So I altered the formula to do what I think needs to be done and it verifies. However if I retrieve on that new measure in the Excel Add In, I get and error: An error [1200315] Occured in Spreadsheet Extractor. However if I navigate without data I don't get the error, but I also don't get any data, which I obviously need. So my question is, if MDX support reporting on Metadata not just Data, what/how can one report on it? Ideally I need to have this work in the Excel Add In as the client is using a custom vba modified template for their end users.
    Any ideas and help?

    Here's the formula. I bolded the part that is new.....
    IIF ( [Lbs Per Yard].CurrentMember IS [Lbs Per Yard].[No_Lbs/Yd] ,
    IIF( [Count_Price] = Missing, Missing, IIF( [Count_Price] < 2 , Missing,
    { Order (
    Filter ( CROSSJOIN ( Leaves ( [Service].CurrentMember)
    , Filter ( CROSSJOIN ( Leaves ( [Segment].CurrentMember)
    , Filter ( CROSSJOIN ( Leaves ( [Customer Type].CurrentMember)
    , Filter ( CROSSJOIN ( Leaves ( [Zip Code].CurrentMember)
    , Filter ( CROSSJOIN ( Leaves ( [Quantities].CurrentMember)
    , Filter ( CROSSJOIN ( Leaves ( [Frequencies].CurrentMember)
    , Filter ( CROSSJOIN ( Leaves ( [Yardages].CurrentMember)
    , Filter ( Leaves ( [Contract Year].CurrentMember)
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing ))
    , [$/Yd] <> Missing )
    , [$/Yd] /*this is the measure we're using for sort */
    , BASC /* sort in $/Yd in ascending order */
    ) AS OrderedSetOfItems} /* here we define an alias for the set in order to be able to use it later */
    .Item ( Round ( Count ( OrderedSetOfItems) *
    10 / 100 /*where we specify which percentile is being calculated */
    + 0.5 , 0 ) -1 ) *.Item (3-1).[MEMBER_NAME]*
    /* this takes Nth item from the ordered set (0-based index, hence -1) */
    /* .Name takes its name */
    , Missing )

  • Essbase Memory issue

    Hi All:
    I have an Essbase BSO cube with 35 G of page files and 6 G of index files. The version is 11.1.2.2. The data cache setting is 8G. The index cache setting is 6G. Now the issue is the memory for the essvr.exe service is about 16G and the memory is not released when no activities at the cube. The server has about 24G memory. Now I need to add two duplicate cube with the same configure to the server which makes the server memory always as 98%.
    My questions are:
    1. Is memory required equal to data cache + index cache + data file cache? How about the calc cache? Currently Calc cache high is 2G.
    2. Why the memory did not get released if there is no activity?
    3. What is the optimal setting for the caches? Now the index cache hit ratio is 100% and data cache hit ratio is 50%.
    4. What else can I do except asking sys admins to add more memories?
    PS. The cube is reset every night and reload all 35G data. After that an Agg is run.
    Thanks
    Edited by: user8838483 on Feb 26, 2013 3:28 PM

    By setting cache sizes large you prevent the op system from keeping things in ram that are most frequent needed
    This is done using memory mapped io automatically.
    So set the caches low except during calculations then since you want to have the index files in ram
    Much more than the data files you would raise the index cache just b4 the calc and lower it afterwards. Do it for loads also (large ones not simple lock and sends)
    I agree with Cameron this might do better as ASO but I also note that the ratio of index file size to data file size is quite large consider increasing your block size.

  • Analyzer 611 Calculation ISSUE

    Hi,I have the following table:-------------------------------------- |jan|feb|mar|apr| AVG | SUM--------------------------------------Real |10 |15 |n/a|10 | n/a | n/a --------------------------------------LastYear |15 |15 |15 |15 | 15 | 60--------------------------------------I inserted 2 calculations (AVERAGE and SUM) based on all members. When i've got cells with nothing in it (n/a or -) the result obtained is n/a or - !!!!!!!! Did you had similar results? Is it because i'm working with essbase v6.1 (instead of 6.1 or higher)?Thanx for your helpSeb

    This is a known issue with Hyperion. (I don't have the bug number, however.) As a workaround, I found that suppressing missing rows or changing missing values to 0 gets the calculations to compute.

  • Essbase calculation message

    Hi
    We see following happening in our essbase environment.
    1. User submits data from a custom lock/send template.
    2. The customised template also runs a calc after the lock/send from the same button.
    When we look at the Application log on server logs we see that the calc is finished. But the Essbase Admin Services session manager still keeps showing the "calculate" session. This calculation session from EAS session manager window goes away only after a "network error" in the Application log on the server.
    example:
    [Mon Dec 13 05:02:32 2010]Local/REVFCST/REVFCST/glabalette/Error(1042013)
    Network error [145]: Cannot Receive Data
    Any idea why would this happen.
    Thanks for your help.

    ==>This problem is encounterd only when users submit their data from Lock/Send template.
    Call me crazy but I would focus my attention the lock&send template
    Here are the questions that I would ask myself.
    1) Does this sheet work for any users or do all have the problem?
    2) Can I recreate the issue?
    3) Reboot the pc, open only the lock&send template. Does the error still occur?
    4) Does the code behind the button use the tool kit or the menu equivalents? i.e. do the functions begin with EssV or EssMenu?
    5) can you display the return codes for the lock & send? What are they?
    6) Look in the code and find the calc script name. Using the Essbase menu while in the template, Select lock, Send and then from the menu, calculate. Does this work?
    7) What version of excel are you running? has there been an upgrade?
    8) how big is the workbook? Workbooks corrupt over time. Do all users open the same book or do they have local copies?
    9) In Excel, find the last cell that has ever had data in the sheet. If the last row is 65,000 then essbase may be waiting for Excel. Find this with Edit->Go To.., Special & then select last cell.
    10)In the Essbase addin, check the message level. There may be a message that you are not seeing. Essbase->Options then global.
    This list is off the top of my head & not in the order of importance, Sorry.
    Dave

  • Income Tax Calculations - Issue

    Client is saying that as per their existing SAP system, the Income tax calculation is made on Gross salary. And they are saying that if any additional taxable payout is made in a month to an employee, then the total tax on this additional payout should be paid by the employee in the same month. So basically his total tax would be the (general regular monthly tax + total tax on the additional payment), which as per them the system is not calculating correctly since October 2010.

    Hi,
    Thanks for your reply Jurgen & Remi.  I am pretty new to Payroll & this is India Payroll.
    Now, the issue is how should I proceed ahead.
    1. The client says that the wage types are already configured in the system in such way that on certain wage types, the tax which is calculated is paid in the same month. Can u pls inform that which processing class & cumulation class do I need to check in Table 512w_d for this wage type.
    2. As I need to see this whole functioning in Schema, pls guide as to where I should check this whole tax calculation in Schema.
    3. The function I have heard which is used is India for Income tax is INTAX.
    Looking forward to your reply.
    Thanks a lot!!!
    Edited by: SAP ST on Nov 25, 2010 7:24 PM

  • Essbase copy issue

    Hi
    We have an issue with Essbase cube copy in EAS (essbase and eas are in version11.1.2.2) .  When we copy a cube we expect the access for the users and groups to be also available in the copied cube ie say groupA is assigned read access to cube1 but if we copy cube1 to cube2 we cannot see that groupA is also assigned read access to cube2 .  This issue did not happpen in System 9 and this is major issue for us since we rely on the process of taking snapshot of the cube monthly basis and losing the secuirty of the cube when copying is not acceptable

    Are you copying it within the server / across server?
    I am not much familiar with LCM but if you are using it may be I guess you can do it from there.
    If LCM cannot hep you, you can achieve it using Maxl as Sh!va said . Take an export of the security, parse it using BATCH (Windows) / SHELL SCRIPT (UNIX) and update the security again (Export will serve as security backup too ).
    We had an application way back in v6.5.7 and we did the same way.
    Amarnath
    http://amarnath-essbase-blog.blogspot.com

Maybe you are looking for