Problem with intco dimension (V7)

Dear,
I have following error when processing the intco dimension
[INTCO].[TPNONE] Query [1,6] the intco dimension contains more then one hierarchy, therefore the.....
It has to be something with the FORMULA property
If I remove the [TPTOP]-[TPALL] which stands in the formula property with the member TPNONE, the process is successfull.
The error is strange because there is only one parenth defined...
The formula property is created correctly in the properties..
Does someone knows what to do?
Thx
Best regards,
Benjamin

ID     NEWID     EVDESCRIPTION     PARENTH1     ENTITY     SCALING     ENABLEJRN     FORMULA
TPTOP          Total                    N     
TPNONE          Non-Interco                    N     [TPTOP]-[TPALL]
TPTOPCALC          Calculated Total                    N     
TPALL          All interco     TPTOPCALC               N     
IC_01          ic01     TPALL     E_01          Y     
IC_02          ic02     TPALL     E_02          Y     
IC_03          ic03     TPALL     E_03          Y     
IC_04          ic04     TPALL     E_04          Y     
IC_05          ic05     TPALL     E_05          Y     
IC_06          ic06     TPALL     E_06          Y     
IC_07          ic07     TPALL     E_07          Y     
IC_08          ic08     TPALL     E_08          Y     
IC_09          ic09     TPALL     E_09          Y     
IC_10          ic10     TPALL     E_10          Y     
IC_11          ic11     TPALL     E_11          Y     
IC_12          ic12     TPALL     E_12          Y     
IC_13          ic13     TPALL     E_13          Y     
IC_14          ic14     TPALL     E_14          Y     
IC_15          ic15     TPALL     E_15          Y     
IC_16          ic16     TPALL     E_16          Y     
IC_17          ic17     TPALL     E_17          Y     
IC_18          ic18     TPALL     E_18          Y     
IC_19          ic19     TPALL     E_19          Y     
IC_20          ic20     TPALL     E_20          Y     
IC_21          ic21     TPALL     E_21          Y     
IC_22          ic22     TPALL     E_22          Y     
IC_23          ic23     TPALL     E_23          Y     
IC_24          ic24     TPALL     E_24          Y     
IC_25          ic25     TPALL     E_25          Y     
ENONE          Third party (only for jnl input)     TPTOPCALC               Y     
IC_26          ic26     TPALL     E_26          Y     
IC_27          ic27     TPALL     E_27          Y     
IC_28          ic28     TPALL     E_28          Y     
IC_29          ic29     TPALL     E_29          Y

Similar Messages

  • Problem with Time Dimension generating

    Hello, everybody.
    I have a problem with Time Dimension generating with the help of the Standard Wizard.
    1. I choose Dimensions -> New -> Using Time Wizard
    2. Set Name as "Time"
    3. On the next screen I choose ROLAP: Relational Storage
    4. On the next screen set Start year: 2003, Number of years: 3
    5. On the next screen choose all levels of the Normal Hierarchy
    On the 6-th step Wizard complete 60% of job and hang up doing nothing (buttons "Cancel" and "Help" is active).
    chapter "Create REL_TIME Dimension Using the TIME Dimension Wizard", step 1-6 of tutorial =(
    http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_getting_started_intro/lesson3/less3_relational.htm
    My system characteristics:
    Builder client 11.1.0.7.0, warehouse at local computer.
    can anybody give me any advice about this problem? =(
    thanks in advance.

    Had this issue been solved please?
    I have just come across the exact same problem and this post is the only one i managed to find which describes exactly what is happening to me.
    Thanks

  • Problem with time dimension aggregation

    I have a time dimension with 2 columns:Year and week
    I've created a hierarchy in it to drill down from the year to the week.
    when I report the sales in week level I have the right values but when I report the sales value in year level I don't have the right aggregation.Even if the year Level is a grand Total in the hierarchy.
    The problem is that for all the years I have the same value but when I add the week level to the report Then I have the right values.
    What could be the problem

    Hi,
    1.Actually the drill down Route path is not properly generated with your given key columns in herarchies.
    need to give correct key columns
    like year(YYYY)-->Week(wee should be the unique column for each and evry year)
    suppose:
    2000-sunday
    2001-sunday should be different
    so mostly the problem at your week column make the unique yearweek column as the key identifier at that level
    Every Week is unique cause the logical key is a combination of the year and the weeknumber
    2.if not you need to set individual levels for measures in content tab...
    you mean by the content tab the level tab when you doubleclick into the measure???
    Thanks

  • Performance problem with attribute dimensions - please help!

    Hi everybody,
    I run OBIEE reports on top of EssBase 9.3 ASO cube.
    My cube has 8 regular dimensions and 10 attribute dimensions.
    I am running a query based on:
    - 3 dimensions (TIME, BATCH, MODEL),
    - 2 attributes of BATCH ( SHIFT, SHIFT_STATUS )
    - and one measure.
    The query runs 3 minutes (!) and returns 190 rows.
    If I remove the attributes, the query runs 4 seconds for the same number of result rows.
    My MDX:
    With
    set [TIME6] as 'Filter([TIME].Generations(6).members,
    ([TIME].currentmember.MEMBER_ALIAS = "2009/01" OR [TIME].currentmember.MEMBER_Name = "2009/01"))'
    set [TIME7] as 'Generate([TIME6], Descendants([TIME].currentmember, [TIME].Generations(7), leaves))'
    set [BATCHES] as '[DIM_BATCH_HEADERS].Generations(5).members'
    set [SHIFT2] as '[SHIFT].Generations(2).members'
    set [SHIFT_STATUS2] as '[SHIFT_STATUS].Generations(2).members'
    set [MODEL2] as 'Filter([MODEL].Generations(2).members, ([MODEL].currentmember.MEMBER_ALIAS = "SNF_PCK" OR [MODEL].currentmember.MEMBER_Name = "SNF_PCK"))'
    select
    {[Accounts].[PROD_ACTUAL_QTY_KG]
    } on columns,
    NON EMPTY
    {crossjoin ({[TIME7]},
    crossjoin ({[BATCHES]},
    crossjoin ({[SHIFT2]},
    crossjoin ({[SHIFT_STATUS2]},{[MODEL2]}))))}
    properties ANCESTOR_NAMES, GEN_NUMBER on rows
    from [COP_MAAD.Cop_Maad]
    Thank you in advance,
    Alex
    Edited by: AM_1 on Feb 26, 2009 6:35 AM
    Edited by: AM_1 on Feb 26, 2009 7:03 AM

    Hi Glenn,
    I though that the reason might be the crossjoin with a very large set. The main dimension in this query has ~40000 members.
    Is there in EssBase MDX some analog for NONEMPTYCROSSJOIN() function that exists in MSAS?
    As these two attributes belong to the dimension that is used in the query, for every member of the dimension, there is one and only one member of each attribute. Therefore I though that Essbase should "know" how to behave.
    Thanks for an idea. I will try to increase the space for aggregation - hope this will help...
    Best Regards,
    Alex

  • SPRUNCALCACCOUNT to copy PL results to BS problem with time dimension

    Hi there,
    I'm trying to copy PL result to BS account using account transformation with a simple configuration without informing source period. I'm running the datapackage informing the time dimension. it works fine for 2008.JAN but if we try with 2008.FEB we get same result. We have tried with several time periods allways getting 2008.JAN results copied to BS destination account.
    Any ideas on what we're doing wrong.
    Thanks in advance,
    Regards, Carlos

    Sorry guys, It's working fine.....it was my fault, we have a SP for carry-forward that has a little bug.

  • Basic noobie problem with image dimensions

    Hi folks.
    I'm trying to walk myself through a Layer Masking exercise, but I've run into a 'glitch' involving some very basic Photoshop CS3 sizing elements, and I'm durned if I can see what's going wrong.
    I've print screened the last stage of my PSD and uploaded it to Alkaspace, here:
    http://www.alkaspace.com/free/view_image/a0a4b2304/gearshake.JPG
    The screen you see is made up (on an XPP SP3 laptop) of three basic components;
    1) 'masking2.psd'is the file I created as background. It's 200mm x 200mm x 72 pixels\inch, RGB, 8 bits and white. But I'm not sure that this file has anything to do with my question. Rather, I think it's to do with one or the other of the two jpgs I downloaded from a tutorial site for the purposes of this exercise. These files are: (not the original names which I think were 'example1 and 2)
    2) handshake.jpg 7k
    3) gearwheel.jpg 25k
    Here's my headscratcher:
    Both of these files are 72pi and the same width, 8.82cm. (their heights are different, as you can see)
    Both were set at (if it matters) 100% size.
    So why is handshake front) markedly different in width from gearwheel (rear), when they're both 8.82 cm wide? Why don't the sides of the handshake image line up exactly with the sides gearwheel?
    It's driving me bats. Help would be greatly appreciated :-)
    TX

    >There doesn't seem to be a choice in the Layer's right-click menu to turn off the "mask facility" without also removing the results of the masking process.
    you can right click the mask itself in the layers palette to get a popup menu that lets you "apply" it. that kinda merges it into the rest of the layer.
    >And if the Layer Mask is still activated on a layer, how does one then use the paint brush normally on the layer?
    in the layers palette, on the masked layer, you can click on either the icon for the image data, or the icon for the mask data. try it. see how whichever one you click on gets a little border around it? that tells you which one will get attention when you paint on the layer in the main image.

  • Problem with open dimension hierarchy

    Hi,
    I Am useing BIApps 7.9.6.3 rpd.I Drag Employee Primary Owner Organization Dimension Hierarchy into presentation layer.That Table does not open. it showing processing.I Restarted the servers Also.
    Why It Will Showing Any help.....

    Looks like a bug
    Check this Doc ID 1505504.1 or ID 1415135.1
    Pls mark as correct/helpful if helps
    Edited by: veeravalli on Nov 19, 2012 10:02 AM
    Edited by: veeravalli on Nov 19, 2012 10:05 AM

  • Problem with Disply dimension hierarchy ....

    Hi All,
    I Haved created Dimession Hierarchy.when I place only Hierachy in Report it working fine.when I Add Any Fact Column then I click +symbol it will disply Error Like This.
    Error Codes: OAMP2OPY:ACIOA5LN
    Assertion failure: !(ei == rList.end()) at line 2631 of ./project/webquerymanager/dynamicsql.cpp
    Last time It Working Fine.we are useing 11.1.1.6.4
    Any Help.

    Looks like a bug
    Check this Doc ID 1505504.1 or ID 1415135.1
    Pls mark as correct/helpful if helps
    Edited by: veeravalli on Nov 19, 2012 10:02 AM
    Edited by: veeravalli on Nov 19, 2012 10:05 AM

  • Problems with dimensions after upgrade to 11gRel2. VLD-0917 and ENT-06921

    Hi Gurus
    We´re testing the upgrade path from 10.2.0.5 to 11.2.0.2 and ran into a problem with the dimension-objects (ROLAP).
    When we open the dimension editor, the Structure window shows the correct relationship between the dimension levels and attributes. However, when we look into the details for each level, no attributes are checked, and validating the Dimension gives the following error stack:
    VLD-0917: An unknown error occured while generating DIM_ANSATT.
    An unknown error occurred while generating DIM_ANSATT. Error details: ENT-06921: Level Attribute NAVN does not refer to any Dimension Attribute.
    Translation:
    DIM_ANSATT => DIM_EMPLOYEE
    NAVN => NAME
    We´ve found a workaround, but it´s a bit scary that the objects get corrupted during an upgrade, so we would really like to find the cause and "a real solution" for this problem.
    We can reproduce this in both 11.2.0.1 on Windows and 11.2.0.2 on AIX.
    Any help would be appreciated.
    Best regards
    Helge

    Hi there,
    We have a similar issue.
    Diid you get a solution and what was your workaround?
    Many Thanks

  • Problem in .rtf template with 2 dimensions in rows section

    There is a problem with standard .rtf template: if we select two dimensions in rows, table header (with months) moves left to the position of the second column of row dimension like there is only one dimension in rows (i tested even with 4 dimension in rows, header still starts from the position of the second column of row dimension), in any case default template acts like there is only one dimension in a rows section when a report is being formed, if anybody has already faced that problem maybe you could share an advice to fix it?
    p.s. We usually use 1 and 2 dimension in rows

    i have a suggestion that there is a problem with colspan parameter in xml file that is built when HP starts creating pdf report, could anybody advise where i can find this xml that is used for creating report?
    Edited by: s0uLr1pPeR on 18.05.2012 16:31

  • Problem with drill down in time dimension - OBIEE 11G

    Hello There,
    I have a problem with drill down in time dimension. The hierarchy for time dimension is " Fiscal Year---> Fiscal Quarter---> Month(Name)--->Date". When I select a Time dimension and click results its getting opened in a Pivot table view. The problem here is, when I click the "Total" its getting drilled down to Year ---> Quarter but when I click on "+ sign next to quarter" it should drill down to month for that particular quarter for that particular year but its drilling down to month for that particular quarter for all years.
    Any suggestions are much appreciated.
    Thanks,
    Harry.

    1.) Congrats for resurrecting a year-old thread.
    2.) Your answer is here: "Check the level key of the quarter level...it should include both quarter and year columns. Since a specific quarter occurs every year, quarter column alone can't be used as the level key."

  • Obiee 11g problem with dimension time DATETIME

    Hi experts!
    I have a problem with a column of my time dimension. In my database I have a column called "DATE" and it has this format "01/12/2009 00:00:00" (property column is DATETIME) when I import this table in Oracle Administration I see the same format that my database but I want to see without any Hours,minutes...like this: "01/12/2009"
    How can I fix this??
    Thanks!!!

    Hi alex,
    check the column name your passing and then cast it....the error is not related to that i suppose as it is internal assertion.
    chk this http://tipsonobiee.blogspot.com/2009/06/error-nqserror-46036-internal-assertion.html
    UPDATED POST
    You can alternatively use oracle trunc function in the physical layer to trunc the timestamp.
    1) go to the table where the date column is coming in physical layer
    2) go to the general properties and select SQL and write the SQL of all the columns needed from that table like
    select x,y,z,trunc(date) from table_name.
    3) this truncates the timestamp
    UPDATED POST-2
    By the way which database are you using,if its oracle trunc works out....other databases it wont work
    select trunc(sysdate) from dual in your TOAD and check out.
    hope helps you,
    Cheers,
    KK
    Edited by: Kranthi.K on Jul 27, 2011 3:15 AM
    Edited by: Kranthi.K on Jul 27, 2011 4:01 AM

  • Month Sort Order Problem in Time Dimension(Essbase with Obiee)?

    Hi All,
    I am facing issue with month order in answers.
    First I created BSO cube using Essbase Studio. When i exposed cube in answers, months were sorted in alphabetical order. So i used RANK function with evaluate to arrange month members in proper order. But if i use RANK function it pulls all missing records and it is effecting performance.
    Then i created Time dimension(dimension loading) in essbase from FLAT file,initially it was coming in proper order. But after some time again it sorted in alphabetical order!!!
    I have seen in internate few people saying they didn't face this problem. I
    Please advice...
    Essbase: 11.1.1.3
    OBIEE: 10.1.3.4.1
    RS

    Hi user10300020,
    That's a fairly common problem with months that happens regardless of database source.
    In the logical layer of OBIEE you can specify the sort order on the month name column. Just double click on the month name column and look for the option to set sort order based on a different column. I typically sort the month name based on the month number.
    Give that a shot and tell me if it works.
    -Joe

  • Problem with a multisourced dimension

    Hi Guru's
    I have a problem with a multisourced dimension. Some of the values that are in the tables are not visible when I create a filter and choose all choices, but when facts are set against the dimension these values do show.
    This is the situation: In my physical layer I've got 3 tables that are all pretty similar, structure is like year, quarter, amount. From these three tables I create 3 fact tables and 1 dimension, where the dimension is YearQuarter with two columns (year and quarter) and 3 sources. One of these tables has a quarter 0 (zero). The DimYearQuarter table is innerjoined in the BMM wit all 3 facttables. Changing to right or left outer doesn't change the results.
    In answers when i create a report just with the dimension columns , quarter 0 is not visible. When the measure (where the quarter 0 associated to) is added to my request it shows the values for quarter 0. When applying a filter, the quarter 0 is not visible with "all choices", but a filtercondition works with Quarter is equal to 0.
    Any suggestions are kindly appreciated. If more info is needed, I'm very willing to provide.
    I'm on 10.1.3.4.1 on windows server 2003 (server side) and XP professional as a client.
    Kind regards,
    Gilles

    You should alias the physical tables such that you can then physically join the aliases one to another. Then you should be able to use the dimension table on it's own - for prompting purposes and such.
    (Aliasing of physical tables is an OBI best practice)

  • Problem with number datatype dimension in BIB

    Hi,
    I've got a problem. When I create dimension with number datatype and I assign it to my cube, I cannot use my cube with my BIB presentation object - such as Crosstab. Is this possible only with varchar dimensions?

    It should work, but it would be helpful if you could specify more information, for example which errormessage you are seeing and where.

Maybe you are looking for

  • Vendor History Report

    Dear Experts I have to create a Vendor History Report. is there any standard report for the same?  if yes pls let me know. Thanks in advance Regards

  • Font problem in Crystal report printing

    Post Author: chandansingh CA Forum: Exporting i am using CR 10.0 and .net 2.0 framework. In my report i am using unicode fonts(mangal,arial). Records in Crystal reports are of both font type but when i printing this report it shows only arial font re

  • Does Apple TV work outside the US

    Does Apple TV work outside the US

  • Music spot being saved when I stop a song

    When I play a song and I switch to a different song, the old songs spot is saved and when I go back and play the old song it begins from where I left off. Its really annoying....

  • Pre purchase compatibility query

    Hi - I'm a newbie to this forum as I am thinking about joining the throng leaving the Windows based community to avoid "vista" and moving to iMac Intel. Trouble is I am old enough to remember using DOS [acually machine coding a Zenith before that] an