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

Similar Messages

  • 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

  • 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

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

  • 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

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

  • I get this error code when trying to update from an older version of Firefox: The operation can't be completed because you don't have permission to access some of the items.

    While trying to upgrade from a previous version of Firefox, I get this error code: "The operation can’t be completed because you don’t have permission to access some of the items."
    == installing ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    I resolved the problem in Snow Leopard by logging out of my (admin) account and logging into my daughter's account on the same machine. She doesn't have admin privileges, so when I tried to install Firefox 4 in her account, I had to authenticate with my admin identity and PW. Installation went smoothly after that. My guess is that you could also simply create a new account on the same machine and install Firefox 4 from that. I have no idea why this works.

  • My iPhone 5 will not sync i keep getting an error code (-50)?

    hi,
    my iPhone 5 will not sync i keep getting an error code (-50) all iOS and Itunes are up to date.
    this ***** cause i just spent $$$ on itunes and i want to sync my phone!!
    Cheers

    Read here:
    http://support.apple.com/kb/TS1583

  • I get an error code when burning a movie to DVD

    I use Premiere Elements 10 in my iMac OS lion vers. 10.7.2
    I have 250 Gb free on my hard disc. The movie I try to burn is between 3-4 Gb
    When starting to burn my movie to a DVD the following is seen in order on the screen:
    Encoding Menu 2 of 2
    Computing Media
    Burning disks 1 of 1
    and then it burns (at the end pretty quickly) to 99% and stay there.
    I get an error code:
    Internal software error: /Users/labuser/premiere/elements/molecules/pre10-bullseye/molecule-17/External/AuthorScri pt/Source/DVDCreator/FormatLib/Ma.....
    When I look on the DVD, it looks like nothing has been burnt to the DVD.
    What can be wrong?
    gardie10

    I still have trouble with burning my movies to DVD.
    Have tried the following:
    Found that I had "-" in many of my file names (clips). I removed them from the file names, but this had no effect.
    I moved my entire project folder to a shorter path folder. This had no effect.
    I have not managed to find blank DVDs on sale here in Gothenburg, but will try to buy them online.
    I have four movies that I want to burn on DVD discs.
    Have succeeded in burning two of them.
    I've tried to find what distinguishes between the two that are OK and the two that I have not succeeded with. They are all at about the same size, about 27-29 minutes long.
    The clips are .m2ts and .mts files.
    In one of the movies that are OK, all the clips are .m2ts files. In the second movie (that is OK), most of the clips are .m2ts files, but also there are .mts files.
    In the other two movies that are not OK, it's a mix of .m2ts and .mts files.
    When I try to burn the two movies which failed, I get the same course as I showed earlier (with an error code).
    I must admit that I was wrong when I previously wrote that I could burn all the movies to my hard drive. The ones I can not burn to DVD, I can not burn to my hard drive.
    gardie10

  • I can no longer print a web page. I get an error code 20 message

    I can no longer print a web page. When I do I get an error code 20, unspecified problem.

    Try a battery pull, wait a couple of minutes and pop it back in..

  • Why do I get an error code when accessing my email?

    Yahoo has updated their bookmarks to be used exclusively with the Yahoo toolbar. In the process I have lost my email account. When I try to access my email, I get an error code...... (The requested URL /mc/welcome was not found on this server.
    Apache/2.2.9 (Debian) mod_jk/1.2.26 PHP/5.2.6-1+lenny4 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ruby/1.2.6 Ruby/1.8.7(2008-08-11) mod_ssl/2.2.9 OpenSSL/0.9.8g Server at us.mc816.mail.yahoo.com Port 80) ! Also I get a 404 Error message that the information is not found, no access on this server

    I actually just worked it out for myself - I reentered all my data and it worked this time. But for one of the books somehow the formatting has all been messed up. Back to the drawing board...:-(

  • My Ipod 4th Gen will not turn on. When I hook it up to the computer I get the ITunes symbol and the usb device on the screen of the Ipod. When I go to restore the Ipod it will not restore. I am getting unknown error code 6.

    My Ipod 4th Gen will not turn on. When I hook it up to the computer I get the ITunes symbol and the usb device on the screen of the Ipod. When I go to restore the Ipod it will not restore. I am getting unknown error code 6.

    Likely this:
    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 40, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • I keep getting an error code (-3208) when i try to purchase on itunes,please help

    i keep getting an error code when i try to purchase something or download on itunes it start as an error code(-50) thenchanges to (-3208)
    its so annoying as i cant do anything with it, PLEASE HELP

    Follow the instructions in this support article.

Maybe you are looking for

  • Can't get xbox360 and wrt110 to connect

    In past have had Xbox360 working wired with WRT110. Had problems two days ago with my setup and had to start over. Now have one computer working wired and two laptops working wireless. Can't get the Xbox setup up again to work wired as it was before.

  • Signed applet works on pc  but can't print on mac! security issue!

    Hello I have an applet which works beautifully on the pc under ie, firefox, chrome and safari. Essentially - it uses the batik libraries to download an svg file and then print it. Problem is that firstly - no matter which operating system or browser

  • Extractor problem in CRM datasource

    hi gurus,      i  am trying to extract the data from 0CRM_SRV_CODES..but it is telling error during extraction.if you analyse this extractor it is extracting from function module SMOX3_GET_DATA. so i dont know what to do with it.so please guide me. t

  • 200ms delay in windows tcp ip - how to work around?

    I have just found out the hard way that there is a inherent 200ms delay in sending TCP/IP messages on windows machines. Work arounds for this are: 1. Play with the registry settings for the TCP Receive Window; 2. Set the TCP_NODELAY via the wsock32.d

  • Error when executing workitem in UWL.

    Hi all, we are getting a workitem in the inbox  with text "Error when generating idoc from MC doc " . when I am trying to execute a workitem in UWL its giving error that "workitem is reserved for a different agent ". Regards, Naval Bhatt