OBIEE 11g: Admin= Manage Session= View Log throwing error

Hi,
When we are trying to see the logs from obiee 11g admin screen=>manage sessions, it is throwing the following error:
Log Could Not Be Retrieved
Odbc driver returned an error (SQLExecDirectW).
Error Details
Error Codes: OPR4ONWY:U9IM8TAC
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <3791257602>: Syntax error [nQSError: 26012] . (HY000)
- But we are not getting any error while running report or dashboard or anything else.
What could be the possible reason for this? Where to check?
Thanks in advance

Sudipta Gupta wrote:
Hi,
When we are trying to see the logs from obiee 11g admin screen=>manage sessions, it is throwing the following error:
Log Could Not Be Retrieved
Odbc driver returned an error (SQLExecDirectW).
Error Details
Error Codes: OPR4ONWY:U9IM8TAC
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <3791257602>: Syntax error [nQSError: 26012] . (HY000)
- But we are not getting any error while running report or dashboard or anything else.
What could be the possible reason for this? Where to check?
Thanks in advanceIf you restart the service the problem would resolve but every time its not a good idea to bounce the services the problem is with cache/queries stores in nqquery.log have a script to clear the cache files periodically
upgrade to 11.1.1.6.2 the problem is fixed
thanks,
Saichand

Similar Messages

  • "No Log Found" in OBIEE 11g Administration- Manage Sessions

    I am using 11.1.1.5 and have set the Repository logging to Log Level 2..and have also made the User logging to Level 2 as well. I know there is a session variable called LOGLEVEL and I have also tried to edit that. Despite this, I am still unable to see the physical SQL generated by the BI Server under Administration->Manage Sessions. Any idea what I may be missing?

    Hi,
    It's bug. you do workaround method.
    Method 1:
    create session veraible and set it log level 0 ro 7 then u can able to manage session view log (physical query)
    see my screen short
    http://imageshack.us/photo/my-images/215/viewloginitsessionvaria.jpg/
    INIT LOGLEVEL
    and just add dummy table mentioned below kind
    select 7 from IW_POSITION
    assign system session variable:
    LOGLEVEL
    then save it and try to login weblogic then u can able to see the view log.
    Method 2:
    for the particular report do it in answres -->advanced tab
    can you try putting the below syntax in prefix section of advanced tab.
    SET VARIABLE LOGLEVEL=2,DISABLE_CACHE_HIT=1;
    It should generate the log with database sql as well.
    for more
    http://total-bi.com/2010/10/obiee-11g-no-log-found/
    http://prasadmadhasi.wordpress.com/2011/12/01/unable-to-view-log-file-in-obiee-11-1-1-5-0/
    http://bischool.wordpress.com/2009/04/06/set-loglevel-from-answers/
    http://boardreader.com/thread/OBIEE_11g_No_log_found_lj8hXo4f7.html
    Thanks
    Deva
    Edited by: Devarasu on Dec 15, 2011 11:56 AM

  • Cannot see the Settings Administration Manage Sessions View Log

    Hi !
    I'm using aggregate tables and to verify if they work well, I need to check the sql statement. But in the Answer "Settings > Administration > Manage Sessions > View Log", I see : cannot find history
    Do you know why I can't see my sql statement ? Thanks

    Hi,
    i think you dint enable the query logging..
    in your rpd open your user and in the logging level select 2 or 1.
    before that you need to enable one thing.
    ref here
    http://dbperf.com/Using_the_OBIEE_Log_File
    thanks,
    Karthick

  • Manage Session: "No Log Found"

    Hi all,
    I want to see the session log by going into Dashboards > Settings > Administration > Manage Sessions > Session Monitor. But I see "NO LOG FOUND".
    I read in the documentations "Oracle BI EE Administration Guide" where it said to change the logging level of user= "Administrator" ( i am using this user ) between 2 and 5. I did that, and restarted all the services (oc4j, bi server & ppt server) but NO result.
    I am using
    OBIEE 10g, on RHEL 5
    Thank You

    Thank You Amit, your answer was correct. I could see the log now without the error.
    - I have used the same user : Administrator
    - Logging Level : 5
    but I dont see the SQL Query fired on the database. I can see the following:
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- SQL Request:
    SET VARIABLE QUERY_SRC_CD='Report',SAW_SRC_PATH='/shared/Human Resources/Absence/Absence Calendar';SELECT Time."Year" saw_0, Time."Month Name" saw_1, Time."Day Of Month" saw_2, "Absence Facts"."# Absence Occurrences" saw_3 FROM "Human Resources - Absence" WHERE (Employment."Employment Category" = 'EMPLOYEE') ORDER BY saw_0, saw_1, saw_2
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- General Query Info:
    Repository: Star, Subject Area: Core, Presentation: Human Resources - Absence
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Logical Request (before navigation):
    RqList
        Dim - Date.Year as c1 GB,
        Dim - Date.Month Name as c2 GB,
        Dim - Date.Day Of Month as c3 GB,
        # Absence Occurrences:[DAggr(Fact - HR - Absence Event.# Absence Occurrences by [ Dim - Date.Day Of Month, Dim - Date.Month Name, Dim - Date.Year, Dim - Date.Calendar Month] )] as c4 GB,
        Dim - Date.Calendar Month as c5 GB
    DetailFilter: Dim - Employment.Employment Category = 'EMPLOYEE'
    OrderBy: c1 asc, c5 asc, c3 asc
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Cache Hit on query:
    Matching Query:     SET VARIABLE QUERY_SRC_CD='Report',SAW_SRC_PATH='/shared/Human Resources/Absence/Absence Calendar';SELECT Time."Year" saw_0, Time."Month Name" saw_1, Time."Day Of Month" saw_2, "Absence Facts"."# Absence Occurrences" saw_3 FROM "Human Resources - Absence" WHERE (Employment."Employment Category" = 'EMPLOYEE') ORDER BY saw_0, saw_1, saw_2
    Created by:     Administrator
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution plan:
    RqList <<908038>> [for database 0:0,0]
        D1.c1 as c1 [for database 0:0,0],
        D1.c2 as c2 [for database 0:0,0],
        D1.c3 as c3 [for database 0:0,0],
        D1.c4 as c4 [for database 0:0,0]
    Child Nodes (RqJoinSpec): <<908051>> [for database 0:0,0]
            RqList <<908018>> [for database 0:0,0]
                D1.c1 as c1 [for database 0:0,0],
                D1.c2 as c2 [for database 0:0,0],
                D1.c3 as c3 [for database 0:0,0],
                D1.c4 as c4 [for database 0:0,0],
                D1.c5 as c5 [for database 0:0,0]
            Child Nodes (RqJoinSpec): <<908033>> [for database 0:0,0]
                    RqBreakFilter <<908017>>[1,2,3,5] [for database 0:0,0]
                        RqList <<908074>> [for database 0:0,0]
                            D1.c1 as c1 [for database 0:0,0],
                            D1.c2 as c2 [for database 0:0,0],
                            D1.c3 as c3 [for database 0:0,0],
                            D1.c4 as c4 [for database 0:0,0],
                            D1.c5 as c5 [for database 0:0,0]
                        Child Nodes (RqJoinSpec): <<908095>> [for database 0:0,0]
                                RqList <<907997>> [for database 0:0,9]
                                    1 as c1 [for database 0:0,9],
                                    2 as c2 [for database 0:0,9],
                                    3 as c3 [for database 0:0,9],
                                    4 as c4 [for database 0:0,9],
                                    5 as c5 [for database 0:0,9]
                                Child Nodes (RqJoinSpec): <<908016>> [for database 0:0,9]
                                    CacheTable T3
                            ) as D1
                        OrderBy: c1, c2, c3, c5 [for database 0:0,0]
                ) as D1
            OrderBy: c1 asc, c5 asc, c3 asc [for database 0:0,0]
        ) as D1
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<907997>>, Close Row Count = 374, Row Width = 356 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<908074>> Projection, Close Row Count = 374, Row Width = 356 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<908074>> Sort, Close Row Count = 374, Row Width = 356 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<908017>> GroupByNoSort, Close Row Count = 374, Row Width = 356 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<908018>> Projection, Close Row Count = 374, Row Width = 356 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<908018>> Sort, Close Row Count = 374, Row Width = 356 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Execution Node: <<908038>> Projection, Close Row Count = 374, Row Width = 348 bytes
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Query Status: Successful Completion
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Physical Query Summary Stats: Number of physical queries 1, Cumulative time 0, DB-connect time 0 (seconds)
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Rows returned to Client 374
    +++administrator:321d0000:321d0004:----2011/08/15 17:00:48
    -------------------- Logical Query Summary Stats: Elapsed time 0, Response time 0, Compilation time 0 (seconds)Edited by: AfaqAyub.com on Aug 15, 2011 5:10 PM

  • Connection Failed in OBIEE 11g Admin tool

    Hi,
    I have virtual image V305 of OBIEE on linux x86-64. It is working fine but I was not able to access Admintool from linux m/c.
    So I have installed OBIEE 11g client on windows XP. It is showing all the subject area & tables. But when I am importing any table from my DB, it is giving error "Connection has failed". I have done tnsname.Ora file in both folder Oracle client & OBIEE client
    Please help me as soon as possible.
    Thanks

    I've found a work around for using tnsnames:
    put the following string in "Data Source" and it works
    (DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = <your host>)(PORT = 1521))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <your database>)))
    Can you please refer below links for more methods.
    https://forums.oracle.com/thread/2315030
    http://satyaobieesolutions.blogspot.com/2013/10/obiee11g-connection-failed-error-import.html
    http://allaboutobiee.blogspot.com/2012/03/connecting-oracle-data-source-with.html
    http://www.rittmanmead.com/2012/05/obiee-administration-tool-import-metadata-shows-no-schemas/
    Thanks,
    Satya Ranki Reddy

  • OBIEE 11g Presentation Level Session Logging

    Hi All
    I have migrated OBIEE 10g to 11g in which everything is working fine.But when i am looking into the session for physical query in analytics ,iam getting the logical query . i.e. the query on the subject areas instead of the exact physical query.Can anybody help me in this to find my exact physical query.
    Advance Thanks

    Hi,
    Go to Manage> Identity> double click the required user > click on Permission Button > click on Data Filters tab > there select the required column,
    here year column > then set the filter year =2006,07,08.
    for another user follow the same steps then set the filter year= 2009,10,11.
    so when the user login he can only see the restricted data.
    please mark if Helpful/correct.
    Thanks,
    Tinku
    Edited by: 934322 on Feb 22, 2013 2:52 AM

  • Can't create Application Role in Obiee 11g Enterprise Manager

    Hi All,
    I was working on obiee11g enterprise manager. I created some of the groups in weblogic console. Now I wanted to create application roles in enterprise manager for those groups. I am surprised that, the "*Create*" button is inactive on the application role page of enterprise manager. I only i could see tthe actives ones "*Create Like*", "*Edit*" and "*Delete*".
    Please assist shoud I need any additional configuration for the same.urgent!!
    Thank you in advance,
    BK.

    Click on Create Like button
    Then click cancel on the Create Like dialog box
    Go back to the Create button, it now works
    But if you log out and log back in, the Create button is disabled again
    so may repeat the above process of accessing the 'Create Like' button first to enable the Create button
    < Bug:13983399> CREATE BUTTON IS DISABLED IN FUSION MIDDLEWARE CONTROL IN OBIEE 11.1.1.6.0 ENV
    Please mark helpful or correct if answered.
    Thanks,
    - A.Y

  • OBIEE 11g Repository Question: session context

    The Metadata Repository Builder's Guide says in chapter 13, "Note: Alternatively, you can use the database session context to pass end user identity to the database. Use a connection pool script to set up session context. Note that this approach does not rely on database authentication."
    However, no example or instruction is given to show/explain how to do that. Does anyone know how to set up a connection pool script to pass the :USER value to the database session context object? We have to pass the user ID of the Analytics user to the database so as to apply VPD policies.
    Thanks,
    Ken

    I'm trying also to get work VPD with OBIEE 11.1.1.5, but no luck. I have done almost all the same as are in Venkatakrishnan's example. It seems that select statement with set function in "execute befire query" goes to the database, but it have no effort because query in Answers returns no rows, means that :USER is not forwarded to the policy function. Is it possible that statement in "execute before query" and Answer request are not in same database session? Have anyone got work VPD with OBIEE 11.1.1.5? Everything works ok for example in SQLPlus and in SQL Developer.
    - Risto
    Edited by: risto.soikkeli on 6.8.2011 17:56
    Edited by: risto.soikkeli on 6.8.2011 23:04

  • OBIEE 11g Admin Tool aggregating measure columns

    I have a few meausre columns that are in my logical table. I would like to sum the measure columns but I can't figure out how.When I create another logical table only the physical columns would show up but no measure/calculated columns. What do I need to do?
    Thank you in advance

    start>>all programs>>OBI>>Administrator
    you will get the Admin tool
    assign points and make question as answered

  • OBIEE 11G  11.1.1.6.0 installation error

    Hi,
    I am trying to install 11g and I am hitting this error. Windows 64 bit. I tried cleaning up the repository by dropping it and recreating and then installing, but still I am stuck at 47% and I am getting the following message "Installation Failed" "OUI Session Failed" "invalid entry CRC(expected 0x124fe1e4 but got 0x1ed43351). Please help with suggestions.
    Thanks for your time and help.

    invalid CRC error means like a bad file or bad extraction so try to
    Download and install OBI 11G again, and also review the following additional steps.
    1) Download the file again and ensure that the downloaded file size matches the file size expected.
    If the file is not the expected size, you may want to try temporarily disabling anti-virus software or downloading on a UNIX machine first.
    2) If you download on a UNIX machine, ensure that you FTP the file over to the Windows machine in BINARY mode.
    3) Try extracting / unzipping the software using a different unzip utility from WinZip.
    ( for example: try 7-zip ).
    4) When extracting, ensure that you have enough space to extract and also ensure that you have adequate temporary space. For the temporary space directory on Windows, review the environment variables TEMP and TMP.
    5) Ensure that the Windows user has full Administration privileges.
    if the same installer works in another machine then might be problem with your machine try to remove all the components and do a fresh install hope it might be helpful
    thanks

  • "b2b/admin/index.jsp" and "XCM" throwing error

    Hi,
    I am trying to set up my local NWDS with sneak preview of SAP WEB AS 7.0 SP9.
    I have deployed
    SAP-SHRAPP - SP12
    SAP-CRMDIC - SP12
    SAP-SHRWEB - SP12
    SAP-SHRJAV - SP12
    SAP-IPCMSA - SP12
    Now I am trying to access "http://<host>:50100/b2b/admin/index.jsp"; and I am not getting any thing on it. i.e. no content at all. Only SAP header and "Main Menu" text on left frame and then nothing on page.
    When I try to access "http://<host>:50100/b2b/admin/xcm/init.do";  or "http://<host>:50100/b2b/b2b/init.do"; I am getting below error.
    Application error occurred during request processing.
      Details:   Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.].
    Exception id: [00A0D12CD9A9004F0000032300001358000458B1834E9FB5]
    I do not know why I am getting this error. Am I forgot some component to deploy along with mentioned above.
    Please let me know what I can do to resolve this issue.
    I really appreciate any help or guidance to resolve this issue.
    Thanks.
    Ecommerce Developer

    Hi Devender,
    Thanks for your reply.
    I have installed Sneak Preview NW2004s 7.0 SP9 on my lap top and I have deployed below component on my laptop through SDM.
    SAP-SHRAPP
    SAP-IPCMSA
    SAP-SHRJAV
    SAP-SHRWEB
    SAP-CRMDIC
    SAP-CRMAPP
    SAP-CRMJAV
    STRUTS
    TEALEAF
    All are SP12
    After deploying all above SCA files still I am getting only Header and Main Menu text when I access "http://localhost:50100/b2b/admin/index.jsp"
    When I try to access "http://localhost:50100/b2b/admin/xcm/init.do" I am getting same error which I have mentioned.
    No change at all.
    Can you tell me am I still missing some components?
    Please guide me.
    Again thanks for your help and time.
    Regards.
    Ecommerce Developer

  • OBIEE 11g BI Publisher; New Data Set Creation Error "Failed to load SQL"

    Hi,
    I'm trying to create a new SQL data set (from a client machine). I use "query builder" to build the data set. But when I click "OK", it fires the error "Failed to load SQL".
    But strangely, if connect to the OBIEE server's desktop and create the data set it works without any issues. I wonder this would be a firewall issue. If so what are the ports I should open.
    It's a enterprise installation. And we have already open 9703, 9704, and 9706.
    Has anyone came across such a situation?

    Talles,
    First of all you might have more chance of getting a response over in the BIP forum. Other than that all I can think of is: is your MS SQL Server running with mixed mode auth?

  • Cant add account manager from myverizon  keeps throwing error message

    did everything but go into the store. Im 9 months pregnant on bed rest and my verizon gives me an error when i try to add account manager. Called  922 0204  and customer service says its now verizon policy that you cant add anyone to your account until after 30 days   ive added and removed people before on the same day Talked to supervisor he said its a my verizon problem and that the ppl that are supposed to work on it arent in right now So shouldnt they have a way to bypass this??  what is up with this new rule?? Anyone else getting this same error??

       I originally had wireless service with Alltell and I was very concerned when Verizon purchased Alltell ( I had numerous bad experiences with Verizon customer service when I had their FIOS cable service).  For years now that Verizon took over for Alltell I have not had any issues and I believe it was because I did not have to contact customer service.   Now in December I purchased three new phones and my daugther wanted to change her work number to one of the numbers I had on my service.  You would have thought we were trying to pattern a new cure for cancer.  We had to spend hours on the phone with customer service trying to accoumplish a very easy task and each time my daugther tried to deal with these people they all complained because she was not an account manager. 
    For the last wo weeks I have tried to add my daughter thru the website.  Each time I got an error message stating that I needed to call 611 to get this corrected.   Tonight we called 611  and I got the same run around with customer service for the last 45 minutes, but they told me that I had to wait 60 days since we had purchased  new phones.   They also told me that we could go to a Verizon store location and this could be accomplished at the store.  I have already spent more time with customer service than any live person should and I certainly do not want to have to make another trip to a Verizon store.  It is utterly amazing how Verizon can take such simple tasks and turn them into a Federal case.  This waste hours of your time and also the time spent by their employees,  and you don't get anything accomplished.  They must be getting so many complaints that now there is no place on their website where you can write a complaint.         

  • OBIEE 11g Front End Calculations with Presentation Variables Error

    Hi Guru's,
    Long time user first time poster to the forums but hopefully you can help.
    I have a requirement to perform an aggregation on certain fields with a dynamic grouping requirement (so users can select which grouping they require ie, sum profit by [outlets or companies or region]).
    The approach I am using is a prompt setting a presentation variable with the possible groupings for the calculation as choices, and a column in the report with a formula to SUM("table"."column" by "@{variable}{default}") this also contains a dynamic column name containing the presentation variable too.
    Where the column could be profit and the variable prompt options could be outlet, company or region (from the above example).
    This is currently separate from the RPD due to the dynamic nature required with groupings changing at run time and is done in the front end.
    However on selecting some columns via the prompt I receive this 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: 22027] Union of non-compatible types. (HY000)
    This only occurs on some field groupings, and is not a certain type in particular. (Including both short date, short time and varchars).
    Any ideas where this problem could stem from?
    Regards.

    Based on given info: Try this
    SUM(cast("table"."column" as int) by "@{variable}{default}")
    Pls mark if helps

  • Seeing the detailed sql  with db table names for an analysis in OBIEE 11g?

    Hello All,
    I am trying to see the detailed sql for an analysis to see which tables my analysis is hitting back in the database. Currently all i see is the subject area name with bunch of s_0, S_1,S_2.... but i want to see the actual table names which the Analysis is pulling the data from, I am new to OBIEE. Any help or advise with the steps in order to accomplish my goal is greatly appreciated.
    Thanks,
    Ravi.
    Edited by: user1146711 on Aug 23, 2011 3:24 PM
    Edited by: user1146711 on Aug 23, 2011 3:30 PM

    Hi ravi,
    You can check in the presentation services by going to Administration/manage session/view log for the specific report that you are running.
    You can even check the SQL in log file NqQuery.log in your installation folder C:OracleBI\server\log\NqQuery.log
    Check this Courtesy by gerard http://gerardnico.com/wiki/dat/obiee/manage_session_log
    hope answered.
    Cheers,
    KK

Maybe you are looking for

  • How can I copy and paste a clip already in my timeline

    Here is my problem I am attempting to copy and paste a video clip from video 1 to video 2 and it will not let me do it.  I am using several effects to create a moving face block and it calls for an exact copy of the section with faces to be blocked. 

  • New line in Oracle Report

    I am a newcomer to Oracle Reports and am trying to customisie APXPBFBC.rdf for BACS transfer to HSBC. I have run into a problem with the output of all the standard invoices that need to be paid. They are all showing in one long string - and I need to

  • Quicksilver shuts down after startup chime

    Hello, I got an old Quicksilver 2002 (933) which won't boot : it shuts down 3 or 4 seconds after the startup chime. What's wrong ? Thanks

  • Slow dialing, too many contacts

    Problem: When I manually dial a phone number, the iPhone checks my 2300+ contacts list after each press of a number and tries to tell me who i'm calling. This slows things down a lot. Example 1: - Phone app - Dial - start dialing: (area code) 5 1 4 *

  • Second user account crashes the system?

    I'm really stumped; after enduring the migration assistant screw up and crash the newly installed Snow Leopard system on my macbook pro...THREE TIMES and finally ferrying all the documents and apps manually to my primary (home) account, I created a s