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

Similar Messages

  • 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

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

  • 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

  • Cannot see the manage dimension option

    Hi,
    We have newly installed BPC for MS version in our place but we cannot see the manage dimension option in the BPC admin as shown in this screen shot http://wikisend.com/download/618558/BPC admin page.JPG
    May i know why?

    Hi,
    This is normal... that mean your task profile for "BPCUser" doesn't offer the possibility to perform Administration tasks.
    You should take a look to the Security Guide, in order to see if Primary Administrator or Secondary Administrator could be assigned to your users.
    You can find all the guides under this link:
    http://help.sap.com/content/bobj/sbu/docu_sbs_bpc_design.htm
    But in any case, the problem only comes from a task profile that doesn't allow Admin tasks.
    Hope it will help.
    Kind Regards,
    Patrick

  • I cannot access the settings tab in the management console

    I am in the management console for my verizon d-link router and i cannot access the settings tab..
    i got to the router/verizon management console via the default gateway ip address and used the default password which worked and then tried to access settings which im assuming is the same default password.. however when i try to use the default password on the settings tab when im prompted it says that it is wrong.
    is there some different password for the settings tab?

    collado144 wrote:
    I am in the management console for my verizon d-link router and i cannot access the settings tab..
    i got to the router/verizon management console via the default gateway ip address and used the default password which worked and then tried to access settings which im assuming is the same default password.. however when i try to use the default password on the settings tab when im prompted it says that it is wrong.
    is there some different password for the settings tab?
    Have you tried to go here and select your Gateway, then follow the trouble shooting tips. Most gateways/routers default passwords at one point were changed to the serial number for security reasons. If that does not work, you may try resetting the gateway/router to get back to the default. Never leave your gateway/router with the default passwords. If you get into the gateway/router a Verizon firmware upgrade if it is a Verizon model, may even change the default password to the serial number so it is not the standard D-Link that is used with all their gateways.
    DSL help.
    http://www.verizon.com/Support/Residential/Internet/highspeedinternet.htm
    The DSL Gateways can be found here.
    D-Link 2750B Gateway?
    http://www.verizon.com/Support/Residential/Internet/HighSpeed/Networking/2750BGateway/ATLAS6561.htm
    There is a wealth of online information also available here.
    http://www.verizon.com/Support/Residential/Internet/fiosinternet.htm

  • Why users with rights defined as View cannots see the data of the form ?

    Hi,
    I have a nice form page. My application has an authorization scheme with an authentification function : return acl_custom_auth. It is working well. I have defined users with Edit, View and Admin rights. Unfortunately on a form, if the user is defined as "View" he cannot see the data, he only sees the item but their content is not diplayed. I don't understand why. I would like him to see the data.
    The authorization scheme of the page is "Access control -view" as well as the items of the page.
    Do you have any idea of what is going wrong here ?
    Thank you for your kind help !
    Regards,
    Christian

    Another thing that can be done though mon tech-savy people may not know about it.
    Locate a group of PDF's and select at least 5-6 of them as a Group.
    hold down Option key while click on file menu
    Click on Get info.
    One window will open for the group.  in Mountain Lion (OSX.8.2) the term will change to Show Inspector.
    click on the  button next to Open With.
    choose either Reader or Acrobat.
    just bellow is a question Use Acrobat (or Reader) to open all files of this type, Click on it and choose yes.
    Make sure you have a mix of Adobe PDF's and Preview PDF/s for  this to work. If it wasn't good for opening other Type Files I'd compress Preview and throw the original away. It’s a nusiance.

  • I updated to the latest version and now I do not have the page controls at the right hand side and bottom and can only move the page up and down using the mouse scroll wheel. I also cannot see the whole page I am trying to view.

    When I open the web browser I cannot see the whole page and I cannot move the image sideways and must use the mouse scroll to move up and down.

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents the following folder:
    User/Library/Containers/com.apple.iPhoto
    3 - reboot, launch iPhoto and try again.
    NOTE: For Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.

  • New install Express on Win 8 can see the Server name but cannot see the instance

    I am doing this over the phone with a client who is not sure what he is doing we have installed Ok the folders exist and we have enabled TCP/IP
    The instance is MSSQLServer when we try to connect all we get is 'ComputerName' I am expecting 'ComputerName \MSSQLServer'
    The user does not have administrator rights and he installed SQL Server without the administrator (I think, I am not sure he knows)
    I am looking for clues as to what may cause the instance name to not appear
    thanks in advance
    jnc

    Thanks, that is useful but the list of instances just matches the details in SQL Configuration manager
    What I need is to understand why, if the server is listed and is running it is not visible when we try to connect
    jnc
    Hi jnc,
    Could you please verify that if  the instance name is not listed in “Server name” drop-down list of SQL Server Management Studio (SSMS)? If so, does the instance list in the Local Servers tab in the “Browse for Servers” dialog?
    If you cannot see the express instance in the Local Servers tab in the “Browse for Servers” dialog, the reason may due to SQL Server cannot get the appropriate registry entry information in the System Registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
    SQL Server\Instance Names).
    To work around this issue, you can manually input the instance name which will be show in the Local Servers tab. Also make sure that right click on SSMS and then choose “Run As Administrator” to start it.
    However, if the express instance is listed in the Local Servers tab in the “Browse for Servers” dialog, but not in the “Server name” drop-down list. Then if you have never connected with the instance name before, its entry will not listed in the drop-downlist.
    Or if you have connected to server with a wrong instance name, you cannot see its entry the next time.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • I cannot see the Source List in iTunes. How do I get it back? Thanks!

    I cannot see the Source List in iTunes. How do I get it back? I am trying to eject my ipod classic, and there is no option to do so, because I cannot see the ipod, let alone the source list in itunes. I'm also unable to restore my ipod, and I get a message saying it is corrupt,and now I can't even eject it! What do I do?!? Thanks!

    Hello twangchick,
    Thank you for contributing to the Apple Support Communities.
    You can use the steps in this article to view the device list in iTunes and eject your iPod. The steps are slightly different for the different version of iTunes:
    Locate and view your connected iPhone, iPad or iPod touch in iTunes - Apple Support
    I know it can be frustrating to have a device that isn't working as it should, and this link may also help with restoring your iPod classic:
    Restoring iPod to factory settings - Apple Support
    If your iPod can't be restored normally, try placing it into Disk Mode. See the instructions under "iPod devices with a Click Wheel" in this article:
    Putting iPod into Disk Mode - Apple Support
    Sincerely,
    Jeremy

  • Cannot find the Novell Connection Manager for LDAP

    Novell Connection Manger for Java/LDAP
    Cannot find the Novell Connection Manager for LDAP in download
    I am trying to connect through a Java client to the Apache Directory Studio, LDAP server....I have downloaded the classes from the download page...see link below...but I can't see the NovellConnectionManager Class anywhere in this download when I use the open freely application to view the jar details.
    LDAP Classes for Java
    Environment: Windows 7

    Hi MentalSuplex, and a warm welcome to the forums!
    Don't know about Airport cards for it, but other options...
    http://eshop.macsales.com/item/Sonnet%20Technology/N80211PCI/
    Maybe this one, ask them...
    http://eshop.macsales.com/item/Newer%20Technology/MXP802NPCI/
    I use these...
    http://eshop.macsales.com/item/Newer%20Technology/MXP2802NU2C/
    http://eshop.macsales.com/item/Edimax/EW7711UMN/

  • Locked down computer (means I cannot see network settings) allows IE6 but Firefox always times out.

    The tech guys have locked down the computer and I cannot see the network settings and have no access to the registry. Firefox always times out so I am forced to use IE6. How to set up Firefox to get round this?

    Presumably, you're talking about your company's administrator. It probably wouldn't be wise to try and circumvent their network policy. It might get you fired even.
    A better idea would be to show them how insecure IE6 is - ''it's no longer supported by Microsoft for example and exposes their network to all kinds of attacks'' - and that it's in their own interests to use a secure browser like Firefox 4.0
    Maybe they'll even promote you!

  • I cannot see the print button on the bottom tab in order to print a document even when I hide to tool bar.

    I recently changed my computer software from Vista to Window & Ultimate. Since changing, I cannot see the print button which should be at the bottom. I have tried to hide the bottom toolbar but it still does not allow me to see the print button. Please give me directions in easy to read English.

    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible:
    *"View > Toolbars"
    Open the Customize window to set which toolbar items to display:
    *View > Toolbars > Customize
    *Firefox > Options > Toolbar Layout
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • In the forum I CANNOT SEE the "Accept as solution" button...... :(

      In the forum threads I simply Cannot see the "Accept as Solution" button FOR THE LIFE OF ME.........       
             - Can you help me locate it,please ?
    This question was solved.
    View Solution.

    Hi,
    In looking at the posts you participated in, it appears that the thread was started by another user. You can only see the “Accept as Solution” button on thread started by you. 
    Hope this helps.
    Regards,
    Valerie
    Moderator

  • TS1347 Just downloaded ios7 on my iPad2. Hate that I cannot see the items in my calendar. The letters are way too small and are grey in color. I need the fonts to be dark and very defined...I have health issues-poor vision.

    Just downloaded ios7 on my iPad2. Hate that I cannot see the items in my calendar. The letters are way too small and are grey in color. I need the fonts to be dark and very defined...I have health issues-poor vision.

    Settings>General>Accessibility>Increase Contrast
    Settings>General>Accessibility>Bold Text
    are some settings that may help.
    There are other settings there ...they may not be to your liking but try them all anyways.
    But that's about all you can do for now...except to voice your opinion to Apple here:
    http://www.apple.com/feedback/ipad.html

Maybe you are looking for

  • I dont see any row in a VO until I execute getRowCount()

    Hi all!!! Using ADF, i am putting into a VO some rows, using: for (Iterator i = rowList.iterator(); i.hasNext();) { Row r = (Row) i.next(); vo.insertRow(r); The VO is filled fine, but when i try to iterato over its rows, i dont see anyone. When after

  • Spending hours trying to turn on an Arpeggio?

    Ok seriously. What gives here? I have been trying for a few hours to get the arpeggiators in Logic's environment window to work and am about to gouge my eyes out with a usb dongle. The Logic manual entry on using the arpeggio is a joke. It only says

  • Games don't work any longer

    I have several games, some free and some purchased, that I have played quite a bit, but now they don't work. When I open them, they act like they are loading, but them I kicked out. This happens at different points during the load process. It has now

  • Saved jpg image has magenta hue in browser - help please

    Hi, folks: [running photoshop cs3 under windows XP Pro/SP2] I've been saving jpg files for years with no problems. Now I have one that has me stumped! I have a psd file with about 14 layers, a few of which are hidden. I merge layers and then save as

  • Key photos

    Is there a way to change the key photo for an event or to change the name of an event in iPhoto for iOS?