Consistency check error 38011: Logical tables from multiple subject areas..

I received multiple 38011 errors when performing a consistency check after merging repositories:
For example:
Logical tables from multiple subject areas associated, OHRP and Enterprise Warehouse
(OHRP and Enterprise Warehouse refer to different business models)
I'm really not sure what this means, and Metalink and Google aren't turning up anything.
Thoughts?
-John

John,
Does it say anything about Assertion Failure? Also, this is straight up from help regarding import (through file menu) "Use this option when the objects you import are unrelated to objects already in the repository such as when the business model and physical layer objects do not exist. If an object of the same name and type exists, the import process overwrites the existing object with the new object. When you import objects from one repository into another, the repository from which you are importing must be consistent."
Sometimes Merge does bring unexpected (and unwanted results) - especially if there're presentation aliases, duplicate business models, or naming conflicts. If it's not too late, I suggest you use Import,rather than Merge, also, preferably starting with a new RPD file. This would enable you to bring items piece-by-piece and hopefully would allow you to isolate the problem.
Also, depending on the size - it's sometimes preferable to just reproduce missing part(s). I hope this is helpful.
Also, I forgot to say - the Import is deprecated and not supported. They suggest you use Project Extract and Merge. If Merge isn't working out for you and Import isn't an option - maybe you could try Project.
Edited by: wildmight on Mar 9, 2009 7:58 AM

Similar Messages

  • Report from multiple subject areas

    Hi,
    I need to create a report from multiple subject areas. I am not sure whether it;s possible in OBIEE answers.
    Is there any other tool from OBIEE suite where I can design it?
    Thanks

    Yes, i can see datatype and number of columns is same in both queries.
    i have challanges to copy message but Error message seems to general. Error says (near to FROM) and I checked there are three FROM in query and all seems to be ok
    Query is something like as below
    select SA1.col1 saw_0,
    SA1.col2 saw_1,
    SA2.col1 saw_2,
    SA2.col2 saw_3,
    FROM
    (select col1 saw_0, col2 saw_1 from "subject area1") SA1
    FULL OUTER JOIN
    (select col1 saw_0, col2 saw_1 from "subject area2") SA2
    ON SA1.col1 = SA2.col1
    I can't see any issue in the query...please comment.

  • Grand total feeding from Multiple Subjects Area

    Hi,
    I have to create a report that displays Grand total = sum of values from one subject area + sum of values from another subject area. How do i achieve this.
    Thanks

    Create a prompt based on the report(incl criteria) from SA1, include the measure column in the prompt, the value of the measure is based on the 'contrain' of each column in the prompt and assign to Presentation variable.
    Call Presentation variable in the report which is from SA2.
    ex: Report 1 from SA1 is like: $amount by year, by prodcut,by org
    Report 2 from SA2 is like: $OrderAmount by year, by prodcutType,by org
    Report1 by Prompt: Year->constrain, PRoduct->Constrain, Org-Constrain, $Amount as PS Var 'amt'
    Report 2 as reqular report, try to call @{amt} in the report for addition.

  • Multiple Subject Areas

    Somewhat new so please forgive me if the question is simple (if it is, please point me in the right direction). I've looked through the documentation and this forum, but have not found what I'm looking for yet.
    I am trying to get a single worksheet to pull data from multiple subject areas (two or more fact tables). I would prefer to not join fact tables together, and so I have not created the joins between the folders (fact tables) because I thought the performance would generally be horrible. (example of functionality I'm looking for: I want to combine Sales and Inventory data on one worksheet).
    I have kind of tried complex folders, but I would prefer to have the tool generate the SQL if possible because it won't just be me creating reports, and if it's possible, I'd like to avoid coding the SQL myself every time I want to join subject areas.
    I also looked at Custom Folders, but my understanding is that they are used primarily to join 1 fact table with multiple dimensional tables, but not multiple fact tables (at least that was the example in the documentation).
    My current setup is a 2 tier environment, with just Disco Admin and Disco Desktop on top of 10g. We don't have AS yet so I can't test anything that way.
    I appreciate any comments in advance.
    Nate

    You should try both Complex folders as well as custom folders and see which gives you better performance. Discoverer SQL optimizations for example apply only on Complex folders and not on simple folders.
    If you define the joins between the two tables, you can still use items from them in your Discoverer report without having to create a complex folder on them.
    And finally, you can always create a view or materialized view and use that MV in your Discoverer query.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • 11g-Multiple subject area feature.

    Hi,
    I am new to 11g,In 11g we have anew feature like creating Analysis from multiple subject areas so,
    1)Is there any limitation on this Multiple subject areas usage.
    2)any configuration or settings needs to be done in RPD for querying related subject areas..
    3)what is the limit of using this subject areas.. maximum from How many SA we can build a report..
    any other limitation for this feature...
    please share your thoughts.

    Hi ,
    Its possible to add/remove subject areas , while creating a analysis , in OBIEE 11.1.1.6 .
    refer this link :
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-subject-area-catalog-and-functional-area-security-2/
    but , I'm not sure whether same is possible in 11.1.1.5 .
    Thanks .

  • Multiple subject areas within publisher & drill downs

    Hi ,
    can we pull data from multiple subject areas within publisher and place the report on a dashboard and still do drill downs?
    Thanks in advance.

    Thanks for your reply,
    I could not see any provision to get data from multiple subject areas.
    In BI Answers we can get data from multiple subject Areas but we cannot do the drill down.
    If there is any way to get data from multiple subject areas and still do the drill down then plz increase my knowledge repository....!!!!!!!!!!!!!!!
    Thanks,

  • Global Consistency Check Errors after RPD Merge: 38120 and 38015

    Dears
    Can anyone of you point me to a documentation explains Global Consistency Check error numbers in details ?
    After merging 2 RPDs, it gives me the following errors: 38120 and 38015
    Thanks

    38120: Dimension xyz is not associated with any table(s)
    Comments: I checked this Dim table and did find tables associated with it. Don't know how else to check ?
    38015: Physical tables "<ABC>"."Fact - abc" and "<ABC>"."Dim - lmn" have multiple joins. Delete new foreign key object if it is a duplicate of existing foreign key.
    Comments: I did check the joins between this Fact and Dim table and found only 1 join.

  • SQL Loader to Load Multiple Tables from Multiple Files

    Hi
    I wish to create a control file to load multiple tables from multiple files
    viz.Emp.dat into emp table and Dept.dat into Dept table and so on
    How could I do it?
    Can I create a control file like this:
    OPTIONS(DIRECT=TRUE,
    SKIP_UNUSABLE_INDEXES=TRUE,
    SKIP_INDEX_MAINTENANCE=TRUE)
    UNRECOVERABLE
    LOAD DATA
    INFILE 'EMP.dat'
    INFILE 'DEPT.dat'
    INTO TABLE emp TRUNCATE
    FIELDS TERMINATED BY "|" OPTIONALLY ENCLOSED BY '"'
    (empno,
    ename,
    deptno)
    INTO TABLE dept TRUNCATE
    FIELDS TERMINATED BY "|" OPTIONALLY ENCLOSED BY '"'
    (deptno,
    dname,
    dloc)
    Appreciate a Quick Reply
    mailto:[email protected]

    Which operating system? ("Command Prompt" sounds like Windows)
    UNIX/Linux: a shell script with multiple calls to sqlldr run in the background with "&" (and possibly nohup)
    Windows: A batch file using "start" to launch multiple copies of sqlldr.
    http://www.pctools.com/forum/showthread.php?42285-background-a-process-in-batch-%28W2K%29
    http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/start.mspx?mfr=true
    Edited by: Brian Bontrager on May 31, 2013 4:04 PM

  • Error in importing data from multiple ASCii files, Concatenat​e

    I am trying to use the "Importing Data From Multiple ASCII FIles.VBS" and the "Concatenate Groups.VBS" scripts downloaded from here, http://zone.ni.com/devzone/cda/epd/p/id/3870. When I run the importing data script and test it by highlighting the example data that comes with the download I get an error. "Error in <Importing Data From Multiple ASCII Files.VBS> (Line:60, Column: 11):  Variabls is undefined: 'AscIIAssocSet'  "
    The offending line of code is "  Call AsciiAssocSet(FilePaths(i), StpFilePath) ' assign STP file    "
    Screenshots of the error are attached.
    Can anyone tell me what this error is?  Am I just doing something wrong? Getting quite frustrated.
    Thanks in advance.
    Attachments:
    concactenate1.png ‏261 KB
    concactenate2.png ‏243 KB

    Please have a look at the DIAdem Example to concanate channels. Its delivered with DIAdem.
    Examples > Creating Scripts > Scripts > Appending Channels to Each Other
    Please use a dataplugin (File -> Text DataPlugin Wizard...) or the csv plugin to load your data.
    Greetings
    Andreas
    P.S.: The one you have downloaded needs the old Ascii Wizard that is not activated by default in newer DIAdem versions.
    If you want to use it anyway:
    Settings -> Options -> Extensions -> GPI Extensions ...
    Add gfsasci.dll

  • Create pivot table from multiple sheets

    How to Create single pivot table from multiple sheets

    Hello,
    Debra Dahlgleish has a tutorial video on her site: 
    http://blog.contextures.com/archives/2010/04/16/how-to-create-an-excel-pivot-table-from-multiple-sheets/
    This Office support article also covers the steps:
    http://office.microsoft.com/en-001/excel-help/consolidate-multiple-worksheets-into-one-pivottable-report-HA010226585.aspx
    Both the video and the article relate to Excel 2007 but the steps will be similar in current versions.
    cheers, teylyn

  • Historical Reporting With Multiple Subject Areas

    Hi All,
    I am working on to decide the best way to create repository. I do have a requirement from my client that they need to see both Current and Historical Reporting via OBIEE. I am keeping Type 2 SCD. My model consists of about 30 fact tables - each of them represents a business process/event.
    Following are my options:
    1) One Subejct Area to keep current/historical reporting. Here the joins would be based on PK/FK relationships with Effective Start and Effective End dates. There is a flag in all tables to find the most updated record. Users can use the flag to find the most updated record or use Effective Start and Effective End dates to go point in time.
    2) Create two Subject Areas - Current and Historical reporting. Current one will include the flag logic to get the most updated record in RPD
    3) Create multiple Subject Areas for each Fact table and use Combining Multiple Subject Area approach to join Subject Areas. Additionally, create one Subject Area for Historical Reporting (that will have all the tables in one SA)
    I am thinking of going ahead with option 3) This will have Subject Areas for all logical facts (for Current reporting) and one Subject Area for Historical reporting.
    Is this a standard design? Any inputs?

    You should try both Complex folders as well as custom folders and see which gives you better performance. Discoverer SQL optimizations for example apply only on Complex folders and not on simple folders.
    If you define the joins between the two tables, you can still use items from them in your Discoverer report without having to create a complex folder on them.
    And finally, you can always create a view or materialized view and use that MV in your Discoverer query.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • Add columns in the existing Customer table in a Subject Area

    Hi All,
    Well I need to add two columns from Sales table(new table i created which has customer Id) and join it to the Customer Table which has the Customer Id and several columns. The Customer table was already in the RPD which has all the customer information. Now that i have this new requirement to add few columns from the Sales table to the Customer table in one Subject Area.
    What i have done so far is that I imported the sales table into the rpd, made a join in PHYSICAL LAYER on the customer ID of the Sales table to the Customer id of the Customer table and simply dragged the sales table to the Customer LTS in the BMM layer(NO MORE JOINS IN BMM)and dragged and dropped the same into the Presentation layer. The customer table is linked to one fact table in that subject area. So i thought that dragging the sales table columns in the customer table LTS will work because customer is linked to one fact in that subject area.
    Now, In the Answers when I dragged columns from customer & sales table I see only one record that is the first customer_id record from my Sales table but i know there are many common customer_ids between those two tables but its only picking the first customer id from the sales table.
    Any help will be appreciated..
    Normally if we need to add some columns to the existing tables in one subject area what is the best approach??

    Hi Balajee,
    SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen: PO item
    for more information check with these links
    ADDING NEW FIELDS IN me21n
    ADDING NEW FIELDS IN me21n - (Screen exit / enhancment)
    hope this will useful to you.
    Regards!

  • Missing tables inside Answers - Subject area

    Hi all,
    I have a strange problem where few dimension tables are missing from a
    subject area.
    When I check the same in RPD - Presentation layer, the particular
    catalog has those dimension tables.
    This happened after I restarted the BI server i.e. Previously it used
    to work fine.
    Anybody experienced this before?
    Param

    hi Param,
    Right click on table-->properties-->check the permissions whether everyone is assigned to that table or not
    thanks,
    Saichand.v

  • Multiple Subject Area - OBIEE 11g

    Hi,
    I have to do cross-subject area operations in OBIEE 11g. Here is what I have found out:
    1. There is an option to use Union/Intersect operations which creates a Union query
    2. There is an option to use 'Add/Remove Subject Area' which can be used to combine Attributes/Facts across multiple Subject Areas.
    I am looking forward more details on second point above but unfortunately there isn't an official document by Oracle on it.
    As I understand, by using 'Add/Remove Subject Area', OBIEE does not create a UNION query but it combines the attributes as if they are used through same Subject Area. So, it is not a typical join as I dont see something like Subject Area 1.Key = Subject Area 2.Key in Query log which brings me to a question:
    Is it possible to use the option to combine attributes across Subject Area based off Multiple BMM in RPD? I think the answer is NO because I don't think there is a way for OBIEE to combine results sets from different BMM.
    Thoughts?

    I am afraid but I am not able to follow your suggestion. I will try to make it very simple:
    1. We create Subject Areas in RPD
    2. Each Subject Area will be based on BMM created in RPD. Now, you can have multiple Subject Areas which are again based on BMM itself.
    3. I can also create multiple BMM within RPD.
    Something like:
    BMM A, Subject Areas - 1A and 2A
    BMM B, Subject Areas - 1B and 2B
    From above, consider you have created two BMM's - A and B and within each BMM there are two Subject Areas. 1A and 2A in BMM A and 1B and 2B in BMM B.
    Now, when I logon to Answers, when I click on New->Analysis, I would see four Subject Areas - 1A, 2A, 1B and 2B. Suppose I select 1A. Now, when I try to use Add/Remove Subject areas option, I can only see 1B (because both of them are from same BMM - A). I won't see 2A and 2B.
    So, this brings me to conclusion that you cannot combine attributes from different BMM using 'Add/Remove Subject Areas'. You can however use UNION/INTERSECT to do the operation but Add/Remove Subject Areas is limited to be used when your Subject areas are connected in the same BMM.
    Is my understanding correct?

  • Report using colmns from 2 subject areas

    Hi,
    I have to buld a report as below
    Product      ForecastRevenue(A)       ActualRevenue(B)       Variance
    A                200                                      100                           100
    B                200                                      200                            0
    ForecastRevenue(A) comes from 1 subject area and ActualRevenue(B) comes from another subject area. Using these 2 columns from different subject area I have to create
    a calculated column variance which is the difference of two columns. How can I create this report. Any idea?

    can be done in two ways;
    1. Using Union report
    Create a union report with two request.
    Request1 -          product               Forecast_Revenue     Actual Revenue
    Col expression     "product.name"     "Fact.Revenue"         0
    Request2 -          product               Forecast_Revenue     Actual Revenue
    Col expression      "product.name"    0                             "Fact.ACTUAL_Revenue"
    In the result tab create a pivote report and set the aggregation of fact column as sum.
    Add a calculated column and write the expression as
    Farecast_Revenue - Actual_Revenue
    You are done.
    2. Use the advance tab in the report and write a custom SQL to join these two subject area.
    eg.
    select product, A.forecast_reveneu, B.Forecast_Reveneue, A.forecast_reveneu-B.Forecast_Reveneue
    from SA1 A join SA2 B on (A.product=B.PRODUCT)
    You are done.
    Best of Luck,
    Kashi

Maybe you are looking for

  • Downpayment received

    Hi when i am doing downpayment receved through F-29 , My customer is x100  but There is error showed that 'No vendor Master record created with this x100 in company code yyyy' why it is asking vendor insted of customer.. thaks in advance regards prab

  • Mass load of customer master texts

    Hi! I need to load texts to the customer master sales texts. It is too much to do it manually. How can I do it? Is it any LSMW solution for that? Thanks!! Bea

  • Sending attachments automatically

    Hi All, Here is the one more new requirement :):) We are planning to send the outputs of customer invoice/credit notes automatically through mail id but we want to activate the process for some of the customers only. means if the mail id is  maintain

  • How to invoke from UNIX script and pass back return code?

    Though I am an experienced developer, I am new to java. I created a class containing a single method. I have performed my testing by running the class class.method from the command line in a UNIX (Solaris) environment. Now, I would like to have the c

  • + sign before column name - what does it mean?

    Hi all, I found a query in the software package I work on today that I don't quite understand. Below is that basic form of the query: SELECT * FROM table1 t1, table2 t2 WHERE + t1.id = t2.id; I expected this query to fail, but it did not. What does t