OPR4ONWY:U9IM8TAC:OI2DL65P

I got an error and here is the description
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1858, message: ORA-01858: a non-numeric character was found where a numeric was expected at OCI call OCIStmtExecute: select distinct T699105.ENTRY_EFFECTIVE_START_DATE as c1, T699105.ENTRY_EFFECTIVE_END_DATE as c2 from XXALB_PAY_ELEMENT_ENTRY_VAL_V T699105 where ( T699105.ENTRY_EFFECTIVE_END_DATE >= TO_DATE('2010-03-17 00:00:00' , 'YYYY-MM-DD HH24:MI:SS') and T699105.ENTRY_EFFECTIVE_START_DATE <= TO_DATE('2010-03-17 00:00:00' , 'YYYY-MM-DD HH24:MI:SS') ) order by c1, c2. [nQSError: 17011] SQL statement execution failed. (HY000)
SQL Issued: SELECT "PAY ELEMENT ENTRY VAL"."ENTRY EFFECTIVE START DATE" saw_0, "PAY ELEMENT ENTRY VAL"."ENTRY EFFECTIVE END DATE" saw_1 FROM Payroll WHERE ("PAY ELEMENT ENTRY VAL"."ENTRY EFFECTIVE START DATE" <= timestamp '2010-03-17 00:00:00') AND ("PAY ELEMENT ENTRY VAL"."ENTRY EFFECTIVE END DATE" >= timestamp '2010-03-17 00:00:00') ORDER BY saw_0, saw_1
when I run the query from the session log in TOAD, It is working fine.
Here Is the query output from TOAD
I am unable to Paste the TOAD Output onto this screen.
But i am getting records
Thanks in Adv.

I had this error once before and it ended up being the "DateTime Format String" in the Session Configuration. Can you check the value you have? Also does it tell you specifically where the error is occuring?
This could be a data-type mismatch between your informatica mapping and the data-type of the source table.
Thanks,
Austin

Similar Messages

  • Upgraded 10.1.3.3.2 to 10.1.3.4.0... getting OPR4ONWY:U9IM8TAC:OI2DL65P

    Upgraded 10.1.3.3.2 to 10.1.3.4.0.080726.1900 getting OPR4ONWY:U9IM8TAC:OI2DL65P
    One of the drill through report is getting this error never got on before the upgrade?? Any ideas?
    It also Changed the SQL is was running by A LOT! went from 4MB to 40MB in SQL file size?
    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: 17001] Oracle Error code: 937, message: ORA-00937: not a single-group group function at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT "Employee Organization"."Employee Organization Name" saw_0, "Employee Location"."Employee Location Name" saw_1, Job."Job Description" saw_2, Employment."Employment Category Description" saw_3, "Employee Attributes"."Employee First Name" saw_4, "Employee Attributes"."Employee Last Name" saw_5, "Workforce Profile Facts"."Mean Performance Rating" saw_6, "Workforce Profile Facts"."Length of Service days" / 365 saw_7, "Workforce Profile Facts"."Compa Ratio" saw_8, "Workforce Profile Facts".Headcount saw_9, AGGREGATE(saw_6 BY saw_0), AVG(saw_7 BY saw_0), AVG(saw_8 BY saw_0), AGGREGATE(saw_9 BY saw_0), AGGREGATE(saw_6 BY saw_0, saw_1), AVG(saw_7 BY saw_0, saw_1), AVG(saw_8 BY saw_0, saw_1), AGGREGATE(saw_9 BY saw_0, saw_1), AGGREGATE(saw_6 BY ), AVG(saw_7 BY ), AVG(saw_8 BY ), AGGREGATE(saw_9 BY ) FROM "Human Resources - Workforce Profile" WHERE ("Employee Organization"."Employee Organization Name" = 'Logistics-Quest') AND (Time."Year" = VALUEOF("CURRENT_YEAR")) AND ("Employee Attributes"."Employee Number" IS NOT NULL) AND ("Employee Attributes"."Employee Number" <> '0') ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5

    Seems to be an error in the SQL code as indicated by the error message (ORA-00937: not a single-group group function) - you are computing stats (AGGREGATE, AVG etc) as welll as selecting individual columns but there is no GROUP BY clause in the statement to group the individual columns.
    HTH
    Srini

  • OBIEE write back error MSG: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hello there,
    I've been trying to use OBIEE write back function. I've created XML template to insert and update value in OBIEE dashboard and then to the DB. I've look into several research paper, yet I still have the problem. Your help is greatly appreciated. I thank you so much in advance for your help. Arnold
    Pls see the following detailed info concerning this error:
    Error MSG detail:
    =============
    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 code:
    =========
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 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)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL SH
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 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)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL SH
    XML template:
    ==========
    <?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="SHNEW">
    <XML>
    <writeBack connectionPool="SH">
    <insert>INSERT into sales (sales_quota) values(@{c0})</insert>
    <update> </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>

    You don't have any update statement here :
    <update> </update>
    Research when insert part is called and when update is called.

  • Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    I am new to OBI EE
    When running ad-hoc query through Answers I get following 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 m_CountFields == static_cast<int32>(m_ColumnNameVector.size()), file .\Src\SQCSCacheStorageListStream.cpp, line 221. (HY000)
    SQL Issued: SELECT SORACSCT_DAILY.SHD_BSO_UID saw_0 FROM KPI_Daily ORDER BY saw_0
    The thing is I've tried using both OCI and ODBC, when connecting to the data source. I am kind of at a road block at the moment. I am trying, seeming basic method of enabling reporting off of one precompiled table. This precompile table has already been calucated, etc so I am just trying to expose it to the presentation layer, from the source ... any advice ?

    Check in database if that column exists.
    use toad or AQT or some tool.
    ~Vinay

  • Answers Error: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hi,
    I have a Business Model of my DataWareHouse with several fact tables and dimensions.
    Not all fact tables join with all the dimensions in my business model.
    When in answers I try to build a report with one measure from a fact table e one column of a dimension, that don't join, the result is unpredictable, sometimes gives an error, the others just doesn't return any value.
    Is there a way of customizing the metadata for never display that error?
    Is there a way of returning a value as the total result?
    Error message:
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Espécie.Área Processual [ ] . Please fix the metadata consistency warnings. (HY000)

    you must never forget that bi suite is just a tool..
    you said "h one measure from a fact table e one column of a dimension, that don't join, the result is unpredictable, "
    is it possible to take a simple sql answer from any tool,based on 2 tables where there is no connection between them??if yes,do it at your star schema...
    last,check in the log , the query that bi sends to the database
    hi according at your db check in google the functions of sending a e-mail.
    Otherwise you can manage to have a "table" in your db , which will be work as a log one...
    and in the answers section,when a condition will be acoplished it will send an emai
    i hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Getting an Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hi Guys,
    When iam trying to create a report from 2 different dimension tables iam getting following 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: 14026] Unable to navigate requested expression: PIN Activated.vendor_name. Please fix the metadata consistency warnings. (HY000)*
    Could you pls suggest when we get this type of error
    Regards,
    sk

    Hi Deva,
    In BMM Layer we used complex join.but still we are getting this error.Could you pls suggest me.
    Regards,
    sk

  • OBIEE Error OPR4ONWY:U9IM8TAC:OI2DL65P

    Tried to combine two Essbase cubes from different servers in OBIEE. The dimensions are conformed. The result of the basic report on Date and metric resulted in below error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. Essbase Error: Internal error: Set is too large to be processed. Set size exceeds 2^32 tuples. (HY000)
    SQL Issued: SELECT Date.Year_ID saw_0, Trans_Data."Shipped Units" saw_1 FROM "SC_Cube" ORDER BY saw_0
    I could sense an issue of missing join or something like cross join, but not able to find the clue. The relationship join key exists between Date and Trans_Data.
    Any feedback?

    You don't have any update statement here :
    <update> </update>
    Research when insert part is called and when update is called.

  • Report created results in Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hi ,
    I created a report and when I run I get the following error. Not sure where to concentrate in terms of the columns that I have selected. One column I suspected is reptno which return a number and so was cast with
    cast(test.REPTNO as Varchar(20)) but not sure whether that is the true culprit. If anyone has any suggestion or anything that would help me over this situation will be of great help.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46035] Datatype(VARCHAR) nullable(1) unicode(1) external char(0) conversion to datatype(VARBINARY) nullable(0) unicode(0) external char(0) is not supported. (HY000)
    SQL Issued: SELECT test.PROGRAMMER saw_0, case WHEN test.PRODUCT_ID = '1162' then 'BPEL' WHEN test.PRODUCT_ID = '1669' then 'BPEL' else test.GROUP_NAME end saw_1, test.CLOSED_DATE saw_2, test.TEST_NAME saw_3, test.TEST_STATUS saw_4, CAST(test.REPTNO AS VARCHAR(20)) saw_5, test.SUBJECT saw_6, test.CUSTOMER saw_7 FROM DDR WHERE (test.OWNER_TYPE = 'DDR') AND (test.STATUS IN (80, 75)) AND (test.CLOSED_DATE > timestamp '2009-01-01 00:00:00') AND (test.CS_PRIORITY < 3) AND (test.GENERIC_OR_PORT_SPECIFIC IN ('G', 'P')) AND (test.PRODUCT_ID IN (1162, 1669, 1876, 1652, 355, 1318, 1978, 2025, 1771, 1773, 1980)) AND (test.GROUP_NAME <> 'Others') AND ((test.TEST_NAME IS NULL) OR ((test.TEST_NAME NOT LIKE 'AUTO%' AND test.TEST_NAME NOT LIKE '%MANUAL%' AND test.TEST_NAME NOT LIKE '%FEASIBLE%'))) AND (test.TEST_STATUS IS NULL) ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5, saw_6, saw_7
    Thanks,
    -vinod

    Clearly the error is due to data type. You should get similar error if you run the SQL directly on your database.
    Also, looks like you are missing operator in the following clause.
    AND (test.GROUP_NAME 'Others')
    hth,
    Prakash

  • OBIEE Presentation services -Answers Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65

    Hi
    I am having a problem with OBIEE presentation services. I have to connection pools on the repository since I am use tables in different table spaces.
    I have check the “Require fully qualified table names” option.
    When I click view data or update row count on the Admin tool, its works fine however I get an error when I choose a field from one f the tables in OBIEE Presentation services “Answers”
    Error MSG:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 20013, message: ORA-20013: The workspace has not been set. Please call wb_workspace_management.set_workspace procedure to set workspace first. ORA-06512: at "OWBSYS.WB_WORKSPACE_MANAGEMENT", line 1356 ORA-06512: at "OWBSYS.WB_WORKSPACE_MANAGEMENT", line 1387 ORA-06512: at "OWBSYS.WB_WORKSPACE_MANAGEMENT", line 1402 at OCI call OCIStmtExecute: select distinct T7794.ELAPSE as c1 from OWBSYS.V_DW_EXEC_SCHEDULE T7794 order by c1. [nQSError: 17011] SQL statement execution failed. (HY000)
    SQL Issued: SELECT "DW SCHEDULE".ELAPSE saw_0 FROM "ETL Control" ORDER BY saw_0

    need to call owbsys.wb_workspace_management.set_workspace before each query.
    have to add it as a script to run before issuing a query.
    New feature in 11g owb

  • Error while Creating Presentation variable

    Hi,I am new to OBIEE
    I am facing this error:
    "A numeric value was expected (received "max("Sales Measures".Dollars)").
    Error Details
    Error Codes: EHWH2A7E"
    1.I am using paint rpd.I want to use presentation variable.
    2.So i took two column in criteria 1.Region 2. Dollars
    3.In Dollars edit formula ,I created presentation variable i.e. @{Doller_presentation}{max("Sales Measures".Dollars)} in the column formula.
    4.And In the same column i use filter
    Add ->presentation variable->variable exp =Doller_presentation and default =max("Sales Measures".Dollars)
    5.I have added this request on dashboard page,but error is coming.
    6.Also i have created dashboard prompt,
    Set presentation variable to "Doller_presentation"
    and in column formula :@{Doller_presentation}{max("Sales Measures".Dollars)}
    and took that prompt on the same dashboard page.
    so promt with 2 values are coming.1.All choces 2.13087528..may be ths is max value of dollar but on click its showing error as
    "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: 42021] The query does not reference any tables. (HY000)
    SQL Issued: SELECT 13087529 FROM Paint ORDER BY 1"
    I am confuse abt use of presentation variable
    Please Help,
    Thanks
    Kapil
    [email protected]
    Edited by: user13098263 on May 9, 2010 10:58 PM
    Edited by: user13098263 on May 9, 2010 11:01 PM
    Edited by: user13098263 on May 9, 2010 11:02 PM
    Edited by: user13098263 on May 9, 2010 11:04 PM

    Hi Rachit
    You answered my doubt.This one really works . Thanks a lot !
    But i have one more doubt i.e if have created the Presentation variable in the dashboard prompt and I want to use it in a report
    i.e the scenario is If I have created a new column i.e " Revised Salary " in the Presentation Services and want the values to be entered there dynamically upon end users choice. For ex the end user selecrts value of 1 then the report would display an increament of 500 to all the employees in the " Revised Salary " column and if the end user select value of 2 .. the report would display a decrement of 500 in the " Revised salary column".
    I am getting the following error :
    ========================================================================
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59001] Binary Logical operation is not permitted on VARBINARY, INTEGER operand(s). (HY000)
    SQL Issued: SELECT "D0 Time"."T05 Per Name Year" saw_0, "D2 Market"."M04 Region" saw_1, "D4 Product"."P01 Product" saw_2, "D1 Customer"."C1 Cust Name" saw_3, "F1 Revenue"."1-01 Revenue (Sum All)" saw_4, CASE WHEN 0='1' then "F1 Revenue"."1-01 Revenue (Sum All)" +500 else "F1 Revenue"."1-01 Revenue (Sum All)" - 500 end saw_5 FROM "Sample Sales" ORDER BY saw_0, saw_1, saw_2, saw_3
    ========================================================================
    Please NOTE : The column on which I want to do an increament is : "F1 Revenue"."1-01 Revenue (Sum All)"
    Thanks

  • Error while creating presentation variable in Dashboard prompts.

    Hi Team
    I have been going through the guidelines and procedures to create a presentation variable to use it in the dashboard prompt ( mentioned in the previous blogs ) .I followed the below link :
    http://oraclebi.blog.com/example-of-presentation-variable-in-obiee/
    I am using the following query :
    ========================================================
    SELECT case when 1=0 then "D2 Market"."M04 Region"
    else 1
    end
    FROM "Sample Sales"
    UNION ALL
    select case when 1=0 then "D2 Market"."M04 Region"
    else 2
    end
    FROM "Sample Sales"
    =========================================================
    I just wanted to create 2 dummy choices i.e 1 and 2 .But while soing so I am getting erros in the case statements :
    =========================================================
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: "D2 Market"."M04 Region". (HY000)
    SQL Issued: SELECT case when 1=0 then "D2 Market"."M04 Region" else 1 end FROM "Sample Sales" UNION ALL select case when 1=0 then "D2 Market"."M04 Region" else 2 end FROM "Sample Sales"
    =========================================================.
    Please suggest and let me know if there is any other method to have 2 chioces in drop down i.e 1 and 2 using SQL statements while creating the dashboard prompts.
    Thanks

    Hi Rachit
    You answered my doubt.This one really works . Thanks a lot !
    But i have one more doubt i.e if have created the Presentation variable in the dashboard prompt and I want to use it in a report
    i.e the scenario is If I have created a new column i.e " Revised Salary " in the Presentation Services and want the values to be entered there dynamically upon end users choice. For ex the end user selecrts value of 1 then the report would display an increament of 500 to all the employees in the " Revised Salary " column and if the end user select value of 2 .. the report would display a decrement of 500 in the " Revised salary column".
    I am getting the following error :
    ========================================================================
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59001] Binary Logical operation is not permitted on VARBINARY, INTEGER operand(s). (HY000)
    SQL Issued: SELECT "D0 Time"."T05 Per Name Year" saw_0, "D2 Market"."M04 Region" saw_1, "D4 Product"."P01 Product" saw_2, "D1 Customer"."C1 Cust Name" saw_3, "F1 Revenue"."1-01 Revenue (Sum All)" saw_4, CASE WHEN 0='1' then "F1 Revenue"."1-01 Revenue (Sum All)" +500 else "F1 Revenue"."1-01 Revenue (Sum All)" - 500 end saw_5 FROM "Sample Sales" ORDER BY saw_0, saw_1, saw_2, saw_3
    ========================================================================
    Please NOTE : The column on which I want to do an increament is : "F1 Revenue"."1-01 Revenue (Sum All)"
    Thanks

  • Help - column that would show col A or Col B val based on presentation var

    We are having difficulty in getting this to work.
    Here is what we have in the column formula:
    CASE WHEN @{variables.nabc}='Mgmt $' THEN SR_QUOTA_ACHIV_AGGR.MGMT_DOLLARS_MTD_AMT ELSE SR_QUOTA_ACHIV_AGGR.LGL_DOLLARS_MTD_AMT
    We get Syntax error.
    The variable is set in the prompt using a fake SQL
    SELECT CASE WHEN 1=0 THEN SR_QUOTA_ACHIV_AGGR.MGMT_DOLLARS_MTD_AMT ELSE 'MGMT $' END FROM ROAD_RUNNER UNION ALL SELECT CASE WHEN 1=0 THEN SR_QUOTA_ACHIV_AGGR.LGL_DOLLARS_MTD_AMT ELSE 'LGL $' END FROM RPT_TBL
    Any help will be greatly appreciated.

    tHEHi,
    Thanku for reply.
    I used the same approach what did u reply. But still i am facing the similar issue once i say ok to the query.
    It is showing the following error:-
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <,>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT CASE WHEN ''MGMT $''=''MGMT $'' THEN SR_QUOTA_ACHIV_AGGR.MGMT_DOLLARS_MTD_AMT ELSE SR_QUOTA_ACHIV_AGGR.LGL_DOLLARS_MTD_AMT, GEO_DIM.AREA, GEO_DIM.AREA_DESC, ORDER_SPLIT.BOOKED_DT, ORDER_SPLIT.ORD_SHIP_TO_SITE_CITY, ORDER_SPLIT.ORD_SHIP_TO_SITE_NBR, ORDER_SPLIT.ORD_SOLD_TO_SITE_CITY, ORDER_SPLIT.ORD_SOLD_TO_SITE_NBR, SR_QUOTA_ACHIV_AGGR.PROD_LINE_CD, SR_QUOTA_ACHIV_AGGR.QUOTA_CREDIT_COUNTRY_KEY, SR_QUOTA_ACHIV_AGGR.SALES_ORG_ID FROM ROAD_RUNNER')}
    SQL Issued: SELECT CASE WHEN 'MGMT $'='MGMT $' THEN SR_QUOTA_ACHIV_AGGR.MGMT_DOLLARS_MTD_AMT ELSE SR_QUOTA_ACHIV_AGGR.LGL_DOLLARS_MTD_AMT, GEO_DIM.AREA, GEO_DIM.AREA_DESC, ORDER_SPLIT.BOOKED_DT, ORDER_SPLIT.ORD_SHIP_TO_SITE_CITY, ORDER_SPLIT.ORD_SHIP_TO_SITE_NBR, ORDER_SPLIT.ORD_SOLD_TO_SITE_CITY, ORDER_SPLIT.ORD_SOLD_TO_SITE_NBR, SR_QUOTA_ACHIV_AGGR.PROD_LINE_CD, SR_QUOTA_ACHIV_AGGR.QUOTA_CREDIT_COUNTRY_KEY, SR_QUOTA_ACHIV_AGGR.SALES_ORG_ID FROM ROAD_RUNNER
    Thanks

  • Using a Variable Prompt - In an analysis using Top N filter (URGENT)

    Hi Experts
    I have created a variable prompt that is setup in the following way :
    Prompt Name : Number_of_rows
    User Input : Radio Buttons
    Radio Button Values : *1/ 2* (Custom Values)
    Variable Data Type : Number
    Default Selection : *1* (Specific Custom Value)
    I have an analysis/ report that has the following columns Customer ID | Number of Orders
    I have applied a top N filter to this report using the varibale prompt :
    *Number of Orders  is in top  @{Number_of_rows}* (which is equivelent to Number of Orders is in top 1 or 2)
    However when I view the report im getting the following error
    View Display Error
    Error getting drill information: SELECT "Customer"."Customer ID" saw_0, "Sales Facts"."Number of Orders" saw_1 FROM "Sales" WHERE TOPN("Sales Facts"."Number of Orders",Number_of_rows) <= Number_of_rows
    Error Details
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27005] Unresolved column: "Number_of_rows". (HY000)
    SQL Issued: {call NQSGetLevelDrillability('SELECT "Customer"."Customer ID" saw_0, "Sales Facts"."Number of Orders" saw_1 FROM "Sales" WHERE TOPN("Sales Facts"."Number of Orders",Number_of_rows) <= Number_of_rows')}
    Please can you help
    Kind Regards
    Hiten
    Edited by: #:::HITEN:::# on 29-Nov-2012 04:24

    I'll put this as below
    My prompt will have the TopN which can be formated by TopN Orders and setting this as Presentation variable as N
    SELECT TOPN("#Sales",10) FROM "SA" order by Product
    In the report I'm using same column (Orders) with expression as below.
    TOPN("#Sales", cast(@{N}{2} as int))
    If this is not helpful for you then try to pass some default value for the Presentation variable

  • Error while generating the report on Test env (for divide condition)

    Hi All,
    I am facing the below error while generating the report in test environment while the same report is working fine on Prod environment.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S1000 code: 1791 message: [Oracle][ODBC][Ora]ORA-01791: not a SELECTed expression. [nQSError: 16001] ODBC error state: S1000 code: 1791 message: [Oracle][ODBC][Ora]ORA-01791: not a SELECTed expression. [nQSError: 16015] SQL statement execution failed. (HY000)
    Actually the error is coming for the below logics:
    COUNT(DISTINCT RMA.RMA)/COUNT(DISTINCT User."User Name")
    "RMA Fact"."Module Backlog"/COUNT(DISTINCT User."User Name")
    Can anyone please tell if I need to make any configuration changes as the same logic works perfectly fine on production but not on test.
    Thanks in advance

    Is anyone having any idea about it...

  • Error while running a report in OBIEE answers

    Hi,
    I imported the ASO cube Account hierarchy is in the physical layer but not in BMM. So I change the dimension type to "other" from "measure dimension", the account dimension showed in the logical layer. But when I tried to run the reprot with one measure column I am getting the below error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 96002] Essbase Error: Unknown Member Measures.Total Annual Salary used in query (HY000)
    SQL Issued: SELECT 0 s_0, "ASO Cube"."HCP_RPT"."Total Annual Salary" s_1 FROM "ASO Cube" FETCH FIRST 65001 ROWS ONLY
    Please advise.
    Thanks...Harry

    Check this Doc ID 1461001.1
    Solution
    To ensure that no member names are specified in the MDX:
    1. Select one of the hierarchical columns in the report
    2. Right click on it.
    3. Collapse all items in view. This should remove the references to the members in the MDX.
    4. Save the report.
    If helps pls mark

Maybe you are looking for

  • Creative MP3 Player and Mac

    Hello!? I absolutely love using creative's media players however I recently switched from using a PC to a Mac and have discovered that I can't transfer music to my Zen Vision M 30 GB player! Is there any software or a driver I could download to solve

  • Invalid serial number error when reinstalling Acrobat 9

    I am retiring an old PC that had Acrobat 9 Standard installed on it.  I retrieved the serial number using JellyBean keyfinder.  When I try to install Acrobat 9 Standard on the replacement PC and enter the serial number I get an error that the serial

  • Transferring ORg Data From ECC to CRM

    Hi, An ORg structure was maintianed manually in our CRM system. Without deleting the strucutre we tried to generate the ORg strucutre from ECC using the program CRMC_R3_ORG_GENERATE . Now it created problems and our products and business partners are

  • Airplay by Mountain lion

    Dear Sir/Madam, I use my Mac Book air (mid 2011), with my 2nd gen Apple TV and 1st gen Airport express. When I turn on airplay from my MacBook Air, it is automatically display on Apple TV. It is very nice. However, when I play for a while (about 30 m

  • How do i clean install and Downgrade from Lion to Snow Leopard?

    Hello I want to sell my Mac Book. Lion already did not run well. Therefore I want to install snow leopard back on it and I want to wipe the computer. But it does not work. When I start the computer with the snow leopard and hold the c and apple butto