[nQSError: 46036] Internal Assertion:  Help needed Gurus

Hi Gurus,
When i am trying to run the service, i am getting the following error :
[nQSError: 46036] Internal Assertion: Condition m_pFile->Read(bytes, sizeof(data)) == sizeof(data), file
server/objectmodel/Src/SORpArchivePersistStream.cpp, line 309.
I am using 10.1.3.3. version for OBIEE. and my sas is on AIX and SAW is on SOlaris.
And my repository is consistent.
And when i am trying to look at line 309 , its pointing me to cubeviews section.
Please help me.
Thanks in Advance.

Hi,
Check whether the number of the elements in the level in the dimensional hierarchies is zero. If it is zero, change it to an integer value greater than or equal to 1.
Hope this helps.
regards
RN

Similar Messages

  • [nQSError: 46036] Internal Assertion: Condition internalParams.size() 0,

    Hello all,
    I have looked everywhere but this one is not to be googled.
    I am running on my local machine for testing in a checked out rpd, Connected across connection pools to two different databases on two different servers on two different continents (not that it matters).
    The rpd saves with no errors.
    I have a facts table and two dimensions. When I run a report with data from the Facts and either dimension it runs great and is quick. If I try to run a report with both dimensions and the facts I get the error below.
    On the connections between the tables there is a two field join between the fact and each dim table. WIth a Right Outer Join on both
    MV_INVOICES_GET_PAID.O_GET_PAID_PROBLEM_NUMBER = GP_UNION_MV.PROB_CHAR AND
    MV_INVOICES_GET_PAID.COMPANY_CODE_DIM = GP_UNION_MV.GMIS_COMPANY
    MV_DEL_GET_PAID.DEL_O_GET_PAID_PROBLEM_NUMBER = GP_UNION_MV.PROB_CHAR AND
    MV_DEL_GET_PAID.DEL_COMPANY_CODE_DIM = GP_UNION_MV.GMIS_COMPANY
    ===============================================================
    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: 46036] Internal Assertion: Condition internalParams.size() > 0, file .\Src\SQOIGeneratorBuiltIn.cpp, line 724. (HY000)
    SQL Issued: SELECT "Problem Header".PROBLEM_NUMBER saw_0, "Problem Header".ENTDATE saw_1, Deliveries.DATA_SOURCE_CODE saw_2, Deliveries.DEL_BILL_CUST_NO saw_3, Invoices.MATERIAL_CODE_DIM saw_4, Invoices.I_DUE_DATE saw_5 FROM GPDIS WHERE "Problem Header".ENTDATE >= timestamp '2009-06-01 00:00:00' ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5
    ================================================================
    Thanks for any help. I was wondering if my local machine might need an OBI upgrade,

    Not using cubes. All three tables are just tables. Nothing special about them. No hierarchies.
    On the joins, they are joined properly.and they will return data as they should each individually, but not both at the same time.
    I did notice that on the Logical Table Diagram that I have the option of using Left Outer Joins, etc. But on the Physical Diagram I can only join the fields with the option to use Inner join.
    Version:
    --------- Oracle BI Version: 10.1.3.3.1.071012.2100 :
    Edited by: user4652699 on Nov 11, 2009 1:09 PM

  • Query Failed: [nQSError: 46036] Internal Assertion ( OBIEE error)

    Hi Friends.
    Did anyone faced this problem. I am using custom filters on reports. The reports work well for 5 filters but start giving error on last filter. As far as I can guess its an internal OBIEE optimizer error. Can anyone faced this problem and help
    A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 46036] Internal Assertion: Condition pCond, file server\Query\Optimizer\Request\Src\SQORRqList.cpp, line 2604.Please have your System Administrator look at the log for more details on this error. (HY000)

    We faced same problem. There is no clear definition of error even we increase log trace level to 7.
    Query Status: [nQSError: 46036] Internal Assertion: Condition pCond, file server\Query\Optimizer\Request\Src\SQORRqList.cpp, line 2716. [[
    We will open a ticket to Oracle Support.

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

    Hi All,
    I am getting the below error while designing RPD.Pls Help.
    [nQSError: 46036] Internal Assertion: Condition i + 1 < numKeys, file .\Src\SQLogicalRqtGenerator.cpp, line 645.
    Regards,
    Darwin S

    Hi,
    Check whether the number of the elements in the level in the dimensional hierarchies is zero. If it is zero, change it to an integer value greater than or equal to 1.
    Hope this helps.
    regards
    RN

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

  • Install/start OBI 11 error [nQSError: 46036] Internal Assertion: Condition

    I installed OBI 11 on Redhat 5.2 86_64, with Oraclr 11.2 database. During installation,there are two configuration error:  opmnctl task failed
      Step Executing: opmnctl start coreapplication_obiccs1 failed
      Configuration Action 'Executing: opmnctl start coreapplication_obiccs1' has failed. Please check logs for
      opmnctl task failed
      Step Executing: opmnctl start coreapplication_obips1 failed
      Configuration Action 'Executing: opmnctl start coreapplication_obips1' has failed. Please check logs for Check the log file in ORAINVENTORY, but not see any relevant info.
    I then log into Fusion Middleware EM, and see message: 'some components are not available'. Restart and see following errorsSEVERE: Element Type: BI_INSTANCE, Element Id: coreapplication, Operation Result:
      FAILED_TO_START, Detail Message: Error in starting one or more components of BI Instance;
      Please check the server log files for detailed message.
    SEVERE: Element Type: PROCESS, Element Id: coreapplication_obiccs1, Operation Result:
      FAILED_TO_START, Detail Message: Operation Failed: start; OracleInstance: BICCH;
      Component: coreapplication_obiccs1; msg: 0 of 1 processes started.
    Operation Failed: start; OracleInstance: BICCH; Component: coreapplication_obiccs1; msg: 0 of 1 processes started.
    [nQSError: 46036] Internal Assertion: Condition rCCSNodeDB.SetConfigInfo(rCCSNodeDB.GetOurNodeId(),
      GetClusterServerStartTime()), file server/cluster/clusterserver/Src/CLSMain.cpp, line 262.
    What I should do to solve this problem, and where to find the server log file for detailed info about htis issue.

    Hi,
    Chekc this...Might help you....OBIEE 11g Cluster Controller Failed to start
    Regards,
    Srikanth

  • [nQSError: 46036] Internal Assertion: Condition pRightNode

    Hi ,
    can anyone help me with this . I got the above error when i ran a particular report .
    .But the same report works fine without any code fix .
    The error message says
    [nQSError: 46036] Internal Assertion: Condition pRightNode, file server/Query/Optimizer/ServiceInterfaceMgr/SIMDB/Src/SQOIORGeneratorOracle803.cpp, line 1593
    I am working on OBIEE

    Hi
    Its too late to post here but i got this error last 2 days back
    Hope if anyone could reply to this.
    Thank you

  • [nQSError: 46036] Internal Assertion: Condition nodes.size() == 1

    NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition nodes.size() == 1, file server/Query/Optimizer/Navigator/Src/SQONPathJoinConstructor.cpp
    can anyone help me understand and resolve this error

    Hi,
    Pls check your connection pool and db connectivity.
    You will get these kind of dashboards errors when schema password locked/wrong password, table not available, db not able to connect.
    so check on those perspectives...
    thanks,
    JP

  • [nQSError: 46036] Internal Assertion: Condition pLeftOperand in obiee 11g

    Hi ,
    I am trying to display text data from Essbase Cube in OBIEE report , had one thread already opened for this :
    Displaying text data from Essbase Cube in OBIEE report
    I'm approaching in the following way :
    1. Created one session initialization block "TEXT_ID_VALUE" , having below query :
    select TEXT_ID, VALUE from HSP_TEXT_CELL_VALUE ;
    2. Matching the data populating in "TEXT_ID"(numeric data) session variable, with one of my measure column and fetching the corresponding "VALUE" session variable (text data) . (both the session variable's belong to TEXT_ID_VALUE initialization block , with 'row wise initialization' )
    3. Wrote below expression in measure column(in BMM layer) :
    CASE WHEN  "CAPEX_inteliplan"."CAPEX"."Capex Description" = VALUEOF(NQ_SESSION.TEXT_ID)  THEN  VALUEOF(NQ_SESSION.VALUE)  END
    Its throwing this error message :
    *[nQSError: 46036] Internal Assertion: Condition pLeftOperand, file server\Query\Optimizer\Request\Src\SQORRqExprCond.cpp, line 158.*
    Am I missing anything / is it the correct way to do it?

    Hi Srini ,
    I found " user.sh " under :
    C:\obiee11g\instances\instance2\bifoundation\OracleBIApplication\coreapplication\setup
    It about :
    The examples of configuring Oracle and DB2 UDB
    *# clients on various Unix and Linux Operating Systems(Solaris,Linux,HPUX PA-RISC,HPUX Itanium,AIX) .*
    I found a "user.cmd"(probably for windows) also in that folder location , but it contains only the following :
    *@echo off*
    REM This file is a place holder for setting environment variables
    REM set TNS_ADMIN=C:\obiee11g\Oracle_BI1\network\admin
    Not sure where add "OBI_BACKGROUND_STACK_SIZE = 1024 KB" !

  • Error in start OBIEE server - [nQSError: 46036] Internal Assertion

    I have OBIEE installed on Linux 5, the database server is on another Linux on the same network. I configured a RPD file using the Admin Tool and ftp it to the OBIEE server. I then changed the NQSConfig.INI file to point to the new RPD file.
    Start the server
    ./run-sa.sh startand have error below
         [36007] Loading repository /u01/app/obiee/server/Repository/tsbiadmin.rpd.
    2009-12-21 16:45:34
         [46036] Internal Assertion: Condition m_pFile->Read(bytes, sizeof(data)) == sizeof(data), file server/objectmodel/Src/SORpArchivePersistStream.cpp, line 317.
    2009-12-21 16:45:34
         [nQSError: 46036] Internal Assertion: Condition m_pFile->Read(bytes, sizeof(data)) == sizeof(data), file server/objectmodel/Src/SORpArchivePersistStream.cpp, line 317.The file /u01/app/obiee/server/Repository/tsbiadmin.rpd does exist and has mode 755.
    What could be wrong?
    Thanks

    Searched the forum and find a post suggests Modify the NQSConfig.INI file.
    Change the "SERVER_THREAD_STACK_SIZE = 0;"
    with "SERVER_THREAD_STACK_SIZE = 512 KB;" Tried it but has the same error.

  • [nQSError: 46036] Internal Assertion: Condition pExpr- IsValueExpr(), file

    Hello
    This is my first post so bear with me. I get the 46036 error from Answers when I add a field that I created in the BMM of the RPD. We are on OBIEE 10.3.4.1. I added a logical column to a table and inserted the following expression to filter the business units:
    "FinanceDW".""."Finance"."PS_CSU_D_FBUSUNIT"."BUSINESS_UNIT" Like '%CMP%'.
    I can check the change in without any errors but when I use that field with that expression I get the nQSError.
    There is a blog post that implies some corruption but that is not the case here.
    Any insight to this issue would be greatly appreciated.
    Regards
    Yves Hepperle

    Hi,
    Refer : http://tipsonobiee.blogspot.com/2009/06/error-nqserror-46036-internal-assertion.html
    Regards,
    Srikanth

  • [nQSError: 46036] Internal Assertion: Condition GetAdaptersinfo( pAdapterin

    hi when i installing obiee. this kind of error will be show...please clarify my problem please respond my problem asap
    [nQSError: 46036] Internal Assertion: Condition GetAdaptersinfo( pAdapterinfo(Padapterinfo.get(),&uloutBufLen)==NO_error,file.\config\SUSystem,configcpp,line1297
    Thanks & Regards
    Edited by: 799127 on Sep 30, 2010 10:15 AM

    Hi,
    I got the same error before, I resolved it by installing a loopback adapter.
    Check this link,
    Re: OBIEE Installation problem
    You can see how to install loopback adpter using the following link..
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    Thanks,
    Vino

  • Internal assertion error.[nQSError: 46036]

    Hi ,
    I imported some tables from SH schema. Created a join between TIME and SALES table. Created a subject area based out of only these 2 tables.
    Now when I query any attribute from Answers, I get some wierd error.
    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 221. (HY000)
    SQL Issued: SELECT SALES.PROMO_ID saw_0, TIMES.WEEK_ENDING_DAY_ID saw_1 FROM "For Dimensional Hierarchy R & D" ORDER BY saw_0, saw_1
    I checked in OBIEE error message pdf also but did not get any clue.
    Can someone help me out to fix this issue?
    Thanks

    Hi,
    Checkout following link -
    http://obiee-blog.info/bugs-and-issues/admintool-check-in-changes-internal-assertion-error-condition/
    Hope this will help.
    Thanks,
    Saurabh

  • OBIAp Internal assertion error

    HI Gurus
    I have installed fres installation of OBI Apps.I have also configured the financial analytics in itand also have done a DAC full load.
    Now when iam running Accounts receivables dashboard in answers some reports are giving the following error.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 46036] Internal Assertion: Condition pReferencedTable, file server/Query/Optimizer/SmartScheduler/PhysicalRequestGenerator/Src/SQOSPJoinDecomposer.cpp, line 257. (HY000)
    Can anyone help me out what could i do to sort out this error.
    Thanks & Regards
    Bivin

    Hey Will,
    Recently I've seen OBIEE generate some bad queries on an Oracle Database. I had setup a few time series measures and when I added more than three into a report, I got a table not found error. It turned out that it was a combination of the query getting very complex and the way it was using ANSI SQL Left Outer Join operator. I'm wondering if your situation is similar.
    Can you try the following?
    1. Log into the RPD and for your user, set the logging level to 7 (Manage->Security then find your user).
    2. Clear all the caches (BI Server=Manage->Cache delete them all, Presentation Server=Settings->Manage Sessions then close all cursors)
    3. Run the report for a date range that works fine
    4. Run the report for a date range that causes the error.
    5. Look at the physical SQL generated in the log files (Settings->Manage Sessions)
    Compare the two queries and see if anything stands out. In fact try to execute both in SQL Developer or Toad and see if you get any errors. If you can, post the physical SQL and I might be able to notice something.
    Just to confirm, you're using OCI to connect to an Oracle source right?
    In my situation, I fixed it by disabling the LEFT OUTER JOIN syntax on the database. We might be able to get you to do something similar to fix your problem.
    Thanks!
    -Joe

Maybe you are looking for

  • Screen Sharing and ARD broken

    Hi, I have 10.9.4. I had remote management switched on and it was working fine. I installed ARD 3.7 and started it up fine and it was running fine allowing me to do all what I needed. I also need to remote to this Mac and so set the preference in ARD

  • Branch office router recommendation

    Hi, my company is opening a small sales office of about 10 users. They have a dsl connection there, and I would like to put a cisco router at the location so that I can get utilization stats, response time information, etc via snmp. Can somebody make

  • Fire tv connection problem

    For some reason my fire to box has stopped connecting to my hub, have turned it on and off, changed channels and even move the box closer to the hub, it connected at first then disconnected and will

  • Advice on buying Snow Leopard Pls.

    I do not have snow leopard yet and i was wondering if someone might be able to tell me what the main differences are and their benefit's? Thank you

  • Ranking in migrated report

    Hi, I have some Webi 3.1 reports that were migrated to 4.1 that are not working correctly.  The report pulls from two universes, there are merged dimensions, a break in the reports and ranking within each break.  The 3.1 report works fine.  In the 4.