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)

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] 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 ?

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

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

  • STATE:HY000 Error 10058 and error 43113 ,error 43093, error 17001 code 942

    The schema and table are all exist .
    Below is the error message from OBIEE Report:
    [NOODBC][SQL_STATE:HY000][nQSError: 10058] A general error has occurred.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement.
    [nQSError: 17001] Oracle Error code:942 message: ORA-00942: table or view does not exist.
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    and there have other problem for Administrator Tool about ER model:
    [nQSError: 15001] Could not load navigation space for subject area WMAdhocReportingBMM.
    [nQSError: 15019] Table Region is functionally dependent upon level Region, but a more detailed child level has associated columns from that same table or a more detailed table.
    Please Help...
    Thanks a lot :(

    Hi,
    Firstly check from command prompt if you are able to get the reply from the db server using
    tnsping <<connect string>>
    here the connect string would be LHS part of corresponding entry in tnsnames.ora file
    If you are able to get the reply ensure that the call interface u select in the rpd connection pool to be OCI 10g (or 11g whichever version of db u r using) and in the name give the above connect string.
    If you are not able to get any reply it might be either network issue or improper install of sql client
    Hope this helps
    Regards,

  • 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

  • Write back error, help

    Hi all,
    In my write back report, i got this error:
    error code: OPR4ONWY:U9IM8TAC:OI2DL65P
    状态: HY000。 代码: 10058。 [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. (HY000)
    Issue SQL: EXECUTE PHYSICAL CONNECTION POOL "connection pool" COMMIT
    I checked in database, data have changed in db, but why raise this error?
    Edited by: jacky on 2010-7-27 下午8:42

    Hi Jacky,
    I guess you should put an insert statement in place .If the column that you are updating has null values then it will look for insert statement but if you are updating a column value that already has some value then it will look for update statement.For ex : if you are updating some meaure value from 200 to 300 then it will execute update statemnt but if you are updating null to 300 then BI server will look for insert staement.
    I worked on this a long way back so if you can try puttting insert statement then we can reach at some conclusion.
    Thanks
    Sandeep

  • Obiee authority

    Hi
    ME In BIEE the ANSWERS in the four columns -> user, address, income, costs
    'TN' User does not have "costs" authority
    now using the 'TN' User , view this report have error message
    Odbc 驅動程式傳回錯誤 (SQLExecDirectW)。
    錯誤詳細資料
    錯誤碼: OPR4ONWY:U9IM8TAC:OI2DL65P
    狀態:HY000。 代碼:10058。 [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22024] A comparison is being carried out between non-compatible types. (HY000)
    發出的 SQL: SELECT ADD_DIM.NAME saw_0, ADD_DIM.ADDRESS saw_1, PHIS."INCOME" saw_2, PHIS."COSTS" saw_3 FROM "KTGH--phis" ORDER BY saw_0, saw_1
    Please help Thank you
    Monica

    Hi
    ME use BIEE the ANSWERS in the four columns -> user, address, income, costs
    'TN' User does not have "costs" authority
    now using the 'TN' User , view this report have error message
    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: 22024] A comparison is being carried out between non-compatible types. (HY000)
    SQL Issued: SELECT ADD_DIM.NAME saw_0, ADD_DIM.ADDRESS saw_1, PHIS."INCOME" saw_2, PHIS."COSTS" saw_3 FROM "KTGH--phis" ORDER BY saw_0, saw_1

  • [nQSError: 17012] Bulk fetch failed. (HY000)

    Hi All,
    Some times my report through's  the following error message:
    ORA-03135: Attached the query which results into an error after running for 31 minutes. Below is the error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 3135, message: ORA-03135: connection lost contact Process ID: 25523 Session ID: 774 Serial number: 19622 at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed. (HY000)
    Please give me the solution.
    Thanks&Regards,
    Nantha.

    I see the irony was lost as your reply remained unprecise and un-informative. "Server side everything ok" - what does that even mean? BI server? Database server? What about the network? What about firewall issues with the expire_time parameter in the sqlnet.ora? Are you working with virtual machines on either side (or both)?
    http://catb.org/~esr/faqs/smart-questions.html

  • [nQSError: 46046] Datetime value -09-05 does not match the specified format. (HY000)

    Hi,
    I am getting the following error while selecting the date column from Report. Please suggest the solution or work around.
    SET VARIABLE QUERY_SRC_CD='Report';SELECT
       0 s_0,
       "PPMC SA"."Dim Workplan"."Project Id" s_1,
       "PPMC SA"."Dim Workplan"."Project Name" s_2,
       "PPMC SA"."Dim Workplan"."Task Actual Start Date" s_3
    FROM "PPMC SA"
    ORDER BY 1, 2 ASC NULLS LAST, 3 ASC NULLS LAST, 4 ASC NULLS LAST
    FETCH FIRST 65001 ROWS ONLY
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS.
    [nQSError: 46046] Datetime value -09-05 does not match the specified format. (HY000)
    My Observations: Task Actual Start Date is a date column in SQL Server 2008, the column imported in obiee Physcial layer as Varchar(10). So i converted the column as Date in Physical layer.
    Thanks in Advance,
    Pradeep

    Hi Pradeep,
        One or more rows in 'Task Actual Start Date' does not have date time format which is why you will be getting this error. You may have to fix this at data level to get rid off this error.
    To test, apply a filter to see 5-10 rows of data, it should work fine as you would have excluded that data.
    Pls mark if correct/helpful.

  • Error  in reports after upgrade from OBIEE 10g to 11g :  [nQSError: 14025]

    Hi All, We upgraded RPD and web catalog from OBIEE 10g to 11.1.1.5. I see the following error while running few reports.
    Error: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A
    general error has occurred. [nQSError: 43113] Message returned from OBIS.
    [nQSError: 14025] No fact table exists at the requested level of detail:
    When I add an user under BIAdministrator Application role and login, all the reports work correctly.
    I verified Oracle BUG fix (11850704) document and tried to make changes as suggested.
    Please suggest me if this issue is related to 10g to 11g RPD upgrade or are we missing any privileges?
    Also should I add every user to BIAdministrator role to avoid this issue?
    Thanks in Advance

    Hi,
    First of all i am not familiar on linux box.
    I tried in windows environment the rpd is deployed with out any errors.
    But i ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while i am running in oracle_common\bin\ua.bat is not responding in my local system.
    Please Mark if it helpful.
    Thanks

  • [nQSError: 59014] The  requested column does not exist in this table.

    Hi
    As you know this error has been discussed in other threads.. the difference in mine is that not only the time series measures but all the columns are giving me the error...none of the columns are being displayed... The rpd has no consistency errors. can anyone suggest what may be going on?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59014] The requested column does not exist in this table. (HY000)
    SQL Issued: SELECT column1 saw_0 FROM Paint3 ORDER BY saw_0
    Thank you
    mm58

    I guess you have the column in RPD, and it is available for queries.
    are you using any time measures? if so check you chronological keys.

Maybe you are looking for

  • Can connect to bot but not people?

    I am totally clueless as to why this would be, but although I can connect to the apple test bots (appleu3test01 to be exact), I cannot start an AV chat with any real people. I get what I understand to be the usual "SIPConnectIPPort failed" in the err

  • Blue thin line

    I have a 2007 20" iMac.  Recently just reinstalled Lion and had a thin, blue, vertical line on the left side of the display appear.  Wasn't there before upgrading from Snow Leopard.  If you look closely, you can see it flickers.  It's not too noticea

  • Inserting Video Problem

    Hi, Im trying to insert an AVI video into dreamweaver html page in a layer. I go to insert, media, plugin + then select the video i want + then it comes up as a grey box but then when i view in browser it doesnt start playing. Please can anyone help?

  • Why don't I see my fonts

    I loaded a template and in the font drop down I only see 8 fonts and they are not from my computer?

  • Sort an array question

    Hello I have a sort question. I have a array like this "105016""Testnaam 16""16""16"" 16 16 1""105017""Testnaam 17""17""17"" 17 17 2""105018""Testnaam 18""18""18"" 18 18 3""105019""Testnaam 19""19""19"" 19 19 4""105020""Testnaam 20""20""20"" 20 20 5"