How to map a cube to a non-leaf dimension level?

Hi,
I'm using AWM 11.2.0.1.0 and Oracle 11.2.0.2.0 on a CentOS 5.4 64-bit system.
I have a time dimension with levels Year, Month, Day, Hour, Half-Hour and several cubes mapping to the Half-Hour level. Now I'm trying to populate a cube using a time hierarchy Year/Month/Day, i.e., the mapping should be done at the Day level, not Half-Hour.
When adding the time dimension, although I specify that aggregation should be done only on the Year/Month/Day hierarchy, I still see all the levels in the mapping view. And when I try to map the Day level to the fact table, I get the following error:
The transaction is not committable: "Invalid Metadata Objects:
Invalid Object "OLAPIN.SSD_BALANCE.MAP1.DATETIME": "XOQ-01930: The cube dimensionality map has no mapped dimension."What is strange is that this used to work on version 11.1.0.7.0 (I have an example of it right in front of me). Am I supposed to do things differently with the new 11.2 version?
Thanks for your help!
Chris

My guess is that this is a result of
BUG 8264467 - REGRESSION FROM 10G : CANNOT LOAD CUBE DATA AT MULTIPLE LEVELS
This was fixed in 11.2.0.1 on the server and may appear to have nothing to do with your problem. Unfortunately there was a bug in the corresponding change in 11.2.0.1 AWM that can cause the symptoms you are having. It may be related to the following AWM bug.
BUG 8889693 - SUMMARY LEVEL MAPPING DOES NOT WORK IF USING DIMENSIONS WITH SURROGATE KEYS
There is an AWM "A Patch" for 11.2.0.1 (Patch 9672534: AWM 11.2.0.1A) that fixed the above bug and several other mapping related problems. You could try this to see if it fixes your problem.

Similar Messages

  • Obiee 11g non-conforming dimensions and nQSError 14025

    Does anyone know how to configure the 11g repository for non-conforming dimensions? This worked fine in 10g. I have upgraded the repository to 11g and it doesn't work anymore. I am receiving the error [nQSError: 14025] No fact table exists at the requested level of detail. I have tried building a simple test subject area and testing different configurations, but I have not had any success.
    Edited by: user10715047 on Jan 27, 2011 12:33 PM

    Ah, I love answering my own questions. :/
    The only way I could make this work was a follows...
    1. Make sure you have a level-based dimension for each of your logical table dimensions (both conforming and non-conforming).
    2. For the fact table measures, set the levels as you did in 10g with the non-conforming dimensions at the Grand Total logical level for each measure.
    3. For the fact table LTSs, set the logical level in the Content tab to the dimension's lowest level for each conforming dimension (leave the non-conforming dimensions level blank).
    Unfortunately, the query generated in 11g will add an additional sub-query to the mix even though it doesn't appear to have any benefit. Therefore in 10g, if you have two logical fact tables with non-conforming dimensions, three sub-queries were required to create the result set. Two queries for the facts and their related dimensions and a final full outer join to stitch the results together. In 11g, you have one query without the measures, two queries with the measures, and the final outer join.
    I am talking to Oracle support about this issue, but I haven't made much progress yet. I asked development to confirm my repository design and they say it checks out. They indicated that the additional query is a design change/enhancement. I am not getting a warm and fuzzy on this one. I'll post back if I make any progress.
    Oh, did I mention that this change has broken queries where I attempt to combine fields from two non-conforming dimensions?!? This worked fine in 10g.

  • How to Map the Unit field  in case of DSO and INFOCUBE

    Dear Experts,
    I have a issue ,Please help me to solve this
    I have DSO as provider ,
    And, i have to map transformations  btw the Datasource and DSO.
    In generic Data source,  i have unit fields like BASME,MEINS (Quantity units) & STWAE (currency field)
    and normal Quantity fields  like KWMNG,OAUME(quantity related),OAUWE (value related).
    In DSO data fields as Key figure info objects like  0Quantity (which have 0Unit as unit of measure) and some other  key figures which have there respective unit of measure in info object  definition.
    So you Please tell me how to map the Quantity ,Amounts, unit fields to key figures that we have.
    (How it will be for both DSO and Info cube is there any difference?)
    Edited by: AnjunathNaidu on Jan 18, 2012 1:20 PM

    Navasamol ,
    If it is works ,will u please tell me what is the difference ,if the transformations btw data source and DSO and
    what is the difference btw data source and info cube and btw DSO to Infocube or cube to cube .
    And i have  seen the Quantity fields  and there respective unit fields are mapped directly  to key figure info object
    in case of Info cube . Its working fine .
    If only 1:1 mapping allowed in DSO data fields key figures and there respective unit of measure characteristic.
    why this difference btw DSO and Info cube can any one explain me in detail.
    Expecting your valuable suggestions.
    Thanks & Regards,
    Anjunath Naidu
    Edited by: AnjunathNaidu on Jan 18, 2012 4:05 PM

  • Mapping and cube browsing

    Hi,
    I have build my first cube in OWB following the book "Oracle Warehouse Builder 11g; Getting Started", but I think that I have some problems with my mappings?
    When I run (start) my stage mapping and dimensions mapping I can see that some rows are selected and inserted, but when I run my mapping to the cube no rows are selected or inserted?
    Another question is how I browse the cube I have created. I just want to make sure that data is present in this cube? I have tried to right-click my cube and select data, but I get an error when I select execute: ENT-06955: Cube Name SALES does not exist in OLAP schema ACME_DWH. Please deploy the Cube SALES into the OLAP schema ACME_DWH. If I use Database Control I can see SALES in the schema?
    I am using 11g R2
    Kind Regards,
    Søren

    Hi,
    When you create a dimension or a cube with ROLAP implementation, their "Deployment Option" will be set to "Deploy Data Object only" by default. If you want to browse data in dimension/cube using "Data Viewer", you have to right click the dimension/cube, click "Configurate..." in the popup menu, find "Deployment Option" property in Configuration editor, set it to "Deploy All" or "Deploy to Catalog only", then deploy and run it again.
    However there is another way to check dimension/cube data if you selected "Deploy Data Object only". You can find dimension/cube implement table, right click on that table, then click "Data...".
    Cheers,
    Dawei
    Edited by: dawsun on May 19, 2010 11:53 PM

  • How to map roles by using JAAS

    Dear all,
    i am implementing JAAS by using my own custom LoginModule, which will access to my database and get user login and password and do verification myself.
    and i know that i need to set the secruity roles, secruity constraint in web.xml, and i have set Login Configuration to Form-Based Authentication.
    here is part of my web.xml:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>LogonMain</web-resource-name>
    <url-pattern>*.do</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>manager</role-name>
    <role-name>sales</role-name>
    </auth-constraint>
    <user-data-constraint>
    <transport-guarantee>NONE</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>LogonMain.jsp</form-login-page>
    <form-error-page>LogonMain.jsp</form-error-page>
    </form-login-config>
    </login-config>
    <security-role>
    <role-name>manager</role-name>
    </security-role>
    <security-role>
    <role-name>sales</role-name>
    </security-role>
    <security-role>
    <role-name>staff</role-name>
    </security-role>
    here is my question, it seems that all data action in my pages are protected, and i dont know how to map a particular user to the role that i define in web.xml.
    so even though i logged in, i still cannot perform data action.
    could anyone nice to tell me what could i do in this case for custom login module which accessing the database to get user login and password ?
    i am appreicated your help !
    thanks
    Kenny

    Hi Matthew,
    so the mapping is defined in orion-application.xml , right ?
    i have something like this
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://xmlns.oracle.com/ias/dtds/orion-application.dtd">
    <orion-application>
    <web-module id="dbLoginModule" path="dbLoginModule.war"/>
    <library path="d:\oc4j904\jdbc\lib"/>
    <!-- mapping for DB Login Module -->
         <security-role-mapping name="manager">
              <user name="ITAH01" />
         </security-role-mapping>
    <jazn provider="XML">
    <property name="role.mapping.dynamic" value="true"/>
    </jazn>
    <log>
              <file path="application.log"/>
         </log>
    <data-sources path="./data-sources.xml"/>
         <namespace-access>
              <read-access>
                   <namespace-resource root="">
                        <security-role-mapping name="&lt;jndi-user-role>">
                             <group name="administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </read-access>
              <write-access>
                   <namespace-resource root="">
                        <security-role-mapping name="&lt;jndi-user-role>">
                             <group name="administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </write-access>
         </namespace-access>
    </orion-application>
    just wondering the library path should point to where ?
    <library path="d:\oc4j904\jdbc\lib"/> this is the default path

  • How  to map the Third Party materila for Job Wok process in our Plant

    Dear All,
    please guide me how  to map the  Third Party  Subcontracting in Our Plant Means Customer materials to be Processed  in our Plant and  then we have to sent to customer after processing.
    please  Brief me  with the Proces sflow
    Reagrds
    kishore Edagali

    1) create a 2 material as non valuated (one incoming material "A1"& after processed material"B1")
    2) create a BOM. for A1
    & assign the B1 and maintain respective conversion
    3) create a routing for A1 and assign the relevant work center
    4) create a manual PO to receive the material from customer and store it in storage location
    5) create a production order and release the order  in co01
    6)issue the material :B1 to the order 9 in MB1a, 261 movement)
    7) and confirm the order (so that cost incurred for order is captured)
    8) create a  sale order and maintain service price in PR00 and send the material A1 to customer.

  • How to map qualifiers?

    Hello,
    I am new in MDM and have (hopefully) a basic question:
    I have issues in the import manager.
    My target table is the table “Products” (source is an Excel file). I am facing issues to import the price data. The sub table price is a qualified look up table that looks like this (it’s just an example):
    Lower Bound (integer – Non Qualifier - DF)
    Price (integer – Qualifier - DF)
    Year (text50 – Non Qualifier –DF)
    UOM (text50 – Qualifier )
    As soon as I map a Qualifier field (either Price or UOM) the import manager tells me:
    “Map 'Price' field to import qualifier(s).”
    I think he wants me to map the target field “Price <Year; Lower Bound>”
    What I tried is to create a Partition of the source fields year and Lower Bound and map it to the target field “Price <Year; Lower Bound>”.
    During the value mapping I can not choose the option “Add” it is grayed out. There is only “Map” and “Auto Map” available. But what I like is that these values will be created if they not yet exist…..So the only option I have is to map it to the existing <Null> value…
    Can anyone help me? I am sure it is just a problem of understanding….
    How does the process look like to map qualifiers?

    Hi ,
    What about mapping i ncase of e-mail ,phone and fax fields in the standard business content. In this case the main table is the customer table and it has the e-mail/phone/fax field as a multi-valued qualified lookup.
    The lookup table has the country field as a display -non qualifier and other fields like e-mail, address type ,home flag as the qualifiers.
    The issue is that with only country as the non qual display field, the mapping is not possible. None of the other fields can act as non-qualifiers, as they are mainly flags.
    Ideally, the e-mail address has to appear in the main table as a display field. If this field is created as a DF and qualifier, the compound field does not get created.
    If it is created as a DF ,non qualifier, it is wrong, as each customer would have a different e-mai land we cannot upload lookup values for it.
    What is the best way to tackle this issue ?
    Thanks for all your suggestions.
    Regards,
    Anita

  • How to mapping domain tables

    Hi,
    I am new one to Kodo and have a question about how to mapping with FK of the domain tables. For example, the magazine table has a fk refering to publisher table. So, the Magazine object has mag_id (pk) and publisher (fk, object of Publisher). The Publisher will have pub_id as pk. What kind of mapping it needs? By the way, the database has fk constraints on.
    Thanks in advance,
    Michael

    pk means primary key and fk means foreign key. I use kodo-jdo-3.4.1.
    You are right, the example is similar to the example in the user guide. Table magazine has mag_id as pk, publisher_id, a foreign key constraint with table publisher, and other columns. So, the publisher table is a domain table. The database has non-deferred foreign key constraint.
    I define the following classes:
    class Magazine
    String mag_id; //pk
    Publisher pub;
    class Publisher
    String pub_id; //pk
    I use one-one mapping at field pub of Magazine to publisher as Column.PUB_ID = "PUB_ID" in mapping file. However, it doesn't work.
    When I try to insert a new magazine record into magazine table, the database will check table Publisher for foreign key constraint, and then the kodo will automatically try to insert a new record into publisher table.
    I know something wrong in my mapping. What should I do?
    Thanks,
    Michael

  • How to map this scenario..?

    Hi,
    I have one requirement to map in SAP,
    Scenario:
    1)PO will be raised for a material A.
    2)Material A contains 5 different component materials( ie by assembling 5 components we will get Material A)
    3)When I do GR for Material A against that PO, stock has to be updated only for 5 components not for material A.
    Can you pls tel me how to map this in SAP.
    Your inputs are rewardable.
    Regds

    Hi ,
    pls follow this process;
    As Charu said, you can create material A as non-stock material and create BOM and assign the  five
    components.
    1.Create Subcontracting PO, item category as L.
    2.Use MB1B to transfer post the components to subcontractor(vendor) and assign the PO.
    (Make sure that you have enough stock of your components in your unrestricted stock.)
    If not increase the initial stock balance for the  components using 561 movement type, using MB1C Tcode.
    3.Create subcontracting challan against this mat doc.Tcode J1if01.
    4.Now  do Migo. In the excise tab you can select as refer subcontracting challan, a pop-up will appear.
    enter the challan no .Mat doc will be posted.
    5.Reconcile the challan using J1ifQ tcode, against the Migo doc.
    6.If its fully  reconciled, i.e if you have received full quantity,the challan would be fully reconciled
    and you can complete the challan using J1if13.
    You can print the challan by clicking print immediately check box.
    7.Then MIRo.
    Award points if useful.
    Regards
    Kumar

  • Using PowerTools How to Map folder to new TeamProject or Existing TeamProject

    Can somebody guide me please, how to map folder to connect to new Teamproject using Powertools .

    Hi AjayKumar, 
    Thanks for your reply.
    In TFS Source Control, the MAP mean mapping source files from TFS Source Control to the local workspace folder. I don’t think can mapping a new folder(non TFS source file) to TFS Server, we should add/check-in this new folder to TFS Source Control if you
    want store it in TFS Source Control.
    To add and check-in this new folder to TFS Source Control, please right-click on your new folder and select
    Team Foundation Server>>Add…, in the opened
    Add to Source Control dialog, ensure your new folder displayed under
    Item to add tab, then click Finish button. Then right-click on this new folder again and select
    Team Foundation Server>>Check In… to check this new folder to team project.
    Note: your new folder need located in the local workspace folder, then you can check-in to TFS Source Control using TFS Power Tools. 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mapping facts/cubes and dimensions

    I am currently trialling OWB 9.0.3 before we decide whether to use it to build a data warehouse.
    I have been impressed so far and we will probably make a decision soon.
    One thing I am not sure how to do is mapping a fact/cube with foreign keys to dimensions.
    I have been doing this by creating a join which joins each row of the fact/cube with the corresponding row in the dimension, but whilst on the oracle warehouse builder: implementation course the tutor said you wouldn't normally do it this way.
    Anyway if you can give me an idea of how you join the dimensions to the fact/cube I would be grateful
    Thanks
    Nina

    Nina,
    In the star schema implementation, cubes are joined to the lowest level of each dimension. OWB lets you define foreign keys to each dimension when you create or edit your cube.
    If you'd like to see a short (10 minutes) online demo on this, it's called "Dimensional Design" http://otn.oracle.com/products/warehouse/htdocs/OTN_demo.html
    Last point, I am surprised you are trying OWB 9.0.3 - this is a very old (July 2002) release. Please download the latest OWB 9.2 from http://otn.oracle.com/software/products/warehouse/index.html
    Nikolai

  • How   to create  virtual cube  cube  in bi-7

    how   to create  virtual cube  cube  in bi-7

    Hi,
    VirtualProviders
    InfoProvider with transaction data that is not stored in the object itself, but which is read directly for analysis and reporting purposes. The relevant data can be from the BI system or from other SAP or non-SAP systems.
    VirtualProviders only allow read access to data.
    Various VirtualProviders are available. You use these in different scenarios.
    For more information, see:
    &#9679;      VirtualProvider Based on the Data Transfer Process
    http://help.sap.com/saphelp_nw04s/helpdata/en/da/5909392a430303e10000000a114084/content.htm
    &#9679;      VirtualProvider with BAPI
    http://help.sap.com/saphelp_nw04s/helpdata/en/26/39dc37bff7a66de10000009b38f889/content.htm
    &#9679;      VirtualProvider with Function Modules
    http://help.sap.com/saphelp_nw04s/helpdata/en/62/d2e26b696b11d5b2f50050da4c74dc/content.htm
    &#9679;      Using InfoObjects as VirtualProviderss
    http://help.sap.com/saphelp_nw04s/helpdata/en/45/13baccabbe5d78e10000000a11466f/content.htm
    Note that the system does not run existing exits or customer and application extensions (customer exit, BTE, BAdI) for direct access to the source system.
    http://help.sap.com/saphelp_nw04s/helpdata/en/23/c0234239f75733e10000000a155106/frameset.htm
    Thanks,
    JituK

  • How to Map in SAP      ?

    Hi
    My client is Automobile industry.In the presales process my company delivers the goods to the dealer.On transit the goods are damaged.Instead of returning the goods the dealer him self repairs the goods and sends the credit memo to the company.The company will send the engineer for inspection and give the clearance certificate for the dealer.With reference to this we have to create the credit the customer.
    How to Map it SAP....?
    Plz send me the reply
    Regard's
    Prasad.

    Dear Prasad,
    As you r not taking d goodS back (or dealer is not sending them back) thus it's not a case of a Returns. Also there is no issue with d invoice either thus even Invoice Corrrection Request will not b generated.
    Thus it's a simple case of creating a Credit Memo Request for the required amount i.e the amount claimed 2 b spent by d dealer. This will obviously have a block which can b removed by d engineer who went for inspection (or some1else depending on d working of d organisation). Once the billing block is removed the dealer can b issued a Credit Memo in d usual way.
    Hope it answers ur query.
    regards
    PARAM

  • How to map new field in DSO

    I have added a new field to the dso and i have replicated the datasource as well which is showing the new field newly added in ecc. how can i map the new keyfigure in the transformation between the datasource and ods. its showin in the ds, can u pls tell me how to map now.

    Ya but the problem is I have an infosource in between and its not showing in the transformation between the dso and infosource.....nor the infosource and the datasource. But its there in the first transformation on the dso side, not on the inforsource side..... but how to get that field in the infosource side...so that i can map the field between both the transformations....between infosoucre and dso and infosouce and ds.....You know what I mean. the zfield is showin in the dso field structure in the first level mapping between dso and infosouce....but where do i map it.
    Edited by: Daniel on Nov 28, 2011 9:59 AM

  • How to get selected row from a non-bind ADF table

    Hi,
    I have an ADF table that is based on a collectionModel built programmatically. The collectionModel is this:
    model = new SortableModel(new ArrayList<ArrayList>());
    Hence, it is not a binding table. My question is how to get the selectedRows from a non-bind table.
    I am used to building binding ADF table and I know we can get it from voiterator.getCurrentRow, since the selectionListener is set to the binding....collectionModel.makeCurrent
    <af:table value="#{bindings.ItasLookupTypesVO1.collectionModel}"
    selectedRowKeys="#{bindings.ItasLookupTypesVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasLookupTypesVO1.collectionModel.makeCurrent}"
    </af:table>
    I am thinking maybe I need to write my own selectionListener, but need more advice/ideas of what's the codes in the customer selection Listener to get it from my SortableModel.
    Please help.
    Thanks
    -Mina

    I'm not sure if this works in your case, but check out the selection listener I write in this blog http://wp.me/pcBZk-eu
    You should use the selection event and check the added set. This should give you access to the selected row.
    Timo

Maybe you are looking for