[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" !

Similar Messages

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

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

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

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

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

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

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

  • 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

  • Coloring value with condition in Analysis OBIEE 11g

    Dear Gurus,
    I have pivot analysis, which show date and sales.
    I want to highlight the value of the date if it holiday.
    I want to coloring red the holiday date.
    How to do that?
    Thank you before
    Regards
    JOE

    Hi,
    Here I have one question,
    How you know wether which day is holiday in your time dim? do you have any condition on that?
    If you know that just go-->time date column properties-->click --> condtinoal tab--> apply filter condition and apply the color as you like.
    Hope this help's
    Thanks
    satya

  • Conditional based Writeback OBIEE 11g

    Hello ,
    I have a requirement to enable the writeback to specific records which satisfies the specific conditions.
    EX:-My requirement ,i have a approved column ;it is writeback column.So,that should be enabled based on the create date.If the create date is more than 3 days the approved column writeback option should be disabled.
    Is there anyway we can achieve this requirement.
    Thanks,
    prassu

    Hi I think that with some javascript you could disable the write back input.
    Why don't you use another method:
    1) conditional formatting on the rows that are changeable (e.g. show them in green and the other greyed out)
    2) apply a condition in the write back SQL statement that takes care of the 3 days e.g. update table1 set col1=ABCDE where days<3 and id=123

Maybe you are looking for