CONSOLIDATION properties

Hi All,
Can anyone shed some light on the consolidation engine required properties? For example, what are these properties for:
- FX_DIFFERENCE_ONLY in Category dimension
- FX_SOURCE_CATEGORY in Category dimension
- VARIATION in Account dimension
- COPYOPENING in Datasrc dimension
- DATASRC_ORIG in Datasrc dimension
- DATASRC_TYPE in Datasrc dimension
- IS_CONSOL in Datasrc dimension
- IS_CONVERTED in Datasrc dimension
- OPENING_DATASRC in Datasrc dimension
- DATASRC_LEVEL in Groups dimension
- ENTITY in Groups dimension
- FIRST_CONS_DATE in Groups dimension
- STORE_ENTITY in Groups dimension
- STORE_GROUP_CURR in Groups dimension
- FLOW_TYPE in Flow dimension
- ISINPUT in Flow dimension
- MONTHNUM in Time dimension
Any comprehensive documentation pertaining to the consolidation engine would be greatly appreciated.
Thanks,
Regis

Thanks Marvin,
However the documentation is still a bit dark about some usage. For example, in Category dimension, property OPENING_PERIOD, it says one can use an absolute or relative amount. How do we specify a relative period?
Thanks,
Regis

Similar Messages

  • How can i access properties from APP server through JNLP with ot using JAR

    Hello
    i want to retrive a Properties file from WL-7 app installed location like :bea/home/externalized.properties
    now i want to use this properties file throgh out the application. if any property is changed in "externalized.properties" that could be reflect dynamically in my code.
    So my requirement is :
    The current implementaion is using the JNLP down load the required code which contains the properties in .jar files, i have around 500 properties which are embedded in differnet .jar files with differnt property name. So i want to make all 500 properties to get out side from the jar files. and keep that consolidated properties in a single location and access it dynamically after deployed my ear file in wl7 app server.
    my application is implemented in SWING and EJB now i want to create an ear file which can be deployed any instance or cluster of WL7 app server.
    My Q:
    1. How can i access properties file through JNLP? (not a single property, want to access all properties in externalized.properties)
    2. is thare any known issue with SUN to load properties file through JNLP?
    your help is highly appreciated.
    -Siva

    Hey Thanks for your response,
    My question is Still not answered,
    see infact i have different type of environments to launch my application.
    infact my weblogic is deployed at remote location whihch is installed in linux,
    code is exist in our local system.
    At the time of code build for my local system i'm not able to get the properties from remote WL server,
    so at the time of code compilation and making the EAR file i'm not having this externalized properties file in newly generated EAR file.
    so once i copied my EAR in to WL7 cluster and i'm running the application using startAdminserver.sh, in this script file i'm defining the
    java -DexternalizedProperty=$WL_HOME/externalizedProperty.properties so now i'm able to get this properties to 'externalizedProperty"
    But when i download my application required jars, at this time i does not having the property file in my downloaded JAR files.
    So i want to access the remote properties file in suh sistuation.
    now i'm runnig the application at my local side to launch and Server side as well.
    So i have 2 runtimes 1 is my local and another is my server. In this case using "-DexternalizedProperty" i'm able to get this in server side,
    once control is come to local system it is not able to find this "-DexternalizedProperty" [externalizedProperty].
    Hope now u get my scenario..
    Thanks,

  • Consolidation operator

    Hi
    I just started learning Essbase, Apologies if my question is not straight forward.
    How to set consolidation operators using rules file instead of doing through member properties.
    Thanks in advance

    not a silly question but one that has been asked many times. Yes you can build the properties in a dimension build rules file. In your source you would have the property set and reference the column in the rule following the item it refers to. For example suppose you have the following
    Net Income +
    ----Sales +
    ----Expenses -
    and in yout load file you have
    Accounts,Net Income,Sales,+
    Accounts,Net Income,Expenses,-
    The first column would be set to gen 2, Accounts, the second column to gen 3, accounts, the fourth to Gen4,Accounts and the fifth to Property 4, Accounts
    In the database administrators guide (DBAG) look at Setting Member Consolidation
    Setting Member Consolidation
    Member consolidation properties, which are listed in Table 16, Consolidation Operators, determine how children roll up into their parents. By default, new members are given the addition (+) operator, meaning that members are added. For example, Jan, Feb, and Mar figures are added and the result stored in their parent, Qtr1.
    Note:
    Essbase does not use consolidation properties with members of attribute dimensions. See Calculating Attribute Data.
    Table 16. Consolidation Operators
    Operator
    Description
    +
    Adds the member to the result of previous calculations performed on other members. + is the default operator.
    Multiplies the member by –1 and adds it to the sum of previous calculations performed on other members.
    Multiplies the member by the result of previous calculations performed on other members.
    Divides the member into the result of previous calculations performed on other members.
    Divides the member into the sum of previous calculations performed on other members. The result is multiplied by 100 to yield a percentage value.
    ~
    Does not use the member in the consolidation to its parent.
    ^

  • Rule File Consoldation Properties Detail

    I have two questions, I need to review all my post becasue i have asked this question before but can not find the details needed!!!!!
    so
    I have a BSO cube and in the Consolidation properties it is "~" in the load rule but i need to make all ~ Label only
    Please advise

    OK
    well try this
    I have a BSO cube that has 1444 ~ within one Dimension , I want to changes these ~ to Label Only, i changed the dim build file from ~ to O
    and I am now getting a error
    Object [BlueBook] is locked by user [admin@Native Directory]
    Dimension build failed. Error code [1060053]. Check the server log file and the dimension build error file for possible additional info.
    Unexpected Essbase error 1007083
    Object [BlueBook] unlocked by user [admin@Native Directory]
    but the file run fine when the member properties is ~
    Error 1060000-1060999 Outline API ??????
    trying to check the logs ??
    HUMMMMMM
    Edited by: Next Level on Aug 29, 2012 11:32 AM

  • Multi-tier hierarchy consolidation

    In an outline with multiple tiers of consolidation. (ie. "sales offices" with cities consol to states, states to regions, regions to territories, territories to contries) The desire is to find a technique which allows consolidation only to the "selected" node. ie. recalc and consolidate just the cities within the states of "New England" and the "New England" parent.I have tried "Fix" on the descendants of "New England", which then does not allow for "Calc Dim" or "Agg". Intelligent calc most be kept "Off".Many thanks

    Don't presume :)No fix statement unless you want to fix on another dimension. For this dimension all you need is @IDESCENDANTS("New England");I know this looks confusing at first because you are expecting to see an equation, but this works. Let me try to break down the idea to a simpler example and then work our way back up to your situation.Let's say you have a member "Net Sales" and "Net Sales" has a member formula on it "Gross Sales" - "COGS";Now in order to get Essbase to execute that member formula one of the following has to occur (Assuming "Net Sales" is a stored member). You can consolidate the entire cube CALC ALL;, you can consolidate the dimension CALC DIM(Accounts);, or you can call the member to execute the member formula "Net Sales";.By adding a single entry to my calc script "Net Sales"; Essbase will go to that member and execute the member formula.Okay, armed with that understanding of Essbase behavior, let's take a step further. Let's say "Net Sales" does not have a member formula, but it has two children, "Gross Sales" and "COGS". "Gross Sales" has a '+' consolidation property and "COGS" has a '-' consolidation property. Same applies as above, you can calc the dim, you could run an AGG(Accounts);, or you can just call "Net Sales";. Essbase will go to "Net Sales" and calc it based on it's children's consolidation properties.So back to your situation. By having a single line entry in your calc script "New England"; Essbase would look at the consolidation properties of "New England's" children and calculate the value for "New England". Based on your example, it would appear "New England" has more than one level below it, so in order to go all the way down to level 0 and roll up to "New England", we put a single line entry in our calc script @IDESCENDANTS("New England");Essbase will understand it is supposed to derive the value of "New England" and it will roll up the members below it, member formulas and all, to derive the value for "New England".I probably could have made my response shorter, but I wanted to try and be thorough. Hope that helps you to understand the behavior and how to get the results you need.Regards,Gary Crisci, C.H.P.Senior ConsultantPinnacle Group [email protected]: GaryPGWW(800)403-0795 x8734

  • DataStorage Properties

    Hi,
    Is there anyway to change the Data Storage Property automatically with out changing manually in the outline.?
    I want to change Stored Member to Dynamic Member automatically.
    Thanks,
    Naresh Mopala.

    There is a link to the differences for ASO on the same page - http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/alocare.html#alocare1055642 - "Table 205. Valid Consolidation Properties for Members of Aggregate Storage Outlines"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Drill Through in EIS

    I am having an issue with EIS metaoutline. Below is my scenario,
    We have a metaoutline for drillthrough from ASO cube with multiple hierarchies enabled. So by default the dimension becomes 'Label Only' and the dimension data value is inherited from the first member under the dimension. So when the cube retrieval is done the value of the dimension is displayed as the value of its first child but when a drill through report is launched at the dimension level the result is the sum of all the members under the dimension. I have the dimension marked as label only in metaoutline and changed the consolidation for only the first rollup as '+' whereas others as '~' but still for some reason the drill through SQL is considering everything. Is there anything I am missing on this design which I am not aware of or is it a known issue in EIS?

    I haven't used EIS for a while, but I would be surprised if drill-through cares about consolidation properties. You might be able to work around it by using custom SQL with a CASE condition on the top-level member.
    That said (not sure which version you're on), the 9.3.3 release notes for EIS (http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/eis_93300_readme.pdf) state: "When working with drill-through reports for alternate hierarchies, you must create a separate drill-through report for each hierarchy."

  • Best way to clone a System 9 environment?

    Hi,
    To begin, I'm very new to the Oracle/Hyperion scene, so please forgive me if I'm not providing enough information...
    I have a stable System 9 environment (HFM, FDM, etc.) in production running on 5 Windows 2003 virtual servers (the SQL databases are stored on a 6th server). I'd like to clone the 5 Hyperion servers to create a development environment. We've tried this before, and even though the "clones" have different server names and everything has been re-registered with shared services, we're still getting a lot of cross-talk between the newly cloned development environment and the production environment.
    I opened a ticket to Oracle, and they recommended reinstalling everything on new servers, then using the 'HfmCopyApplication.exe' that's located in the '..\hyperion\FinancialManagement\Server\' directory to migrate our application from production to development. That is definitely an option, but I'd prefer to be able to clone the existing environment and make a few configuration changes on the new servers to get everything working. That way, I can make sure that the two environments are identical except for the server names, rather than having to reinstall everything and make sure all of the small system tweaks and patches have been applied...
    Is something like this even possible?

    Here's one for you guys....
    I rebuilt a new environment from scratch, then I copied the app, migrated the shared service user/group/class info (including SID's so that everything would match), registered the app in workspace, and reimported the security file.
    When normal users attempt to access the app through workspace they get errors saying that the app does not exist. If I look at the Consolidation properties for these users, the cluster name is shown as the production cluster name! Oddly my account works as expected and my cluster shows as the dev cluster!
    Since I have so much free time sarcasm I rebuilt the entire environment and copied yet another fresh app today and have the exact same problem......
    I have a pending ticket with Oracle and am waiting for some feedback from them.
    Any of you guys see something like this?

  • KPI -How does the periodicity works in SM

    Periodicity is @ Context level only? That means we have to define different contexts for weekly &monthly? That doesnu2019t fly good
    How does the periodicity works in SM..data entry as well as frontend display?

    Hi TR,
    When looking at a scorecard, you should see the status for all objectives and KPIs during the same time period. If you look at Revenue KPIs for just one week and Cost KPIs for the whole month, how can you assess how you performed in that month?
    This doesn't mean that the metrics in PAS cannot have different periodicities. They can! But when looking at data in the scorecard these periodicities will be converted to the scorecard periodicity. For example if you have monthly metrics and you are looking at scorecard data quarterly, the scorecard will show you the value for the 3 months of that quarter. Here, you should take care to define the proper time consolidation properties for the metric (it can be SUM, like in costs or revenue, AVERAGE, LAST, FIRST...).
    Likewise, if you have quarterly metrics and you want to see scorecard data monthly, then PAS does a breakdown of the value per months.
    Anyway, if you are looking to setup a weekly scorecard, that will likely include a different set of metrics that a monthly scorecard would. Weekly scorecards will problably include more operational metrics and will lack the strategic focus of scorecards with a broader time scope.
    Regards!
    Ricardo

  • Changing Storage Property via C API

    I am trying to change the storage and consolidation properties via the C API with the following code:memberInfo->usShare = ESS_SHARE_DATA;memberInfo->usConsolidation = ESS_UCALC_SUB;cout << "EssOtlSetMemberInfo... ";status = EssOtlSetMemberInfo( outline, phMember, memberInfo );cout << status << '\n';I get no errors when I do this and know that phMember points to the correct member. After doing this, I write, restructure, and close the outline, but the changes to the Storage and Consolidation tags are lost.And ideas or requests for more info?Thanks!Bill

    Hi Shanti,
    Thanx alot for helping on both posts, I answered you on the other one and I think the same answer aplies to this one too, I fond this on help.sap
    "PCD Roles: These are semantic objects that represent collections of content that can be assigned to a user.
    There is no public API for accessing these roles."
    here the link
    http://help.sap.com/saphelp_nw70/helpdata/en/44/43863b2e641193e10000000a155369/frameset.htm
    accordint to that then is no way to modify the Role via API to achieve this, or do you thing this is only on 7.0 and now in 7.1 it is posible?
    Thanx in Advanced!
    Kind Regards,
    Gerardo J

  • Using calc script function when setting substitution variable value

    I would like to be able to execute the below, but this wont work since it is a combination of MaxL and calc script syntax:
    alter database 'App'.'DB' set variable 'Var1' @PARENT("Day 1");
    The following does not work either for the same reason:
    set A = @PARENT("Day 1");
    echo $A;
    alter database 'App'.'DB' set variable 'Var1' $A;
    Is there a correct way to do the above, and is it even possible? Or will the variable literally have to contain the value "@PARENT("Day 1")" to be later parsed in a calc script?

    Hi James. I was hoping that 'query database' with the 'member info' option was going to include the parent in the result set, but it's just a bunch of storage / consolidation properties so no luck there.
    The only idea i could come up with (and this is getting pretty clunky) would be to use MaxL to execute a report script (or MDX query, but the output would be different and probably harder to parse):
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    {SUPHEADING}
    {TABDELIMIT}
    <ROW("YourDimension")
    <PARENT &YourSubVar
    !This spits out a tab delimited file containing just one line - the name of the parent of the member named in &YourSubVar, and one data value, tab delimited. You could then parse the output in cmd (I'm assuming you're on Windows) using FOR /F to grab the first value and then pass it back in to a subsequent MaxL command to update the value of the second subvar (as referenced in your fix).

  • Import into Consolidation system failed

    Hello,
    We are on NW04s and tryign to import ESS component and other standard components like SAP_JEE,SAP_BUILDT into the Consolidation system and import fails in between with the CBS Log as:
    Build number assigned: 7851
    Change request state from QUEUED to PROCESSING
    INTERNAL BUILD request in Build Space "D77_ESS11ADC_C" at Node ID: 778,177,350
         [id: 7,845; parentID: 7,539; type: 32]
    REQUEST PROCESSING started at 2007-12-14 23:25:37.149 GMT
    ===== Pre-Processing =====
    Calculate all combinations of components and variants to be built...
         "sap.com/ess/jp/fam" variant "default"
    Prepare build environment in the file system... started at 2007-12-14 23:25:37.227 GMT
         Synchronize development configuration... finished at 2007-12-14 23:25:37.227 GMT and took 0 ms
    Development line state verification started at 2007-12-14 23:25:41.336 GMT
    Verification of the development line [ws/ESS11ADC/sap.com_SAP_ESS/cons/active/] SUCCEEDED
    Development line state verification finished at 2007-12-14 23:25:41.352 GMT and took 16 ms
    Cache verification, level 2 (Comparison of attributes) started at 2007-12-14 23:25:41.352 GMT
    Verification of the following object:
         [DC: sap.com/ess/jp/fam, group: 0] SUCCEEDED
    Cache verification finished at 2007-12-14 23:25:41.368 GMT and took 16 ms
         Synchronize component definitions... finished at 2007-12-14 23:25:41.446 GMT and took 4 s 219 ms
         Synchronize sources...
    ===== Pre-Processing =====  finished at 2007-12-14 23:25:50.227 GMT and took 13 s 78 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following error occurred during request processing:java.lang.OutOfMemoryError
    Unknown reason (java.lang.OutOfMemoryError)
    REQUEST PROCESSING finished at 2007-12-14 23:25:50.243 GMT and took 13 s 94 ms
    What can be dome to fix the OutOfMemory Error...?
    Any help would be highly appreciated..

    Hi Shikhil,
    Please do the follwoing
    1. Incrrease the memory size by navigating to Check the CBS settings in the Visual Administrator->Services->Component Build Service-> Tab 'Properties' 
    2.Refer to this thread
    CMS Error importing into Consolidation System
    3.SAP NOTE 723909
    Thanks
    Pankaj

  • ITunes library consolidation

    hello,
    i have consolidated my library hundreds of times. i do it after everytime i add a song. today, however, after i added a bunch more, i clicked <consolidate library>, and the response was "there is not enough room on "C:\" to copy all of the requested files." this made no sence, i checked my C drive properties to confirm my suspisions, and as i though i have 25 gigs left of free space.
    if anyone knows how to fix or get around this i would really appreciate it.
    thanks, gnomegnugz

    I am new but when I consolidated, everything now is not recognised.I deleted I-tunes& reloaded, reset i-pod nano 2 gen, now i have a new useless hunk of frustrating crap on my desk !!!!! I have wasted more time tyring to figure this out that I am going to attempt to return it.

  • Consolidation Error

    Gurus,
    How to handle this issue - I'm getting this error.
    Check the clearing item for interunit posting
    Message no. G00323
    Diagnosis
    Check the settings for clearing item  for postings across consolidation units with regard to the cons chart-based attributes of document type 15. This item may not be initialized and must have the following properties:
    If the retained earnings appropriations are on the balance sheet, the where-applied indicator must be set to 'asset' or 'liability'.
    If the retained earnings appropriations are on the income statement, the item must be situated in the item hierarchy under the totals item 'Appropration of retained earnings'.
    The same item must be used for all document types defined with the business application 'elimination of investment income'.
    System Response
    Error message
    Procedure
    Check the settings for clearing item  for interunit postings, or define a different item in Customizing.

    Hi Sanjay,
    Login to the server machine on which BPC is installed. If it has been installed in C drive, then go to C:\BPC\Data\Webfolders\BPC_MS\SystemLibrary\Logic Library
    There will be a file "MultiCurrencyTrans.LGL". If you can use this in the cript logic for doing currency translation.
    Hope this helps.

  • Consolidation Error Documentation (CSD)

    Hi all,
    I have recently ended upon a consolidation engine error (CSD-070, CSD-080). Searching in the forum I have see some threads talking about some documentation about these errors. Could anyone please send that documentation?
    About the CSD-070 (No Time available) & CSD-080 (No Group Available) errors, does anybody know what they can be related to?
    Kind Regards,
    Rafael
    Edited by: Rafael Moreno on Oct 2, 2008 2:00 PM

    Please find below a list of all errorcodes per stored procedure.
    Alwin
    MSG     SPRUNCONVERSION
    FX-000     ERROR FX-000 Application not Available !
         Appset maintenance in progress
    FX-010     ERROR FX-010 Wrong Application, check your logic
         You may have hardcoded a wrong application in your logic.
    FX-020     ERROR FX-020 No Currency in your Appset ! You must have a Dimension with dimension type = u2018Ru2019 in your Application. !
         You must have at least one member with CURRENCY_TYPE = R In your currency dimension.
    FX-030     Warning : Application without INTCO dimension
         No INTCO Dimension IN your Application.(Dimtype = I)
    FX-040     Warning : Application without Flow Dimension
         No FLOW Dimension IN your Application.(Dimtype = S)
    FX-050     Warning : Application without Datasrc Dimension
         No DATASRC Dimension IN your Application.(Dimtype = D)
    FX-060     ERROR FX-060 No Local currency, You must have a currency with CURRENCY_TYPE Equal to L
         You must have one member with CURRENCY_TYPE = L (Local currency) In your currency dimension.
    FX-070     ERROR FX-070 No Entity available in your Application
         You have to select a parameter which is not a parent.
    FX-080     ERROR FX-080 No Time available in your Application
         Check if in the TIME Dimension, you have the property "MONTHNUM"
         Check if in the TIME Dimension, you have filled properly the property "MONTHNUM". The first Period of the Fiscal year must be 1, and then the second 2u2026.
    FX-090     ERROR FX-090 Problem IN Category Dimension check properties. 
         Your parameter CATEGORY is not valid.
    FX-100     ERROR FX-100 Problem IN Category OR Ratedim Dimension check properties. 
         Your parameter CATEGORY is not valid OR
         You don' t have the Property FX-SOURCE_CATEGORY In your Exchange Rate Dimension (For Simulation) OR
         The Exchange Rate id you chose doesn't exist.
    FX-110     ERROR FX-110 Problem IN Category Or Categhory_for_ope check properties. 
         Your parameter CATEGORY is not valid OR
         You don' t have the Property CATEGORY_FOR_OPE In your CATEGORY Dimension OR
         You don' t have the Property RATE_CATEGORY In your CATEGORY Dimension OR
         You don' t have the Property FX-DIFFERENCE_ONLY In your CATEGORY Dimension
    FX-120     ERROR FX-120 Problem IN Category Or TIME. 
    FX-130     ERROR FX-130 No Group available.
         Check if the selected group has the property CURRENCY_TYPE = "G".
    FX-140     ERROR FX-140 No Currency avalaible
    FX-150     ERROR FX-150 Problem IN Ownership
         Check if you have a base member equal to "METHOD" in the account dimension of the OWNERSHIP cube.
         Check If you have valid information in the OWNERSHIP cube for the selected Category  Time.
    FX-160     ERROR FX-160 No Entity available
    FX-170     ERROR FX-170 No Entity Available
    FX-180     ERROR FX-180 No Datasrc to be converted
    FX-190     ERROR FX-190 No Rate Application
    FX-200     ERROR FX-200 No Rate Extract From FactRate
         No Rate found for the selected category and time.
         Check If the Rateentiy you enter in the parameter is the Same as the one in the Rateentity Dimension
         Check If the Rates in the Rate Cube are in the RATE Dimension with Property Ratetype equal to "FX" OR "FX Rate".
    FX-210     Warning : No Rates found in the opening period
    FX-220     ERROR FX-220 No Rate for reference currency
         Check If you Pivot currency (The base currency to enter the rate, Rate = 1) is filled.
    FX-230     ERROR FX-230 Problem in your Entity Dimension id from your Rate application 
         The Rateentity (Dimension from the Rate cube with Evdimtype = E) you chose does not exist
    FX-240     ERROR FX-240 : No Rate Extract From MbrRate
         No Rate in the RATE Dimension with Property Ratetype equal to "FX" OR "FX Rate".
    FX-250     ERROR FX-250  No Rates found
    FX-260     ERROR FX-260 No Rate in Fact corresponding with Rate dimension
         Check If the Rates in the Rate Cube are in the RATE Dimension with Property Ratetype equal to "FX" OR "FX Rate".
    FX-270     ERROR FX-270 No Formulas extract from FXTRANS
         No Rate formulas in your Fxtrans Table.
         Check if the application name in the Logic.
    FX-280     ERROR FX-280 No values found (T_FIN)
         No values found for the selected Entities . Check if you have values in LC for the selected Entities OR
         Check if the LC values are fro DATASRC with Property IS_CONVERTED not equal to "N"
    FX-290     ERROR FX-290 No values found (Entity  - T_FINANCETMP)
    FX-300     ERROR FX-300 No values found (CLCFXTRANS  - T_FINANCE)
         No values found from FACT table for Account / Flow. Check if you have values in LC for the selected Account / Flow OR
         Check our Fxtrans Table.
    FX-310     ERROR FX-310 No values found (RATE  - T_DATA)
         No account extracted have a corresponding Rate_formula in the Fxtrans table.
    FX-320     ERROR FX-320 No values found (ENTITY - GROUPS - T_FINAL2)
         Check your Ownership and your group_currency values.
         SPRUNCONSO
    CSD-000     ERROR CSD-000 Application not Available !
         Appset maintenance in progress
    CSD-010     ERROR CSD-010 No Subtables. Verify properties FLOW_TYPE, IS_INPUT, SEGNOINV, SUBTABLES_ORIG  
         No Flow available, check the flow dimension, you must have the property "FLOW_TYPE"
    CSD-011     ERROR CSD-011 No instruction retreived from the ELIM table
         No instruction retreived from ELIM Table.
         Check If the Elim id in ELIM table Exist in the ELIMH Table.
         Check if the Account in the ELIM Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST or value from property TYPELIM in the ACCOUNT Dimension)
    CSD-012     ERROR CSD-012 No instruction retreived from the ELIM Table : GROUP_ACC Problem
         No instruction retreived from ELIM Table. GROUP_ACC Problem
         Check if the GROUP_ACC in the ELIM Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST or value from property TYPELIM in the ACOUNT Dimension)
    CSD-013     ERROR CSD-013 No instruction retreived from the ELIM Table : MINO_ACC Problem
         No instruction retreived from ELIM Table. MINO_ACC Problem
         Check if the MINO_ACC in the ELIM Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST or value from property TYPELIM in the ACOUNT Dimension)
    CSD-014     ERROR CSD-014 No instruction retreived from the ELIM Table : EQUITY_ACC Problem
         No instruction retreived from ELIM Table. EQUITY_ACC Problem
         Check if the EQUITY_ACC in the ELIM Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST or value from property TYPELIM in the ACOUNT Dimension)
    CSD-015     ERROR CSD-015 No instruction retreived from the ELIM Table with FLOW Dimension
         Check if the SUBTABLE_ORIG in the ELIM Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST in the FLOW Dimension)
    CSD-020     ERROR CSD-020 No Currency in your Appset ! You must have a Dimension with dimension type = u2018Ru2019 in your Application. !
         No Account extracted from CLCELIM Table, please check the Account from CLCELIM.
         Check if the ACCOUNT in the ELIM Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST or value from property TYPELIM in the ACOUNT Dimension)
    CSD-030     ERROR CSD-030 No Entity Available 
         No Entity extracted. Check if you have the Property INTCO and the property CURRENCY in your ENTITY Dimension
    CSD-040     ERROR CSD-040 No Account
         No Account Extract from Account Dimension
    CSD-050     ERROR CSD-050 No datasrc. Verify Properties DATASRC_TYPE,DATASRC_ORIG, IS_CONSOL
         No Datasrc extracted.
         Check if you have the Property "DATASRC_TYPE" and the property "IS_CONSOL" in your DATASRC Dimension
    CSD-060     ERROR CSD-060 No Rules
         No rules in your CLCRULES Table
         Make sure the METHOD from the CLCRULES is not blank.
         Make sure the I_METHOD from the CLCRULES is not blank.
    CSD-070     ERROR CSD-070 No Time available
         Check if in the TIME Dimension, you have the property "MONTHNUM"
         Check if in the TIME Dimension, you have filled properly the property "MONTHNUM". The first Period of the Fiscal year must be 1, and then the second 2u2026.
    CSD-080     ERROR CSD-080 No Group Available
         Check if the selected group has the property CURRENCY_TYPE = "G".
    CSD-090     ERROR CSD-090 Nothing Extracted From Ownership 
         Check if You have the property "IS_INPUT" in the Account dimension of the OWNESHIP Cube
         Check if You have some base member from the Account dimension of the OWNESHIP Cube with IS_INPUT = "Y"
         Check If you have valid information in the OWNERSHIP cube for the selected Category  Time.
    CSD-100     Warning : Nothing Extract From Ownership for OPENING Period 
         Nothing extracted from Opening period in the Ownership cube.
    CSD-110     ERROR CSD-110 No AccountOwn available
         Check if You have the property "IS_INPUT" in the Account dimension of the OWNESHIP Cube
         Check if You have the property "RATETPE" in the Account dimension of the OWNESHIP Cube
         Check if You have some base member from the Account dimension of the OWNESHIP Cube with IS_INPUT = "Y"
    CSD-120     ERROR CSD-120 No Entity - Method available
         No data found in OWNERSHIP Cube for this method.
         Check if you have METHOD in your ownership cube for the selected CATEGORY - TIME - GROUP
    CSD-125     ERROR CSD-125 No Entity - Method available 
         No data found in OWNERSHIP Cube for this method.
         Check if you have METHOD in your ownership cube for the selected CATEGORY - TIME - GROUP
    CSD-130     ERROR CSD-130 Problem Extracting data from the Fact Table
         No Values found
         Check if You have Some Account from the ELIM Table.
         Check if You have some DATASRC with IS_CONSOL = "Y"
    CSD-135     ERROR CSD-135 Problem Extracting data - C_FINANCE
         No Values found
         Check the Account in the FACT Tables
    CSD-140     ERROR CSD-140 Problem Extracting data  - C_DATA
         No Values found
         Check the Entity in the FACT Tables
         Check the INTCO in the FACT Tables
    CSD-145     ERROR CSD-145 Problem Extracting data  - C_DATA_ALL
         No Values found for those Account And/Or Flow.
         Check the DATASRC in the FACT Linked to the DATASRC_ORIG in the ELIMH Table.
    CSD-150     ERROR CSD-150 Problem Extracting data  - C_REPART
         No Values found for those rules.
         Check the method between METHOD Table and your ownership Cube.
         Check your Rules between the RULES Table and The ELIM Table.
         Check The INTCO.
    CSD-160     ERROR CSD-160 Problem Extracting data  - C_CONSO
         SPRUNCALC
    CALC-000     ERROR CALC-000 Application not Available !
         Appset maintenance in progress
    CALC-010     ERROR CALC-010 Nothing Extract from CALCACCOUNT TABLE  
         Nothing Extracted from CALCACCOUNT Table, check the account, The account must be a as Base Member or an Agregat or a Value in property DIMLIST or a value from property TYPELIM in the ACOUNT Dimension)
    CALC-020     ERROR CALC-020 Nothing Extract from CALCACCOUNT TABLE   (FLOWS)
         Nothing Extracted from CALCACCOUNT Table, check the Subtables, The Subtables must be a as Base Member or an Agregat or a Value in property DIMLIST in the FLOW Dimension)
    CALC-030     ERROR CALC-030 NoTime extract.
         Check your TIME Dimension
    CALC-040     ERROR CALC-040 NoTime extract for YTD
         Check your TIME Dimension.
         Check if in the TIME Dimension, you have the property "MONTHNUM"
         Check if in the TIME Dimension, you have filled properly the property "MONTHNUM". The first Period of the Fiscal year must be 1, and then the second 2u2026.
    CALC-050     ERROR CALC-050 NoEntity extract
         Check your Parameter Entity, it must be an base member (Or a list of base member)  from the ENTITY Dimension
    CALC-060     ERROR CALC-060 NoEntity extract
         Check your Parameter Currency, it must be a base member (Or a list of base member)  from CURRENCY Dimension
    CALC-070     ERROR CALC-070 NoEntity extract
         No values found, check if you have something to calculate for the selected CATEGORY - TIME - CURRENCY
         Check your CALCACCOUNT Table.
         Check : The account must be a as Base Member or an Agregat or a Value in property DIMLIST or a value from property TYPELIM in the ACOUNT Dimension)
    CALC-080     ERROR CALC-080 NoEntity extract
         No Values found.
         Check your CALCACCOUNT Table.
         Check : The SUBTABLES must be a as Base Member or an Agregat or a Value in property DIMLIST in the FLOW Dimension)
         SPCOPYCATEGORY
    CCAT-000     ERROR CCAT-000 Application not Available !
         Appset maintenance in progress
    CCAT-010     ERROR CCAT-010 No Time available in your Application
         Check your Parameter "Time".
    CCAT-020     ERROR CCAT-020 Nothing extracted from the Account Dimension
         Check the property in the parameter.
         Check that this property is in the ACCOUNT Dimension
    CCAT-030     ERROR CCAT-030 No Entities available
         Check your Parameter "Entity".
    CCAT-040     ERROR CCAT-040 No Currency available
         Check your Parameter "Currency".
    CCAT-050     ERROR CCAT-050 No data found
         No data found, check if you have data for the selected CATEGORY - TIME - CURRENCY
         SPCOPYOPENING
    COPYO-000     ERROR COPYO-000 Application not Available !
         Appset maintenance in progress
    COPYO-010     ERROR COPYO-010 No Datasrc Available
         Check if you have Datasrc with DATASRC_TYPE different from "A"
         Check if COPYOPENING Property is equal to Y
    COPYO-020     ERROR COPYO-020 Nothing extracted from COPYOPENING TABLE
         Check your COPYOPENING TABLE
    COPYO-030     ERROR COPYO-030 No Time available
         Check your Parameter "Time".
    COPYO-040     ERROR COPYO-040 No category available
         Your parameter CATEGORY is not valid OR
         You don' t have the Property CATEGORY_FOR_OPE In your CATEGORY Dimension OR
         You don' t have the Property OPENING_YEAR In your CATEGORY Dimension OR
         You don' t have the Property OPENING_PERIOD In your CATEGORY Dimension
    COPYO-045     ERROR COPYO-045 No category available
         Your parameter CATEGORY is not valid
    COPYO-050     ERROR COPYO-050 Problem in COPYOPENING Properties
         Check Opening_year and / Or  Opening period properties in CATEGORY Dimension.
    COPYO-060     ERROR COPYO-060 No Entities available
         Check your Parameter "Entity".
    COPYO-070     ERROR COPYO-070 No Currency available
         Check your Parameter "Currency".
    COPYO-080     ERROR COPYO-080 No Account available
         Check your COPYOPENING Table
         Check if the Account in the COPYOPENING Table Exist. (as Base Member or as Agregat or as Value in property DIMLIST or value from property TYPELIM in the ACCOUNT Dimension)
    COPYO-090     ERROR COPYO-090 No Data found
         Check if you have data for the selected CATEGORY - TIME - GROUP
         SPRUNVALID
    VALID-000     ERROR VALID-000 Application not Available !
         Appset maintenance in progress
    VALID-010     ERROR VALID-020 Nothing extracted from VALIDATION TABLE
         Check your VALIDATION TABLE
    VALID-020     ERROR VALID-020 Nothing extracted from VALIDATION_H TABLE
         Check your VALIDATION_H TABLE
    VALID-030     ERROR VALID-030 Wrong Application, check your logic
         You may have hardcoded a wrong application in your logic.
    VALID-040     ERROR VALID-040 No Datasrc available
         Check your Parameter "DATASRC".
    VALID-050     ERROR VALID-050 No Time available
         Check your Parameter "Time".
    VALID-060     ERROR VALID-060 Nothing extracted from VALIDATION - VALIDATION_H Table
         Check your VALIDATION TABLE
         Check your VALIDATION_H TABLE
         Check the validation iD in VALIDATION and VALIDATION_H Table.
    VALID-070     ERROR VALID-070 No Data found
         Check if you have data for the selected CATEGORY - TIME - GROUP
    VALID-080     ERROR VALID-080 No Data found for the selected period
         Check your PERIOD Property in the VALIDATION_H Table

Maybe you are looking for