10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error

Hi!
When change column change, first query return OK. Then I choose drill down level of year and this error occured.
What does this error means?
View Display Error
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: 15039] Level [TIMES.DAY_ID, NADZORNE_EKIPE.ID] has drilldown levels associated with multiple (likely overlapping) dimensions: (1) degenerate dimension, (2) degenerate dimension. Please check logical table key definitions, particularly for fact tables, and level-based measure definitions. (HY000)
SQL Issued: SELECT TIMES.CALENDAR_YEAR_ID saw_0, "TIMES"."CALENDAR_QUARTER_ID" saw_1, NADZORNE_EKIPE.NAZIV saw_2, FCT_ZAPISNICI.ID saw_3, FCT_ZAPISNICI.NEPRAVILNOST saw_4, FCT_ZAPISNICI.NEPRAVILNOST/FCT_ZAPISNICI.ID*100 saw_5, FCT_ZAPISNICI.ID-FCT_ZAPISNICI.NEPRAVILNOST saw_6, FCT_ZAPISNICI.PREKOSOV saw_7, FCT_ZAPISNICI.PREKMASE saw_8, FCT_ZAPISNICI.PREKNOSIV saw_9, FCT_ZAPISNICI.PREKDIMENZIJE saw_10, FCT_ZAPISNICI.DJELJIV_TERET saw_11, FCT_ZAPISNICI.NEDJELJIV_TERET saw_12, FCT_ZAPISNICI.PRAVNA_OSOBA saw_13, FCT_ZAPISNICI.FIZICKA_OSOBA saw_14, AGGREGATE(saw_5 BY ), AGGREGATE(saw_6 BY ), AGGREGATE(saw_5 BY saw_0), AGGREGATE(saw_6 BY saw_0) FROM "TEB Data Warehouse Solution" WHERE ((TIMES.DAY_ID >= date '2009-01-01') AND (TIMES.DAY_ID <= date '2009-12-31')) AND ("TIMES"."CALENDAR_YEAR_ID" = 2009) ORDER BY saw_0, saw_1, saw_2
THX

Your error is this:
nQSError: 15039 Level http://TIMES.DAY_ID, NADZORNE_EKIPE.ID has drilldown levels associated with multiple (likely overlapping) dimensions: (1) degenerate dimension, (2) degenerate dimension. Please check logical table key definitions, particularly for fact tables, and level-based measure definitions.
Did you check logical table key definitions, particularly for fact tables, and level-based measure definitions ?

Similar Messages

  • [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred

    Hello guys,
    I have one fact table (Fact) and five dimension tables (Dim A, Dim B, Dim C, Dim D and Dim E).
    The fact structure: PK_Fact (primary key), Column A, Column B, ..*
    The dimensions structure:
    Dim A : PK_Dim_A (primary key), Column A1, Column A2, ..*
    Dim B : PK_Dim_B (primary key), Column B1, Column B2, ..*
    Dim C : PK_Dim_C (primary key), Column C1, Column C2, ..*
    Dim D : PK_Dim_D (primary key), Column D1, Column D2, ..*
    Dim E : PK_Dim_E (primary key), Column E1, Column E2, ..*
    The fact table is connected to Dim A with PK_Dim_A and PK_Fact, to Dim B with PK_Dim_B and PK_Fact, to Dim C with PK_Dim_C and PK_Fact, to Dim D with PK_Dim_D and PK_Fact, to Dim E with PK_Dim_E and PK_Fact. The joins have been defined in the physical layer and in the business layer.
    Fact-->Dim A
    Fact-->Dim B
    Fact-->Dim C
    Fact-->Dim D
    Fact-->Dim E
    When I request column(s) from fact table and one other dimension table, everything is fine. When I request columns from fact table and more than one other dimension table, I have the following message error :
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source...does not contain mapping for .... (HY000)
    Please could you help me to resolve this error
    Thank you very much.

    Hi,
    have you define the level for all the dimensions for the Logical Table Source of your Logical Fact Table? When you perfrom the consistency check (Ctrl+k) do you receive any warning or error?
    Thank you.
    Regards,
    Gianluca

  • 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058]

    What can be the meaning of this error code, and how can I resolve it?
    10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition len <= desc->objectLength_, file ..\Oci8\Src\SQXDGOci8.cpp, line 614. (HY000)
    I already change NQSConfig SErver_Stack parameter but it is not resolved....
    Please help....

    I solved...(Increase all columns size to 100 chars)

  • NQSError: 10058 Incorrectly defined logical table source

    Hi All,
    i am trying to join two facts using a dimension. If i run report having one column from dimension & one from fact it works. But when i run a report having 1 column from first fact & 2nd column from second fact i get the below error.
    I am sure this has something to do with the content tab under sources in BMM later.
    But can anyone me what exactly i need to do.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table DWH_PA_MBR_PA_TMP_NEW) does not contain mapping for [DWH_PA_MBR_PA_TMPT_NEW.PERIOD_CODE]. (HY000)
    SQL Issued: SELECT DWH_PA_MBR_PA_TMPT_NEW.PERIOD_CODE saw_0, DWH_PA_MBR_PA_TMP_NEW.CURRENCY_ID saw_1 FROM DWH ORDER BY saw_0, saw_1
    Thanks,
    Pankaj

    yes i have the following
    Facts
    1) DWH_PA_MBR_PA_TMP_NEW
    2) DWH_PA_MBR_PA_TMPT_NEW
    Dim
    1) PA_PERIODS_ALL
    Join 1) PA_PERIODS_ALL.PERIOD_NAME = DWH_PA_MBR_PA_TMPT_NEW.PERIOD_NAME
    Join 2) PA_PERIODS_ALL.PERIOD_NAME = DWH_PA_MBR_PA_TMP_NEW.PERIOD_NAME
    When i run report with columns from Fact 1 & Fact 2 i get the error.
    else if i run report with column from Fact 1 & Dim it works fine.
    Note: here Period Name is the key.
    I guess we need to define the LTS, colmn mappings.
    Thanks,
    Pankaj

  • NQSError: 10058 - Unable to Navigate Requested Expression Error in OBIEE

    We are getting the below error when we try to generate report using a dimension column and a fact column.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: FILTER(# of Responses:[DAggr(Fact - Leads & Interest .# of Responses by [ Dim - Contact.First Name, Dim - Contact.ROW_ID, Team & Opty Based Org.POSTN_WID, Team & Opty Based Org.Level 1 Employee Name, LN Leads & Interest.ROW_ID] SB Revenue Attributes Total,Sales Velocity Attributes Total)] USING Team & Opty Based Org.Level 1 Employee Name <> 'Test, USLMMarketing' and (LN Leads & Interest.Customer Supplied Email <> email@removed ' or LN Leads & Interest.Customer Supplied Email is null)). Please fix the metadata consistency warnings. (HY000)
    We are using the below logical formula for the measure column.
    FILTER(Core."Fact - Leads & Interest "."# Of Response Final" USING (Core."LN Leads & Interest"."Customer Supplied Email" <> email@removed ' OR Core."LN Leads & Interest"."Customer Supplied Email" IS NULL ) AND Core."Team & Opty Based Org"."Level 1 Employee Name" <> 'Test, USLMMarketing')
    We have this measure in a logical fact table.
    Please help me know why would this error occur.

    Sorry i missed while pasting the formula. Below is the logical column formula.
    FILTER(Core."Fact - Leads & Interest "."# Of Response Final" USING (Core."LN Leads & Interest"."Customer Supplied Email" <> '[email protected]' OR Core."LN Leads & Interest"."Customer Supplied Email" IS NULL ) AND Core."Team & Opty Based Org"."Level 1 Employee Name" <> 'Test, USLMMarketing')
    This measure is working properly with other dimension attributes in the subject area.

  • OBI Enterprise Edition hierarchical levels definition - nQSError: 10058

    Hi,
    i'm trying, in the BI administration tool, to define a dimension hierarchy based on not star nor snowflake scheme. I've a physical fact-table RICETTA linked to the first level physical table DISTRETTO. the physical table DISTRETTO is then linked to the both upper levels: USL and REGIONE. The conceptual hierarchy is DISTRETTO -> USL -> REGIONE. how can I define the logical hierarchy if there's no physical link between REGIONE and USL tables?
    The Answer front-end returns the seguent error: Stato: HY000. Codice: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: USL.NOM_REGIONE. Please fix the metadata consistency warnings. (HY000).
    Thank for help

    If you followed up the setup document (http://docs.oracle.com/cd/E21043_01/bi.1111/e10541/configscorecard.htm), make sure you Restart the Oracle BI Server, through the Enterprise Manager for your bi instance.
    After that, make sure you give your 'BIsystem' role permissions for "Allowing or Disallowing Direct Database Requests".
    (You can access that through your RPD->Manage->Identities. Select BIsystem, click on "Permissions", Select tab "Query Limits", and select "Allow" in the  "Allow or Disallow Direct Database Requests").
    And make sure you either Delete the configured database ("System DB (Update me)") that comes with the Samples, in the RPD, that already has a connection named "BSC", change the connection name in that database, or just use it as the BSC annotations schema.
    If you still have problems after that, make sure the connection credentials in your BSC connections are good to go.
    Hope it helps.
    Best regards.

  • A general error has occurred. [nQSError: 27002] Near local : Syntax error

    Hi
    I am using oracle BI Dashboard.
    i had configured my physical , business and presentation layers.
    when i click on the answers in the dashboard it also show me my
    new create presentation layer.
    even i can directly query my database using OBI but when i start using OBI Answers.
    i got this error
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <local>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "amount total".INVOICE_AMOUNT, STOREMAIN.STOREID FROM local')}
    SQL Issued: SELECT "amount total".INVOICE_AMOUNT, STOREMAIN.STOREID FROM locallocal is name of my presentation layer.
    while if i Issue SQL Directly it give me result.
    like
    select * from storemain
    storemain is name of table.
    Thanks
    umesh
    Message was edited by:
    Umesh Sharma
    Message was edited by:
    Umesh Sharma

    My understanding is Dim01 is taking values from the column - *"Company"."Company Name"*
    this being the case, try replacing the column name with one of the values from the column
    like @{Dim01}{value1}
    value1 being a value from the column *"Company"."Company Name"*..only then it will act as a default value
    Hope this helps...

  • OBI nQSError: 46036 Internal Assertion error

    Hello all,
    We did an upgrade from Siebel Analytics 7.8 to Oracle BI 10.1.3.3.3 and while testing the reports in OBI we came across following problem.
    A certain report (which works on Siebel Analytics 7.8) returns following error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition len <= desc->objectLength_, file ..\Oci8\Src\SQXDGOci8.cpp, line 614. (HY000)
    Important to know is that this report gets data from 2 different databases.
    Can anyone please help us?
    Thanks a lot!

    You can try this
    Modify the NQSConfig.INI file.
    Change the "SERVER_THREAD_STACK_SIZE = 0;"
    with "SERVER_THREAD_STACK_SIZE = 512 KB;"
    and restart the BI Server.
    Bye,
    MR.

  • [nQSError: 46036] Internal Assertion:  error

    Hi I am a new bie to OBIEE, I am trying to create a simple example ...
    I use two tables product and product_stock noth from different schema.....
    the structure of the tables are as follows
    PRODUCT_STOCK
    INT_PRODUCT_ID     NUMBER(10)                    
    INT_WAREHOUSE_ID     NUMBER(10)                    
    INT_STOCK_LEVEL     NUMBER(10)          
    has a primary key on the int_product_id and int_warehouse_id
    PRODUCT_TBL
    INTPRODUCTID     NUMBER(10)          
    NVCTITLE     VARCHAR2(255)     
    INTREGIONID     NUMBER(10)
    product_tbl has a primary key on yhe intproductid column
    now in physical layer of the administration tool, i use the new foreign key option in the physical diagram from the product_tbl to the product_stock table
    then in the BMM layer, i create complex join from product_tbl to the product_stock table in the business diagram
    my repository is consistent and able to use it in answers
    but in the answers page when i select intproductid from the product_tbl and int_stock_level from the product_stock table, i get the following error
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition m_CountFields == static_cast<int32>(m_ColumnNameVector.size()), file .\Src\SQCSCacheStorageListStream.cpp, line 222. (HY000)
    SQL Issued: SELECT PRODUCT_TBL.INTPRODUCTID saw_0, PRODUCT_STOCK.INT_STOCK_LEVEL saw_1 FROM test WHERE PRODUCT_TBL.INTPRODUCTID = 6048 ORDER BY saw_0, saw_1
    Kindly help me to find what is the reason behind this error.
    Thanks

    After changing the value to 512 KB,I restarted OC4J and BISERVER, even then am getting the error as follows
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition m_CountFields == static_cast<int32>(m_ColumnNameVector.size()), file .\Src\SQCSCacheStorageListStream.cpp, line 222. (HY000)
    SQL Issued: SELECT PRODUCT_TBL.INTPRODUCTID saw_0, PRODUCT_STOCK.INT_STOCK_LEVEL saw_1 FROM test WHERE PRODUCT_TBL.INTPRODUCTID = 6048 ORDER BY saw_0, saw_1

  • Nqserror 27005 Unresolved column error

    I'm using the default RPD provided with Oracle BI Apps (OracleBIAnalyticsApps.rpd) and default catalog EnterpriseBusinessAnalytics. I am getting the following error in the Service - CRM Activities subject area:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: "- Activity Facts"."# of Activities". (HY000)
    I have
    1) Checked the linking from presentation layer to physical layer and the column is properly linked in all layers
    2) Checked all the logical joins with other tables and all columns involved in the joins are present.
    When i run the dashboard Service Employee --> My To Do List, the "Call Back Queue" report fails with the above error. However, when i create the same report in Answers by adding the same columns along with "# Of Activities" the report runs fine.
    Please help me.
    Jimit

    Resolved. Recreated the report

  • [nQSError: 12002] Socket communication error at call=recv: (Number=10038)

    Hi, When I try to run any reports in Oracle Answers I am getting the following error:
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. NQODBC SQL_STATE: HY000 nQSError: 10058 A general error has occurred.
    nQSError: 12002 Socket communication error at call=recv: (Number=10038) An operation was attempted on something that is not a socket. (HY000)
    When I try to issue a 'Direct Database Request' from Answers, it is working fine and I can see the results. The error is occuring only when I select any columns from the Presentation Catalog and try to run the Adhoc report.
    Please could you help me fix this issue.
    Thanks
    Srikanth

    Hi, When I try to run any reports in Oracle Answers I am getting the following error:
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. NQODBC SQL_STATE: HY000 nQSError: 10058 A general error has occurred.
    nQSError: 12002 Socket communication error at call=recv: (Number=10038) An operation was attempted on something that is not a socket. (HY000)
    When I try to issue a 'Direct Database Request' from Answers, it is working fine and I can see the results. The error is occuring only when I select any columns from the Presentation Catalog and try to run the Adhoc report.
    Please could you help me fix this issue.
    Thanks
    Srikanth

  • A general error has occurred. libclntsh.so.10.1: wrong ELF class: ELFCLASS6

    Hi All,
    we have OBIEE installed on RedHat Linux (64-bit) and getting bellow errore while trying to update row count from RPD.
    we are using OCI to connect to oracle database(installed oracle 10g 10.2.0.1 64 bit) and our OBIEE is 32 bit. I have followed all the instructions from old posts like.
    setting environmental variables in user.sh file but still its throwing error.
    Environmental variables:
    ORACLE_HOME=/Oracle/10.2.0.1/client
    export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    and client is using ldap to resovle database connection.
    ERROR:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. libclntsh.so.10.1: wrong ELF class: ELFCLASS64 [nQSError: 46029] Failed to load the DLL OBIEE_HOME/OracleBI/server/Bin/libnqsdbgatewayoci10g.so. Check if 'Oracle OCI 10G' database client is installed. (HY000
    Thanks
    Venkat

    Venkat,
    I'm not sure if you are using OBIEE 11g or OBIEE 10g.
    If you are using OBIEE 11g then your #1 problem is that you must install the 64-bit version of OBIEE 11g in on a 64bit OS for all to perform properly.
    You must also make sure to conduct the Software Only installation.
    Let me know if that is case that you are using oBIEE 11g or not?
    Cheers,
    Christian
    http://www.artofbi.com

  • Meaning of this error:  nQSError: 10058] A general error has occurred.

    Hi All,
    I'm facing a strange problem with Siebel Analytics. The user is getting intermittent "ODBC Driver Returned an error" while trying to run reports.
    It is not happening all the time.
    I checked the Session. Even I can see some requests are getting following type of error:
    "State: S1000. Code: 10058. [NQODBC] [SQL_STATE: S1000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition cachedQueryEntryPos != pCacheMetadata->m_cachedQueries.end(), file c:\views_c\nightly\Fri\7.8.5\Windows\vobs\analytics\server\query\Optimizer\Navigator\Src\SQONExactMatch.cpp, line 1139. (S1000)"
    We are unsure about what is wrong.
    Anyone knows the reason for this type of issue?
    Thanks in advance.
    Regards
    Sudipta

    Try to change something in report and resave the report, this should solve problem if not, try to get same report from previous release,code base or from backup using Catalog Manager bring the report to new development by Export/Import report.
    In this way it worked for me.

  • Reg : nQSError:10058 in OBIEE

    Hi Experts,
    Am getting the following error in my dashboard.Can anyone provide inputs as what is the cause of this issue and how to resolve it.
    nQSError: 10058] A general error has occurred. The backend MDX query did not generate correct output and could be parsed

    Hi,
    I googled this error and find this
    The backend MDX query did not generate correct output and could be parsed.
    Cause. The MDX query did not generate axis information.
    Response. Modify the SQL query and try again.
    So try removing coulmns one by one from report and check.
    Thanks
    Sandeep

  • [nQSError: 12002] Socket communication error at call=recv: (Number=10004)

    Can any1 plz help...!
    I am unable to start presentation services...! I am currently using windows server 2003 service pack 2. I tried configuring scheduler after which I got the message:
    "Windows could'nt start Oracle BI Presentation server on local computer. For more information review the system event log. If this is a non-microsft service, contact the service vendor, and refer to service-specific error code -1."
    I am getting these 2 errors:
    In nqserver.log shows below error
    [nQSError: 12002] Socket communication error at call=recv: (Number=10004) A blocking operation was interrupted by a call to WSACancelBlockingCall.
    In nqscheduler.log shows below error
    [nQSError: 12002] Socket communication error at call=: (Number=10048) Only one usage of each socket address (protocol/network address/port) is normally permitted.
    I have changed scheduler port (in Job manager-->file-->configure options..>schedule-->general tab) to an available open port since 9705 is not available. I also updated port number in instanceconfig.xml file.
    Any suggestions would be really appreciated.

    have you seen the blog of John about this? http://obiee101.blogspot.com/2008/08/obiee-configuring-configuring-scheduler.html
    hope this heps

Maybe you are looking for

  • Maximum Fields in a query

    Hi, I would like to know the maximum No. of Fields we can place in  Rows and Colums of a query. Regards, Suresh

  • Creditors Ageing Report

    Hi ... I have a situation in my Creditor Ageing Report, whereby Doc No, Doc Date, Comp Code and reference no has been deleted using transaction F-53, but when I print out the report it still appears ? Is there anything I need to do . Nathan

  • Text links in Dreamweaver CS3

    I have a grey line of text on a green background. When I add a link to the text, it shows up a purpleish blue in any web browser. I've checked Safari, Firefox, and Explorer. It changes the color once a link is added. I am fairly new to using Dreamwea

  • Could we have an Update on the iPod Nano Replacement program for all Norwegian users perspective...?

    This is a post that will be in Norwegian. Hei. Noen som har fått sin erstatnings Nano ennå. Jeg har fått beskjed om at den er sendet den 6 januar, med et sporingsnummer på ti siffer. Dette sporingsnummeret funker ingensteder. Noen der ute i samme sit

  • Query about $enveloperecipients...

    Hi All, I have a problem and am wondering if the gathered knowledge can help me.... For messages matching a certain criteria, I wish to let the original message go to its destination but BCC a copy to a different e-mail address. However, I also want