Consistency check error in OBIEE 10g

Hi
I have the below error while doing consistency check.
I was trying to join two fact tables by complex join, but getting below error
NQSError:15009 Could not load navigate space for subject area
NQSError: 15009 Multiple paths exist to table Plans.Circular joins schemas not supported
Please suggest

If you have to join fact tables in physical, make sure your logical layer remains a star.
Either add both fact tables to one logical fact table source , or create two logical stars, where both facts are joined to all conformed dimensions.
Note: if both facts are not at exactly same granularity, your reports will show incorrect results most definitely. So avoid fact to fact joins.

Similar Messages

  • 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.

  • Obiee 11g RPD consistency check error after upgrade

    Hi,
    got below error in RPD consistency check after upgrading from obiee 10g to obiee 11.1.1.6.
    *ERRORS:
    Business Model Core:
    [38028] Logical column Dim - Contact.Age Range does not have a valid data type.*
    logical column Age=
    CASE WHEN "Core"."Dim - Contact"."Age" < 18 THEN 'A: <18' WHEN "Core"."Dim - Contact"."Age" < 25 THEN 'B: 18-25' WHEN "Core"."Dim - Contact"."Age" < 35 THEN 'C: 25-35' WHEN "Core"."Dim - Contact"."Age" < 45 THEN 'D: 35-45' WHEN "Core"."Dim - Contact"."Age" < 55 THEN 'E: 45-55' WHEN "Core"."Dim - Contact"."Age" < 65 THEN 'F: 55-65' WHEN "Core"."Dim - Contact"."Age" IS NULL THEN 'Unspecified' ELSE 'G: >65' END
    above is formula for logical column "Age" and data type for that is varchar in physical
    few more erros similar to above.
    how can I fix the issue? appreciate for your help.
    Thanks
    Jay.

    HI,
    As I said, Age has valid datatype in physical layer but datatype is showing as "Unknown" in logical layer after upgrade to 11g. many other columns got same issue just for this logical table. I rebuild the logical column mapped to physical sources but it didn't fix the issue.
    I hope you understand the issue.
    Thanks
    Jay.
    Edited by: Jay on Jul 23, 2012 11:02 AM

  • Obiee 11g Global Consistency Check Error

    Hello all,
    I need guidance regarding an error which pops up after the consistency check. However Admin tool lets the rpd to be saved and uploaded to the server, inspite of this error.
    The error is as follows:
    "the initialization string in the repository initialization block "NAME" contains the use of USER: or Password:"
    Any input is appriciated.
    Thank you.

    Here, you shud use something like this:
    Say ur user column us LOGIN in W_DAY_D table.
    Then IB sql should be: SELECT DISTINCT LOGIN FROM W_DAY_D WHERE LOGIN = ':USER'
    OR
    SELECT DISTINCT LOGIN FROM W_DAY_D WHERE LOGIN = 'VALUEOF(NQ_SESSION.USER)'
    and also, for ur default initialized may be you can use ur name say 'xxx'
    Hope this helps..

  • Consistency check Error in Administration Tool

    Hi I am Ramana,
    When I do a consistency check in OBIEE Administration Tool I get the following error:
    [nQSError: 15001] Could not load navigation space for subject area SCOTT
    Can anyone Tell what is the error

    Is this the only error message you got?

  • Consistency check error in sender file content conversion

    Dear Experts,
    I am trying one simple File to File scenario in which i have only fields 1>salesorder_number 2>Description
    I created a txt file with line items "100,crudeoil" with file name as salesorder.txt
    In the sender file adapter i have configured the file convertion paramenters as follows:
    Document name : mt_salesorder_sender  
    Document namespace : http://se.com.sa/sec-sa-qax          "Namespace of message type
    Recordset Structure : document,*
    document.endSeparator : 'nl'
    document.fieldSeparator: ,
    document.fieldNames : salesorder_number,Description
    So after this if i run the scenario In file adapter i am getting the error like "Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'document.fieldFixedLengths' or 'document.fieldSeparator' is missing Consistency check: no. of arguments in 'document.fieldFixedLength' does not match 'document.fieldNames' (0 <> 2) "
    Please let me know where i am going wrong.
    Regards,
    Santhosh

    Hi,
    please maintain the order as
    Recordset Structure : document,*
    document.fieldNames : salesorder_number,Description
    document.fieldSeparator: ,
    document.endSeparator : 'nl'
    Rgds
    joel

  • TDMS consistency check error

    We are having problem at "consistency check for the rules".The
    rules have been check and all are in green.i remember that SAP has
    asked us to check tables CNVMBTRULEINCL and CNVMBTRULEFIPARS right? im
    able to browse table CNVMBTRULEINCL but not CNVMBTRULEFIPARS. the error
    message shows this table is not active, and i cant even open the table
    in SE11/SE16/sm30.
    the error message is as below:
    x_ekpo|the rule import paramter im_bstyp will not be available for this object.
    the same set of rule was used for first client(miq400), but this time its not working for second client(miq485) ..
    the source and destination are the same for the first and second client.
    thanks

    the issue has been fixed in 0799873 2010

  • Bridge Table check box in OBIEE 10G

    Hi,
    In BMM layer of OBIEE 10G, we see a Bridge Table check box when we double click on each table.
    What is the difference it makes if we check that VS don't check that. Is it mandatory to check it?
    There are 2 ways to model many-to-many relationships.
    1. Perform Fact-->Bridge and Bridge-->Dimension join in physical layer. In BMM layer, bring Fact and Dimension tables. Do an inner join between Bridge-->Dimension and join the Dimension to the Fact.
    Question:- In this case do we need to check the Bridge Table check box on the Dimension table?
    2. Perform Fact-->Bridge and Bridge-->Dimension join in physical layer. In BMM layer, bring Fact, Bridge and Dimension tables. Fact-->Bridge and Bridge-->Dimension.
    Question:- In this case do we need to check the Bridge Table check box on the Bridge table?
    Thanks,
    Anilesh

    Hi,
    My question is -->What is the difference it makes if we check that VS don't check that. Is it mandatory to check it?
    And we are following the first approach out of the 2 approaches listed below.
    There are 2 ways to model many-to-many relationships.
    1. Perform Fact-->Bridge and Bridge-->Dimension join in physical layer. In BMM layer, bring Fact and Dimension tables. Do an inner join between Bridge-->Dimension and join the Dimension to the Fact.
    Question:- In this case do we need to check the Bridge Table check box on the Dimension table?
    2. Perform Fact-->Bridge and Bridge-->Dimension join in physical layer. In BMM layer, bring Fact, Bridge and Dimension tables. Fact-->Bridge and Bridge-->Dimension.
    Question:- In this case do we need to check the Bridge Table check box on the Bridge table?
    Thanks,
    Anilesh

  • Governor limit exceeded in cube generation error in OBIEE 10g

    Hi Gurus,
    one of my OBIEE Report is throwing the error called *"Governor limit exceeded in cube generation(Maximum data records exceeded.)"*
    I am using OBIEE 10g.Could you please suggest me here and report also runnig for long time like to get one day data it is running for 30 min to pick 9000 rows.
    Regards,
    SK

    Hello,
    Try to alter the values in the instanceconfig.xml. ( Under \OracleBIData\web\config )
    <CubeMaxRecords>200000</CubeMaxRecords>
    <CubeMaxPopulatedCells>200000</CubeMaxPopulatedCells>
    Also refer to :     OBIEE 10g: Error: "Governor Limit Exceeded In Cube Generate. Error Codes: QBVC92JY" or "Maximum number of allowed pages in Pivot Table exceeded...Error Detail" When Displaying a Pivot View or Chart [ID 1092854.1] if it did not solve the issue.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • Socket communication error in OBIEE 10g.

    Hi
    I have below error in nqserver log by which i am unable to connect admin tool and presentation service. I am using OBIEE 10g.
    [nQSError: 12002] Socket communication error at call=recv: (Number=10004) A blocking operation was interrupted by a call to WSACancelBlockingCall
    Please Suggest.

    Hi ,
    Its not about the no. of connection pools u have in ur RPD .Its the maximum number of connections allowed for this connection pool. The default is 10. This value should be determined by the database make and model
    and the configuration of the hardware box on which the database runs as well as the number of concurrent users who require access.
    Ref :
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/oracle-bi-server-stops-automatically-after-some-time-3645235
    Just give it try .

  • 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

  • VPC consistency check error

    I have 2 Nexus 5548 switches. I'm facing issues on VPC status down and consistency check not performed.
    Below is the output.
    vPC status
    id     Port        Status Consistency Reason                     Active vlans
    216    Po216       down*  Not         Consistency Check Not      -
                              Applicable  Performed
    C5548SH02(config-if)# sh vpc brief
    Legend:
                    (*) - local vPC is down, forwarding via vPC peer-link
    vPC domain id                   : 100
    Peer status                     : peer adjacency formed ok
    vPC keep-alive status           : peer is alive
    Configuration consistency status: success
    Per-vlan consistency status     : success
    Type-2 consistency status       : success
    vPC role                        : secondary
    Number of vPCs configured       : 93
    Peer Gateway                    : Enabled
    Peer gateway excluded VLANs     : -
    Dual-active excluded VLANs      : -
    Graceful Consistency Check      : Enabled

    Hi Sushil
    It seems your vpc peering is perfect but there is some problem with the port channel configuration (po216). It would be nice to share the configuration. The port configuration must be same on both switches part for physcial interface. 
    sh run interfac po216 
    sh run inter ethernet "physical port number "
    see port configuration on following example
    sw01# sh running-config inter po 12
    !Command: show running-config interface port-channel12
    !Time: Mon Oct  6 12:19:53 2014
    version 5.2(1)N1(7)
    interface port-channel12
      description data
      switchport access vlan 2106
      spanning-tree port type edge
      vpc 12
    sw02# sh run inter po 12
    !Command: show running-config interface port-channel12
    !Time: Mon Oct  6 12:20:46 2014
    version 5.2(1)N1(7)
    interface port-channel12
      description data
      switchport access vlan 2106
      spanning-tree port type edge
      vpc 12

  • WriteBack Error in OBIEE 10g

    Hi Friends,
    I got an error while executing the writeback Template.I am using simple SH schema.
    Please Help me to fix the error.
    The Template I have given is below..
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="write">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> </insert>
    <update>UPDATE SALES SET PK=@4 WHERE TIMES.CALENDAR_YEAR='@1' PRODUCTS.PROD_NAME='@2' SALES.AMOUNT_SOLD=@3</update>
         </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The Updated Colomn here is "PK" present in SALES Table.
    The Error I got is ....
    An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 16001] ODBC error state: S1000 code: 933 message: [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended. [nQSError: 16015] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL "Connection Pool" UPDATE SALES SET PK=123 WHERE TIMES.CALENDAR_YEAR='1998' PRODUCTS.PROD_NAME='1.44MB External 3.5" Diskette' SALES.AMOUNT_SOLD=64464.83
    Please Help me to fix the Error.
    Thanks in Advance....
    Regards,
    Pamidi.

    Hi JD,
    Thank you for your good Reply.
    I already recognized the Error with Update Command.No need to end ';' to Update Commad.
    I know the Simple Update command like <update>UPDATE SALES SET PK=@2 WHERE PROD_ID='@1'</update> . this command will be worked.
    But in this case(This Error with previous Update Command) , I am not able to write correct Update Command.
    If you know please let me know.Thanks in Advance.
    Regards,
    Pamidi.

  • SQL Expression in Filter conditon Error in OBIEE 10g

    Hi
    I am getting an error while giving the sql in the sql expression in filter conditon.
    The sql expression I am giving is:SELECT MAX("Task Runs"."Start Time") saw_4 FROM "Analysis"'
    Error:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <SELECT>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetLevelDrillability('set variable disable_cache_hit=1; SELECT "Task"."Task Name" saw_0, "Task Runs"."Time in Seconds" saw_1, TOPN("Task Runs"."Time in Seconds", 10) saw_2, "Task Runs"."Start Time" saw_3 FROM "Analysis" WHERE "Task Runs"."Start Time" >= SELECT MAX("Task Runs"."Start Time") saw_4 FROM "Analysis"')}
    But when I individualy select start time column and check max of it the data comes fine, but if I am giving in sql expression it errors out.
    Please suggest.

    Hi Sini,
    I have tried taking the second suggestion but I get no result for that
    "Task Runs"."Start Time" -->Filter->Advanced button->Convert this in SQL->
    WHERE "Task Runs"."Start Time" >= MAX("Task Runs"."Start Time" by "Task"."Task Name")
    Here I did not understand the code Task Runs"."Start Time" by "Task"."Task Name". If possible elaborate.
    And 1st suggestion the query formed just looks the query u suggested.
    Unable to figure out what exactly is the problem.
    Try something as in with 2 queries
    http://www.cool-bi.com/Tweaks/JoinsinAnswers.php
    or else
    "Task Runs"."Start Time" -->Filter->Advanced button->Convert this in SQL->
    WHERE "Task Runs"."Start Time" >= MAX("Task Runs"."Start Time" by "Task"."Task Name")
    not sure how it works but this is other way of your sql in BI

  • Syntax Error in obiee 10g

    I am getting syntax error [nQSError: 27002] Near <)>: Syntax error [nQSError: 26012] . Please help me to identify for below code
    CASE WHEN Core."Dim - Date"."Year" = 'year(current_date)' THEN FILTER( AGO(Core."Fact - Spend and AP Invoice Distribution"."Spend YTD", Core."Date"."Year", 1) USING Core."Dim - Date"."Date" = VALUEOF(NQ_SESSION."R_Current_Date")) WHEN Core."Dim - Date"."Year" <> 'year(current_date)' THEN FILTER( AGO(Core."Fact - Spend and AP Invoice Distribution"."Spend YTD", Core."Date"."Year", 1) USING Core."Dim - Date"."Date" = cast(concat(cast(day(current_date) as char) ||’-’|| month(current_date) ||’-’|| cast(year(Core."Dim - Date"."Year") as char)) as date)) Else 0 End
    Many thanks.

    WHEN Core."Dim - Date"."Year" 'year(current_date)' THEN You are missed condtion
    try to use as WHEN Core."Dim - Date"."Year" ='year(current_date)'
    or
    CASE WHEN Core."Dim - Date"."Year" = 'year(current_date)' THEN FILTER( AGO(Core."Fact - Spend and AP Invoice Distribution"."Spend YTD", Core."Date"."Year", 1) USING Core."Dim - Date"."Date" = VALUEOF(NQ_SESSION."R_Current_Date")) WHEN Core."Dim - Date"."Year"= 'year(current_date)' THEN FILTER( AGO(Core."Fact - Spend and AP Invoice Distribution"."Spend YTD", Core."Date"."Year", 1) USING Core."Dim - Date"."Date" = cast(concat(cast(day(current_date) as char) ||’-’|| month(current_date) ||’-’|| cast(year(Core."Dim - Date"."Year") as char)) as date)) Else 0 End
    Mark as correct
    Edited by: Srini VEERAVALLI on May 3, 2013 6:02 AM
    Based on given OP what was said is correct. when you are getting cast issues then you need to share values too.
    Thanks
    Edited by: Srini VEERAVALLI on May 3, 2013 2:03 PM

Maybe you are looking for

  • J1INCERT error

    Dear All, We have maintained ZJ_1IEWT_CERT in Table J_1IEWT_CERT_N (IMG --> Financial Accounting --> Financial Accounting Global Settings --> Withholding Tax --> Extended Withholding Tax --> Postings --> India --> Withholding Tax Certificates for Ven

  • Java.lang.NoClassDefFoundError: org/w3c/dom/xpath/XPathEvaluator

    here is the tiresome problem, which has puzzled me for 5 days. 2008-7-11 15:58:03 org.apache.catalina.core.StandardWrapperValve invoke ����: Servlet.service() for servlet MapRequest threw exception java.lang.NoClassDefFoundError: org/w3c/dom/xpath/XP

  • Regarding status of job

    Hi friends, we  are having some  rapidmart , one of the rapid mart job server shows red in color in data services management console Iam just gettinng confusion whether the job or data has been scheduled succesfully or not? or Job has already schedul

  • Some of the apps that I transferred from ipad2 to the new air are dark and say waiting underneath. I  it won't let me delete them what can I do

    Some of the apps I tried to transfer from iPad 2 to my new ipad air are dark and say waiting underneath . The won't let me delete them and i Can't remove them what should I doz?

  • Ideapad s210 Touch - money refund

    Hi,  I bought a laptop Lenovo ideapad S210 ,S/N-xxxxx Touch on 25th DEC 20112 in new Delhi India. after 1 week only i found that the audio jack is not working,i mean when i m plunging the head phones i can hear the sound from both head phones as well