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

Similar Messages

  • 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

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

  • 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

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

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

  • 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

  • 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

  • Error Codes: EKMT3FK5:OI2DL65P

    Hi,
    there must be some file to replace one particular message as not all the messages needs to be replaced except the below mentioned message which frequently coming in chart reports
    I can able top remove this error via increasing the chart parameter but as exception case.
    Please find details of error message and please help to customized the error messages
    View Display Error
    Exceeded configured maximum number of allowed input records.
    Error Details
    Error Codes: EKMT3FK5:OI2DL65P
    Location: saw.views.dashboard, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    SQL Issued: 2583~nm15mniejv34lc4df6o11h6ho2
    thanks

    Hi,
    1. In instanceconfig.xml, you will be having tags for Max Visible Rows etc in Chart section. Increase the value over there, restart the services.
    11g instanceconfig location: MW_HOME\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplications\instanceconfig.xml
    10g instanceconfig location: Drive:\OracleBIData\web\config
    Note: Too high numbers may result in poor performance of report. Hence give relevantly high numbers.
    Example:
    <Chart>
    <MaxCells>10000</MaxCells>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>500</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Chart>
    2. I am not sure about customizing error message.
    Regards,
    Amrutha

  • Cannot delete file from external hard drive (error code 36) in Finder, but Terminal is ok

    I have a relatively new Macbook Pro Retina 15" and have a Western Digital 1 TB Passport.  I've been using the passport for about a year now without any problems on older Macbooks in my house.  I used to be able to read and write to this drive no problem.  I am using the Paragon NTFS for Mac software in order to read and write to the NTFS drive.  When I navigate through the drive in Finder, if I try to create a new folder, I do not have a problem.  If I try to delete that folder I just created, I get this error:
    The Finder can’t complete the operation because some data in “untitled folder” can’t be read or written.
    (Error code -36)
    The folder has nothing in it whatsoever.  I just created it.  But if I go to Terminal and I run
    rm -rf "untitled folder"
    This works fine.  Why is Terminal acting different than Finder?  This does not happen on my other Macbooks.  Thanks in advance.

    Thanx for such qucik reply!!! The pages were great, it had an answer for my problem, but unfortunately it also involved me dealing with it only on the MacIntosh HD itself, not on mounted external drive I suppose... So it didn't work they say that there is an icon in the left corner indicating locked folder - I don't see any icon on it. It says you can untick the box to unlock the folder - there is no tick to be unticked. Finally, they say that if I don't have permition or rights I cannot delete it. But how do i change permittion which already says that i can read and write in it? So everything appears to be normal only I cannot delete it. there is not even any warnig telling me I don't have enough rights, it just requires the password and after me typing it in it makes the sound of scraping paper but does nothing more. I aslo had some problems with emptying Trash after being seemingly succesful with one file and had got so far to have them appear in the Trash (no clue how this one actully got there though..) I followd the advice and emptied the Trash with Terminal. The Folder is still there but it shows 0 Kb... So far so good BUT: It is still on the external drive, so I obviously only managed to copy it into the Trash!!! Phew, innit a bit too tight to poor owners, this macbook?? I want my rights back!

  • Report generation failed----​error code:-1720​5; Access Denied.

    Hi, All
        i have a trouble about report generation.it seems the error happened at the "write UUT report"--this step is teststand report generation'DLL.
        detail:
        An error occurred calling 'Save' in 'Report' of 'NI TestStand 2010 SP1 API'
    Access Denied.. Error writing to file 'D:\program\seq\xxx.xml'.
    The file might be open in another application. If file access is intermittently denied, you should try disabling the Microsoft FindFast utility. 
        error code:-17205; Access Denied.
        locationtep 'Write UUT Report' of sequence 'Single Pass' in 'SequentialModel.Seq'
        How to fix it?
        Thanks a lot.
    BR

    Hm, it looks like the file might be open in another application. If you see that file accesss is intermittently denied, you should try disabling the Microsoft FindFast utility.
    CTA, CLA, MTFBWY

  • There was a recent upadate on my PC, however it does not work. A error code comes up which says, min version is not compatible with max version. And I caanot open my browser. Please help.

    I do a system restore which allows me to open my browser. Without this I cannot open my browser - the error code comes up every time.

    Do a clean (re)install
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    From https://support.mozilla.com/en-US/questions/764376

  • My ipod touch is not list as a device on itunes.  When I tried do update itunes, I get a ox8007054f error code and the update will not complete.

    My ipod touch is not listed as a device when connected to my computer.  As suggested I attempted to download the latest of itunes.  I got an
    ox8007054f error code and the down load will not complete.  I have also tried to restore my computer to an earlier setting, but it will
    not accept the change.

    Have you looked at this completed previos discussion. It discusses 0x8007054F.
    Re: Error message when trying to install iTunes

  • Capturing oracle error codes into a variable

    Hi
    Can someone show me how it is possible to save an Oracle defined error code into a variable? What I am trying to do is when a stored procedure fails an Oracle error is raised, such as ORA-xxxx, then pass this code into variable to be saved into a log.
    How do I achieve this?

    user633278 wrote:
    How do I achieve this?Function SQLCODE in PL/SQL exception handler returns error code. SQLERRM returns message:
    SQL> declare
      2      x number;
      3  begin
      4      x := 1/0;
      5    exception
      6      when others
      7        then
      8          dbms_output.put_line('Error code: ' || SQLCODE);
      9          dbms_output.put_line('Error message: ' || SQLERRM);
    10  end;
    11  /
    Error code: -1476
    Error message: ORA-01476: divisor is equal to zero
    PL/SQL procedure successfully completed.
    SQL> SY.

Maybe you are looking for

  • How to access complex data type objects in webdynpro

    Hi Need help on the detailed procedure to access the complex data type objects. I am importing an external wsdl file, its request and response have complex data type objects , how do i access the same as the values are nested in them. The structure o

  • Update BP name in open documents - not in Deliveries

    Hi all, today I experimented the new function that lets you update open documents when a Business Partner name is changed. I did this in SBO 8.81 PL04. In OEC Computers, I picked a customer with the following open documents: 2 Deliveries, 2 POs and 6

  • BEA-101083 error

    environment details: PT 8.49.06 Web server on: Windows 2003 Bea Weblogic: weblogic 9.2 mp1-p2 receiving the error messages in the webserver log file. please see below. ####<May 22, 2008 8:56:17 AM PDT> <Error> <HTTP> <UCBFASP1> <PIA> <[ACTIVE] Execut

  • Receiving error updating creative cloud after firewall changes to our network.

    Receiving error updating creative cloud after firewall changes to our network. We have an end user that is trying to update through the creative cloud application.  We have tried track down what is being blocked but have hit a dead end. When the Crea

  • Waiting

    I have many songs stuck in 'WAITING' status? How can I force them to upload?  I don't care if they match or not.