Content level ods

Hi friends,
                   iam having a ods which is getting data from all the three ods,but for reasons it is not capturing data for some key feilds,plz can anyone tell me what could be the reason.
Thanks and Regards,
Gunasekhar

Hi Gunasekhar,
Check the update rules. May be the key fields were not mapped.
Bye
Dinesh

Similar Messages

  • Error in content level mapping

    Hi Gurus,
    I designed star schema in that when as a standard practice (for making report performance faster) . I searched threads in forum and everything as defined i have done still I am getting errors.
    1) I am setting content level agg. of fact for their based dimension then I am getting error in consistency check as
    '[39008] Logical dimension table Dim_xyz has a source Dim_xyz that does not join to any fact source.'
    , what i should do more for this ?
    2) If i define content level mapping in dimensions for its same column like date for time dimension then i get error message as
    '[nQSError: 14031] The content filter of a source for logical table: Dim_xyz references multiple dimensions.'
    3) Also as we know fact table contains only measures and foreign keys of dimensions so why do i get error in consistency check as '[89001] The Physical Table '"Fact_xyz"' has no keys defined.'
    I am fed of these stupid errors as why does not obi server understand that this is fact table. When I saw prebuilt rpd i did not find these types of error there.
    Thanks for your instant reply,
    Amol

    Hi,
    The scenario I am trying to test is a multi mapping scenario where I am trying to split one source message and create two target messages by using two different receiver interfaces, one for each message.
    I am on PI 7.1 and when I test message mapping and operation mapping using the payload from SXMB_MONI, it is successful. Whereas when I test the scenario end to end I am getting the following error messages:
    Operation Mapping
    Employee_Out_SI_To_Employee1_In_SI_AND_Employee2_In_SI_OM
    Name
    Employee_Out_SI_To_Employee1_In_SI_AND_Employee2_In_SI_OM
    Namespace
    http://accenture.com/1:N_multi-mapping
    Runtime error
    Split mapping created no messages
    Start tag ns0:Messages Add raw attribute xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge" Start tag ns0:Message1 Close tag ns0:Message1 Start tag ns0:Message2 Close tag ns0:Message2 Close tag ns0:Messages
    Could someone please help
    Cheers,
    S

  • Content Level

    I have a fact table with 11 million rows that joins with 8 dimesion tables to form a perfect star schema.
    The client said that he can reduce the row size to 6 million if we remove 3 dimensions from the joins. So he created a materialized view with 6 million rows joining with 5 dimesnions which he is going to use the most in the reports.
    The client requires the previous model as well because there are 2 reports out of the 7 reports that will be based on the 11 million rows fact and the 8 dimension tables.
    if I convert this scenario to the aggregate and detail level Fact. I will have 2 models (5 Dimesnion model lets say it as aggregate and 8 dimesnion model as detail). Now i will create a BMM layer subject area and promote the detailed level model to the BMM layer. For Aggregate I will start mapping each of the objects in BMM layer except for thr 3 dimension tables that are nor present in AGG model with the Agg model (5 dimesnions) of the physical layer.
    While Aggregate navigation and creating dimension hierarchies we set the content level navigation for each logical table source to the level at which the lowest granularity exists. However in my scenario. The granularity for both the model will be same. So how will the query from OBIEE recognize which model to use when a report is built as both the models are built at the same content level with the exception of 3 dimsion tables.
    Please help it is urgent. How should I implement this scenario?

    For your "fact" table in the BMM, you should have two LTS - one for the detail level data, one for the aggregate level data.
    For each of your dimension tables, you should set up a hierarchy (sorry, using standard accepted terms of objects here...not Oracle's non-standard ones....) Each dimension should have at least a "total" and "detail" level, more if there are a proper hierarchy.
    Then when you set up your LTS, for the detail one - each of your eight dimensions will have content level set to the detail levels. For your aggregate LTS, on the three dimensions that aren't present, set the content level to the "total" level. I'd also set the PRIORITY GROUP so that the aggregate gets chosen first instead of the detail.
    Hope this helps!
    Scott

  • Content level setting in OBIEE 11g

    Hi,
    i am new to obiee 11g.i have an doubt in setting up the content level setting in BMM layer.i have given details level in fact LTS content tab with help of physical join,i dont get any error but while trying to generate reports i am getting an error "None of the fact table is compatible with the requested level".where i am commiting mistake,do i need to set content llevel based on physical join or logical join scenario.kindly help regarding this.
    thanks in advance!
    Edited by: Nandha on 10 Jan, 2012 10:55 PM

    Hi Nanda,
    We set the content level of logical source based on the granularity of the source.
    Say, a product hierarchy is like
    Category -> Sub Category -> Product
    Say one of your dimensions has Product information, for this source set the level as 'Product'
    Say there is an aggregated source which has Category information, set the source level as 'Category'.
    Hope this helps you to set your levels.
    Thank you,
    Dhar

  • 2 Fact Tables with a same content level

    Hi,
    I have 2 fact tables F1,F2  joined to the same 4 dimensions D1,D2,D3,D4.The detail level # of elements multiplied for all the dimensions D1,D2,D3,D4 are the same for both dimension.I even set the content level for the 2 fact tables and the content filter is the same in both fact tables F1.Column1=0 in F1 fact table and F2.Column1=0 in F2 fact table.So how does OBIEE decide which fact table to select in this scenario.
    I went through the below blog but could not get much information
    http://obiee-blog.info/administration-tool/what-rule-is-followed-when-several-fact-are-at-the-same-content-level/
    I appreciate if anyone can guide me with the right answers.

    How many records retrieving when joining F1 & F2 with dimension ? if the f1 and d1 has 200 records and f2 and d1 is retriving 100 records it chooses shortest path.
    thanks,
    Saichand

  • Content level settings in fact LTS

    Hi all,
    i just want to get very clear picture upon content level settings of LTS, when we create a dimensional hierarchy say time hierarchy (Year, Quarter, Month, Day), when we want a measure to sum up to month level we go to that particular measure column in fact and set its content level to month, now i want to know the significance of content level in LTS of the fact table, suppose if i set content level of whole fact table to "month" does all the measures in the fact sum to month level or how it is going to impact the result. In what scenario do we use the content setting in fact LTS?
    Many Thanks,
    Sreekanth

    Hi,
    @Kishore
    thank you for quick reply, to get more clarity now lets assume we have one fact table with daily granular data and one aggregate table with month granular data, so when i drag and drop aggregated measures to BMM it creates another LTS for aggregate table, in that aggregate table we would set the content level as "MONTH" so whenever a report is constructed based on month columns and measures, BI Server picks aggregate table since it has LTS at month level. Is my understanding correct?
    Now, i have a connecting question.. we have monthly aggregate table which has 2 columns:
    1. MONTH_CODE (1999-01,1999-02,...)
    2. SALES_AMT
    now if i join TIME_DIM.MONTH_CODE = AGGREGATE_TABLE.MONTH_CODE
    time dimension (TIME_DIM ) has records with day granularity so there will be 31 "1999-01" in TIME_DIM, this will result in summing up same measure value 31 times, so this will result in high numbers, so in this case what would be the ideal join condition to be used between aggregate table and time dimension, or what is the ideal join column to be used in aggregate table for joining to time dimension at day level.
    Much appreciated...
    Sreekanth

  • 0FI_GL_14  - What is the latest Business Content Level

    Hi,
         Can anyone tell me how to find out what the latest Business Content Level is where 0FI_GL_14 was updated?
    and if you could point me to that documentation it would be great help.
    Thanks!

    checlk this link
    0FI_GL_14 or 0FI_GL_4 General Ledger Accounting Line Items
    http://help.sap.com/saphelp_nw70/helpdata/en/45/4f8e8bbf3f4f63a5dd197ef7d53fa2/content.htm
    http://boardreader.com/thread/Using_0FI_GL_14_for_new_GL_line_items_ex_6rfvjXfmkp.html
    basically GL_14 is the right extractor for new GL and GL_4 for the old general ledger

  • D110 will not reset content level of refilled black HP60 cartridge

    Had an HP60  black cartridge refilled, at Costco, D110 will not reset ink content level and therefore will not print.
    Tried several, supposed, solutions on web, including one on HP support site, low ink level will not reset.
    Is there anyway to reset the printer so one is able to utilize refilled cartridges or is this an exzmple of a manufacturer ensuring new cartridges have to be purchased from them?
    Printer is wirelessly connected to an IMac running Lion (OS X10.7.2)

    Solved the problem!
    I purchased a Samsung ML-1865W monochrome laser, wireless printer from Office Depot for $49.99.
    Starter toner cartridge good for 700 pages.
    Setup took 10 minutes, including wireless network configuration.
    Sorry HP you want to play games you have to be prepared to lose.

  • Topic and content level conditional build tags

    What is the difference between a topic level and a content
    level conditional build tag? Why would you select one over the
    other? How do you select one over the other.

    First let me point out that the same conditional build tag
    can be applied at either the topic level or the content level. It
    sounds like you may be thinking that you have to create a tag as
    for either the content or topic level.
    Apply a tag at the topic level when you want the entire topic
    excluded from a certain output. Do this by right-clicking on a
    topic in your Project Manager, going to Apply Conditional Build
    Tag, and selecting the tag.
    Apply a tag at the content level (text, images) when you want
    the topic to be included but want specific content to be excluded
    from a certain output. Apply a tag at this level by selecting the
    text and/or images that you want to apply the tag to,
    right-clicking, going to Apply Conditional Build Tag, and picking
    the tag.
    Note that you wouldn't use a tag at the topic level on a
    topic where you have used that same tag at the content level, and
    vice versa.
    Generally, the idea of build tags is to set an output to
    exclude certain tags, but you can also set outputs to include tags
    instead, which then excludes all other tags.
    --Ben

  • Upgrade BI Content Level 0000 to 0008

    Hi,
         I have posted this to BI with no responses so I'm posting here in hopes some Basis person might be able to help.
    We currently have BI Content BI_CONT 7.03 0000 (Level 0). I would like to have the latest Business Content Level for Statistics.
    Can anyone tell me how long of a process this is for basis? Is it just loading the content and a restart?
    I have been told by my basis guys my system would be down for a day?
    Can anyone add some comments to this?

    > I'm not any kind of basis guy so I was thinking they could load the patches without taking the machine down and then just bounce the machine..  Doesn't work that way for what I'm looking for?
    The machine must not be taken down but people need to stop working because they may run programs (or parts of it) that will be (ex)changed during the patch application.
    > Also, if BI Content is updated in DEV does it have to be updated in QA and PRD?  I'm thinking I can just transport the BI Content items I'm working with...
    To transport the content it needs to be installed on all machines.
    Markus

  • What is content level security?

    Hello All,
    What is content level security?? how is it different from role/access based security?
    Please clarify.
    Thanks
    Ram

    I think that are thinking about message-level security, where you can protect either an entire message, or simply parts of it (the content of the message). This type of security can be used with web services.
    WSIT (Web Services Interoperability Technology) can be used to secure message contents. An overview of WSIT technology can be found at http://blogs.sun.com/ashutosh/entry/overview_of_security_in_wsit or at http://java.sun.com/webservices/interop/. A tutorial discussing how to secure web services using WSIT technology is at https://wsit-docs.dev.java.net/releases/m4/SecurityProfiles.html#wp113333.
    Hope this helps

  • Content-Level Build Tags

    I'm converting a RoboHelp for Word project (.hpj), in which I
    heavily employed conditional build tags at the topic and
    content-level, to a RoboHelp HTML project (.xpj). Unfortuantly,
    after the conversion my conditional build tags were missing (did
    not appear in the Project folder of the .xpj).
    I checked the knowledge base and found technical note
    :9722oFeb6, and as the technical note instructed, I manually enter
    the conditional build tag titles into the rhbuildtag.apj, but this
    only resolved the issue at the topic level. I'm still missing the
    content-level references. Any clue what I'm doing wrong?

    First let me point out that the same conditional build tag
    can be applied at either the topic level or the content level. It
    sounds like you may be thinking that you have to create a tag as
    for either the content or topic level.
    Apply a tag at the topic level when you want the entire topic
    excluded from a certain output. Do this by right-clicking on a
    topic in your Project Manager, going to Apply Conditional Build
    Tag, and selecting the tag.
    Apply a tag at the content level (text, images) when you want
    the topic to be included but want specific content to be excluded
    from a certain output. Apply a tag at this level by selecting the
    text and/or images that you want to apply the tag to,
    right-clicking, going to Apply Conditional Build Tag, and picking
    the tag.
    Note that you wouldn't use a tag at the topic level on a
    topic where you have used that same tag at the content level, and
    vice versa.
    Generally, the idea of build tags is to set an output to
    exclude certain tags, but you can also set outputs to include tags
    instead, which then excludes all other tags.
    --Ben

  • The data is not loading in second level ODS

    Hi Gurus,
    I am loading the data from first level to second. The data is properly loading to first level but second it is picking 0 records inspite there are 19604 records. This problem arised after the changes went live which I have done and tested in Quality server and was done correctly.
    Please throw some light.
    Many thanks,
    Sunil Morwal.

    Hi  sunil..
    1) In monitor screen is it green ??? like in the Processing is it NO data...
    2) check in the status tab of the monitor. what is the status???
    If the second level request is green adn available for reporting and it has activated..and in the first level ODS the datamart status is checked.. then there is no problem..
    the error is coz there i sno ercords which was changes...
    cos the records which were come into the ODS was overwriten adn there are no records for delta..
    So there is no problem,,
    just do the loading for the next deltas...
    Looks like everyhting is okai...
    regards
    AK
    points=thanks

  • Content Levels disappear after deploying to BI Server

    Hi experts,
    I've noticed that some content levels (for LTS) disappear in RPD after deploying to local BI server. Then we need to re-create them before deploying back to DEV.
    Has anyone experienced the issue?
    Second: how bad are logical warnings about incorrectly defined LTS? (no mapping between some table) They seem to work fine without it. Thanks

    Hi Frank,
    Finally I am able to view pages using LDAP authentication. I had to add the user name explicitly in orion-web.xml file.
    Now my question is if I want to let everyone access the application once they authenticate themselves through LDAP( login module). What should I do . If I make impliesAll="true" in either orion-web.xml or orion-application.xml file it allows everyone, doesn't go through the login step.
    Any Help would be appreciated...
    Thanks,
    Mamun

  • Unexpected behavior between 2 RPDs (column Content Levels seem to be the bu

    Good morning,
    I'm going to give it a shot with Orace Support, but decided to give it a shot here first.
    There're 2 identical RPDs in 2 different environments (OBIEE 10.1.3.4 , Oracle 11g, Linux OS SUSE 5) . Config files are the same. DB settings are the same. There's a difference in security implementation only.
    Problem is that the same query below generates quite different results in both instances.
    Month-Year, Measure,max(Date)
    CORRECT:
    select T108194.SHORT_MONTH_YEAR as c1,
    sum(T7522.CASH_BALANCE) as c2,
    max(T108194.DT_ID) as c3,
    from
    TIME_DIM T108194 ,
    FACT T7522
    where ( T7522.DATE_KEY = T108194.DATE_KEY)
    group by T108194.SHORT_MONTH_YEAR
    order by c4
    INCORRECT - generates full outer join query (or 2 queries if I disable FULL OUTER JOIN) : - it brings correct results as well as full data set with empty months and dates.
    Logical SQL is IDENTICAL.
    I was able to find the reason - whenever a content level for that fact column is removed - then the query generated changes to CORRECT.
    What could possible be an issue? Thank you

    Since this is your first post, let me clue you in. This forum is meant for asking very short and specific questions. For example, if you've asked, how could you improve a particular one SELECT statement, I'm sure many people would have helped you.
    But you cannot seriously expect someone on this forum to spend his/her time and review such a long program. For this people are normally getting paid, you know.

Maybe you are looking for

  • BAPI_SALESORDER_CREATEFROMDAT2 is not updating the ITEM Qty after Free ITEM

    Hi, I am using BAPI_SALESORDER_CREATEFROMDAT2 to create a order.We have customization for populating a FREE ITEM for a Order ITEM. Now the Problem is that .....if I am passing more then one Material as ITEM it is not updating the next ITEM Qty and al

  • Variable Selection Screen Options.....is this poss??

    Variable values can be displayed in Text, Text & Key, Key using the Hammer icon feature. How do I make say only " Text " ( for variables ) as default for all the users ? Message was edited by:         Jr Roberto Message was edited by:         Jr Robe

  • MacBook Pro with retina display having a ghosting issues

    Hi folks, Just bought the all new MacBook Pro with Retina display and using it for some few weeks experienced ghosting issues.. Almost have of my retina display screen is having the ghosting issues.. Whats really wrong??

  • Change from US store to UK store

    I was in Itunes and clicked on a link. A message came up saying that the item was only available from the US store did I want to proceed. I clicked Yes. Now I can't get back to the UK store. Can anyone tell me how to revert back to the UK store. I am

  • PL/SQL array passed to SQL IN

    Hi, I have a PL/SQL array which type is defined like this: create or replace type type_id_array as table of number(6, 3); then i create a variable and initilaize: var_1 type_id_array; var_1 := ..... then i have a select statement. select * from table