Purging Presentation Services Cache

Hi All,
Do we have any mechanism to purge the Presentation Services Cache manually like we do for BI Server cache at the time of updating database tables?
Thanks,
-Vency

Vency,
Are you implying that there are separate caches for presentation services and the bi server? If so, that may explain some of the strange caching issues I'm seeing.

Similar Messages

  • What Is Presentation Services Cache In Fact?

    I have searched on this forum and on BI blogs but don't understand the concept of a presentation services cache clearly.
    At first let tell what I need.
    I have a dashboard page with prompts and report. From this report I navigate to another dashboard page with reports and several promts that have to be initialized with values from previous dashboard page. The navigation is based on PortalPageNav() function.
    I created table in DB, PL/SQL function , through EVALUATE I passed parameters to PL/SQL function and wrote its into DB table.
    Then I added this table in RPD and on Presentation Layer.
    In Answers I get correct results.
    Then I initialize the default values of prompts on a second dashboard page through 'SQL Results' and type something like this:
    SELECT "Parameters"."Value" FROM "BO" WHERE "Parameters"."Name"='Param1'
    1. I login and go to first dashboard page, change prompts, run report then navigate to second dashboard (it opens in new window). All prompts initialize correctly.
    2. I open window with first dashboard page change prompts, run report then navigate to second dashboard again. And I see the previous values in prompts. But in a DB table I see new values.
    There 2 ways for deciding this problem
    1. By clearing cursor cache:
    answers - administration- manage session - close all cursors
    or
    answers - administration- manage session - choose appropriate cursor and close it
    2. By reloading second dashboard page
    All ways are not convenient or user friendly.
    BUT I NEED IN AUTOMATIC CLEARING OR NOT CACHING SOME PROMPTS!
    I cant't write in a user's guide - for correct work you have to login as Administrator and clear cursor cache every time after changing prompts on first dashboard page or reloading second dashboard page :)
    I became research this issue.
    1. BI Server Cache is turned off through NQSConfig.ini
    2. I began read a lot of info about Presentation Services Cache:
    1) John Minkjan blog - [http://obiee101.blogspot.com/2008/11/obiee-presentation-services-cache.html]
    I need no turn Presentation Services Cache or disable it.
    2) [http://businessdecisionsystems.com/blog/?p=122] this article give us info about storing log records but there is no info about clearing cursors.
    3) [http://hekatonkheires.blogspot.com/2010/02/obiee-10g-presentation-server-cache.html] good article about physical storing of presentation services cache but I didn't find any info on clearing some cursors
    4) Nico in a blog write [http://gerardnico.com/wiki/dat/obiee/html_cache#clear_the_presentation_server_cache_without_stopping_and_restarting_the_services] that Presentation Services Cache is a HTML cache but he don't say how clean the entries without clicking on 'Close All Cursors' button.
    5) In this topic presentation cache refresh in prompt the same problem and no answer :(
    6) The user10203008 in a topic To pass new session variable value to stored proc before running a report. has the same issue but all advices about BI Server Cache. He found solution but it is disable whole Presentation Services Cache. I need clear ONLY SOME CURSORS.
    So, I have a answer!
    DOES ANYBODY KNOW WHERE IS STORING DATA ABOUT CURSORS ON A PAGE ANSWERS - ADMINISTRATION - MANAGE SESSION ?
    May be somebody knows a developer of Siebel Analytics or may be he is on a forum and tell us how realized a clearing some cursors in a automatic mode?
    Edited by: AnTonic on Jan 28, 2011 7:17 PM
    Edited by: AnTonic on Jan 28, 2011 7:18 PM
    Edited by: AnTonic on Jan 28, 2011 7:20 PM

    I found a solution.
    I decide to emulate a pressing button 'Refresh' at the end of a page. So I look at a html code of Dashboard page and found a corresponding javascript function. It is RefreshPage('saw.dll?Dashboard&PortalPath=<PortalPath>&Page=<PagePath>')So I trying to create a text box with HTML Markup option and enter RefreshPage on onload() function. But then I got a cycle: open dashboard page -> onload() -> RefreshPage() -> onload() -> RefreshPage() -> ...
    So I decide to find a code of this function. The function code is in %SAROOTDIR%\web\app\res\b_mozilla\dashboards\portalscript.js
    // force cache refresh
    function RefreshPage(sCmd)
       var viewStateDiv = document.getElementById("idViewStateDiv");
       if (viewStateDiv)
          sCmd += "&Action=RefreshAll";
          sCmd += "&ViewState=" + viewStateDiv.getAttribute("stateID");
          sCmd += "&StateAction=samePageState";
       window.location.replace(sCmd);
       return false;
    }We may see that for refreshing page the Action='RefreshAll' is used. So we need pass this Action.
    I wrote in a first post that I was using PortalPageNav() javascript function for navigation. So I created my custom CustomPortalPageNav() function which is based on original PortalPageNav() code with one new parameter 'sAction'. So I pass a value 'RefreshAll' through this parameter and it works!

  • Bypass presentation services cache

    For some of my reports, I don't want to use cache entries. How do i achieve this?
    I am trying to use "By Pass Oracle BI Presentation services Cache" in advanced tab. But its not working. Is this same as BI server cache or something else. what is the use of that check box
    thanks

    I think that checkbox lets you bypass the cursor cache (i.e. what you see in Administration > Manage Sessions), meaning the request will always be submitted to the BI server. It does not bypass the server cache though.
    You should be able to achieve that by putting the current datetime or a random number into your report as a hidden column to ensure the request doesn't match any existing cache entry.
    You can also untick the "cacheable" check box on the table(s) in RPD physical layer, if that works for your requirement.

  • Presentation Services Cache

    Hi all,
    I'm trying to figure out the purpose of Presentation Services Cache. Someone can give some examples of this usage/benefits for the Answers user?
    Thanks in advance
    Vagner

    As per my limited understanding:
    web cache stores information similar to internet temp files so that query is satisfied at web server level itself to reduce load on intelligence server. By default it remains for 1 hour.

  • Presentation service caching (in prompt dropdowns)

    I am implementing a BI application to execute reports on some fast-changing databases. To avoid the risk of stale data, I have disabled caching in BI, but there seems to be a different cache underlying the prompts which has not been disabled. I have a series of drop downs which must always be an immediate reflection of the database, and instead it is clear that these drop downs are based on cached data. Does anyone know how this cache is managed?
    I believe the presentation service is responsible for this cache, which I would like to disable. Is there an interface to control this behavior?

    Is oc4j running? otherwise start it form Start>All Programs>Oracle Business Intelligence>Start OC4J.
    Then start Presentation services (sawserver.exe in the OracleBI/web/bin directory or from Control Panel>Administrative tools> Services
    Then try the wbe URL

  • Any relationship between bi server cache and bi presentation service cache?

    If I disable the bi server cache from the EM and the physical table's cache is also disabled, will bi presentation service's cache still work?
    I found that,after doing that I can't get the ns*xxxx.tmp file at all :(. Or any other reasons I can't cache the presentation services layer's cache?
    br.
    /michael

    Presentation server is the dashboard tool, it create HTML page and its cache is then an HTML cache. It retrieve an HTML page of the dashboard if the page is not really old.
    More ...
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_cache_presentation_service
    The BI server retrieve the data from several data sources and give them to the presentation server. Then the BI server cache is a data set cache. It store the result of the SQL and don't ask again to the data source (database for instance).
    More ...
    http://gerardnico.com/wiki/dat/obiee/bi_server/cache/
    Cheers
    NIco

  • Purge Presentation Server Cache

    Hello, I need to purge the user presentation server cache everytime a particular request is refreshed.... is there any way to achieve this?
    Thanks so!
    DrPlexi

    If you have the Usage Tracking and Event Polling Tables setup you could have add a trigger on the Usage Tracking table that fires only for your particular request and inserts a row in the Event Polling Table so that the BI Server purges the cache. Have a look at the Server Administration Guide on how to setup the Usage Tracking and Event Polling Tables.

  • How to delete the cache from Presentation Services(Web UI)

    Hi,
    How to delete the cache from Presentation Services(Web UI) and from rpd also.

    Hi,
    For Presentation services cache refer : http://gerardnico.com/wiki/dat/obiee/presentation_service_cache
    For RPD Cache :
    Admin tool(rpd) > Manage > Cache > Action > Purge
    or check following links
    http://gerardnico.com/wiki/dat/obiee/event_table
    http://oraclebi.blog.com/automating-cache-purging-without-using-obiee-scheduler/
    cheers
    Aravind

  • Presentation server cache

    Hi guys
    How can i clear presentation service cache manually ?
    regards

    Navigate to Administration ==> Manage Session, here you will find a button named Close All Cursors. Click it to Purge the Presentation Services Cache.
    Note: It will purge all the cursors cached in it.

  • How we can make use of cache management using presentation services

    hi all
    how we can make use of cache management using presentation services
    Thanks
    Sreedhar

    hi
    i have one small question,
    first time i have submitted a report and the data has come from database, second i have interchange the cols like col1 to col2 and col2 to col1 and i did col1/col2 will it comes from cache or will it come from database(my question is that any in memory calculations will be done by cache )
    Thanks
    Sreedhar

  • OPMN Presentation Service

    Hi,
    Really stumped with what to do with this one now,
    i cant get the BI Presenation Service to come up start with the basics run
    opmnctl startall
    Processes in Instance: instance1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    coreapplication_obiccs1 | OracleBIClusterCo~ | 28985 | Alive
    coreapplication_obisch1 | OracleBIScheduler~ | 28984 | Alive
    coreapplication_obijh1 | OracleBIJavaHostC~ | 28981 | Alive
    coreapplication_obips1 | OracleBIPresentat~ | N/A | Down
    coreapplication_obis1 | OracleBIServerCom~ | 28983 | Alive
    opmnctl startproc ias-component=coreapplication_obips1
    But this error out...
    $ opmnctl startproc ias-component=coreapplication_obips1
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=v10emzs130:9501
    0 of 1 processes started.
    ias-instance id=instance1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication_obips1/
    Error
    --> Process (index=1,uid=383610103,pid=29137)
    failed to start a managed process after the maximum retry limit
    Log:
    /obiauat1/apps/obiee/MWHome/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1/console~coreapplication_obips1~1.log
    The logs above tell you nothing just show the process trying to start, took a look at the opmn.log and found the below
    [2013-01-03T13:49:48][opmn][TRACE:1][][OPMN]Ping failed in Ready callback for proc:1172789985
    [2013-01-03T13:49:50][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1172789985:21153) [No addresses matched the properties for the request.]
    [2013-01-03T13:49:50][opmn][TRACE:1][][OPMN][code:libopmncustom]Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1172789985:21153)
    And this is where my issue lies, ive tried a full reboot of the box twice just in case there was a process hanging somewhere still no luck, I replaced instanceconfig.xml with the working backup that was taken yesterday morning but still the error persist
    Does anyone have any ideas, I can produce logs and any other information that will help                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    **NQServer.log**
    $ tail -300 nqserver-20130103-1531.log
    [2013-01-03T14:46:59.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [36007] Loading repository /obiauat1/apps/obiee/MWHome/instances/instance1/bifoundation/OracleBIServerComponent/coreapplication_obis1/repository/OracleBIAnalyticsAppsEBD3_BI0103.rpd.
    [2013-01-03T14:47:49.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 4c] [14055] Loading subject area: Usage Tracking ...
    [2013-01-03T14:47:49.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 4b] [14055] Loading subject area: Core ...
    [2013-01-03T14:47:49.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 4c] [14056] Finished loading subject area: Usage Tracking.
    [2013-01-03T14:48:01.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 4b] [15045] All physical tables in logical table source 'Dim - Purchase Order Attributes'.'Fact_W_PURCH_ORDER_F' must be join connected.
    [2013-01-03T14:48:05.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 4b] [14056] Finished loading subject area: Core.
    [2013-01-03T14:48:06.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 39] [16020] Metadata Database Type: Oracle 11g [[
    Data Source Name: UAT1
    Data Source Type: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64b
    [2013-01-03T14:48:06.000+00:00] [OracleBIServerComponent] [WARNING:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [nQSError: 43123] Query log for some users are enabled, performance may decreased
    [2013-01-03T14:48:06.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 39] [16020] Metadata Database Type: Oracle 10g R2 [[
    Data Source Name: U020
    Data Source Type: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64b
    [2013-01-03T14:48:10.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 39] [16020] Metadata Database Type: Oracle 9i [[
    Data Source Name: UAT1
    Data Source Type: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [2013-01-03T14:48:11.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [85003] MDX Member Name Cache subsystem started successfully.
    [2013-01-03T14:48:11.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [85004] MDX Member Name Cache subsystem recovered entries: 0, size: 0 bytes.
    [2013-01-03T14:48:17.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] nqsserver: Clustered Oracle BI Server (64-bit) started. Version: 11.1.1.5.0.120326.0122.000.
    [2013-01-03T14:48:18.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 9a0] [43071] A connection with Cluster Controller v10emzs130:9706 was established.
    [2013-01-03T15:27:59.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 99b] [nQSError: 46066] Operation cancelled.
    [2013-01-03T15:27:59.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 9a0] [nQSError: 46066] Operation cancelled.
    [2013-01-03T15:28:00.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [43031] : Oracle BI Server shutdown.
    [2013-01-03T15:28:09.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [85008] MDX Member Name Cache subsystem statistics - Entries: 0, Sizes: 0 bytes, Overall Queries: 0, Hits: 0(0%), Misses: 0(0%).
    [2013-01-03T15:28:09.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [85007] MDX Member Name Cache subsystem stopped.
    [2013-01-03T15:28:17.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00089d0jBfGFS8R6yZrY6G00074r000000] [tid: 1] [14058] Unloaded all subject areas.
    Sawlog
    $ tail -300 sawlog4.log
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:31:49.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: 00089fXA44qFS8R6yZrY6G0000l7000000,0] [tid: 5] Leaving condition wait. Condition var: 4309614992. Timeout: 5000[[
    File:conditionwait.cpp
    Line:96
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler
    saw.threads
    ecid: 00089fXA44qFS8R6yZrY6G0000l7000000,0
    ThreadID: 5
    [2013-01-03T15:31:49.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: 00089fXA44qFS8R6yZrY6G0000l7000000,0] [tid: 5] Signaling condition var: 4309614920.[[
    File:conditionwait.cpp
    Line:134
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.taskScheduler
    saw.threads
    ecid: 00089fXA44qFS8R6yZrY6G0000l7000000,0
    ThreadID: 5
    [2013-01-03T15:31:49.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: ] [tid: ] Leaving condition wait. Condition var: 4309614920. Timeout: 60000[[
    File:conditionwait.cpp
    Line:96
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:31:49.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: ] [tid: ] Signaling condition var: 4309598792.[[
    File:conditionwait.cpp
    Line:149
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.threadpool.shutdown
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:26.000-00:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 120325.0800 BP2 64-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
    saw.sawserver
    ecid:
    [2013-01-03T15:33:29.000-00:00] [OBIPS] [TRACE:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] The Oracle BI Presentation Services server is proudly running under user: TODO_implement_this[[
    File:webextensionbase.cpp
    Line:535
    Location:
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:30.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: 00089fbFBtSFS8R6yZrY6G0000nI000000,0] [tid: 5] Entering condition wait. Condition var: 4309614992. Timeout: 5000[[
    File:conditionwait.cpp
    Line:88
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler
    saw.threads
    ecid: 00089fbFBtSFS8R6yZrY6G0000nI000000,0
    ThreadID: 5
    [2013-01-03T15:33:30.000-00:00] [OBIPS] [TRACE:1] [] [saw.catalog.local.readObject] [ecid: ] [tid: ] Path not found (/system/version)[[
    File:localwebcatalog.cpp
    Line:1176
    Location:
    saw.catalog.local.readObject
    saw.catalog.local.checkforcatalogupgrade
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:30.000-00:00] [OBIPS] [ERROR:16] [] [saw.catalog.local.checkforcatalogupgrade] [ecid: ] [tid: ] No catalog version file found or unable to read the version file. Upgrade necessary[[
    File:localwebcatalog.cpp
    Line:161
    Location:
    saw.catalog.local.checkforcatalogupgrade
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:30.000-00:00] [OBIPS] [ERROR:10] [] [saw.catalog.local.checkforcatalogupgrade] [ecid: ] [tid: ] Upgrading Catalog is required.[[
    File:localwebcatalog.cpp
    Line:176
    Location:
    saw.catalog.local.checkforcatalogupgrade
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:30.000-00:00] [OBIPS] [ERROR:1] [] [saw.catalog.local.loadCatalog] [ecid: ] [tid: ] Error initializing/loading existing Catalog: /obiauat1/apps/obiee/MWHome/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/EnterpriseBusinessAnalytics.
    Upgrading Catalog is required.[[
    File:localwebcatalog.cpp
    Line:258
    Location:
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
    saw.sawserver
    ecid:
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: ] [tid: ] Signaling condition var: 4309614992.[[
    File:conditionwait.cpp
    Line:134
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: ] [tid: ] Entering condition wait. Condition var: 4309614920. Timeout: 60000[[
    File:conditionwait.cpp
    Line:88
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: 00089fbFBtSFS8R6yZrY6G0000nI000000,0] [tid: 5] Leaving condition wait. Condition var: 4309614992. Timeout: 5000[[
    File:conditionwait.cpp
    Line:96
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler
    saw.threads
    ecid: 00089fbFBtSFS8R6yZrY6G0000nI000000,0
    ThreadID: 5
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: 00089fbFBtSFS8R6yZrY6G0000nI000000,0] [tid: 5] Signaling condition var: 4309614920.[[
    File:conditionwait.cpp
    Line:134
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.taskScheduler
    saw.threads
    ecid: 00089fbFBtSFS8R6yZrY6G0000nI000000,0
    ThreadID: 5
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: ] [tid: ] Leaving condition wait. Condition var: 4309614920. Timeout: 60000[[
    File:conditionwait.cpp
    Line:96
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:31.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: ] [tid: ] Signaling condition var: 4309598792.[[
    File:conditionwait.cpp
    Line:149
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.threadpool.shutdown
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:41.000-00:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.5.0 (Build 120325.0800 BP2 64-bit) are starting up.[[
    File:sawserver.cpp
    Line:465
    Location:
    saw.sawserver
    ecid:
    [2013-01-03T15:33:44.000-00:00] [OBIPS] [TRACE:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] The Oracle BI Presentation Services server is proudly running under user: TODO_implement_this[[
    File:webextensionbase.cpp
    Line:535
    Location:
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:45.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: 00089fc8DdQFS8R6yZrY6G0000oT000000,0] [tid: 5] Entering condition wait. Condition var: 4309614992. Timeout: 5000[[
    File:conditionwait.cpp
    Line:88
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler
    saw.threads
    ecid: 00089fc8DdQFS8R6yZrY6G0000oT000000,0
    ThreadID: 5
    [2013-01-03T15:33:45.000-00:00] [OBIPS] [TRACE:1] [] [saw.catalog.local.readObject] [ecid: ] [tid: ] Path not found (/system/version)[[
    File:localwebcatalog.cpp
    Line:1176
    Location:
    saw.catalog.local.readObject
    saw.catalog.local.checkforcatalogupgrade
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:45.000-00:00] [OBIPS] [ERROR:16] [] [saw.catalog.local.checkforcatalogupgrade] [ecid: ] [tid: ] No catalog version file found or unable to read the version file. Upgrade necessary[[
    File:localwebcatalog.cpp
    Line:161
    Location:
    saw.catalog.local.checkforcatalogupgrade
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:45.000-00:00] [OBIPS] [ERROR:10] [] [saw.catalog.local.checkforcatalogupgrade] [ecid: ] [tid: ] Upgrading Catalog is required.[[
    File:localwebcatalog.cpp
    Line:176
    Location:
    saw.catalog.local.checkforcatalogupgrade
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:45.000-00:00] [OBIPS] [ERROR:1] [] [saw.catalog.local.loadCatalog] [ecid: ] [tid: ] Error initializing/loading existing Catalog: /obiauat1/apps/obiee/MWHome/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/EnterpriseBusinessAnalytics.
    Upgrading Catalog is required.[[
    File:localwebcatalog.cpp
    Line:258
    Location:
    saw.catalog.local.loadCatalog
    saw.subsystems.catalogbootstrapper.loadcatalog
    saw.webextensionbase.init
    saw.sawserver
    ecid:
    [2013-01-03T15:33:45.000-00:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
    saw.sawserver
    ecid:
    [2013-01-03T15:33:46.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: ] [tid: ] Signaling condition var: 4309614992.[[
    File:conditionwait.cpp
    Line:134
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:46.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: ] [tid: ] Entering condition wait. Condition var: 4309614920. Timeout: 60000[[
    File:conditionwait.cpp
    Line:88
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:46.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: 00089fc8DdQFS8R6yZrY6G0000oT000000,0] [tid: 5] Leaving condition wait. Condition var: 4309614992. Timeout: 5000[[
    File:conditionwait.cpp
    Line:96
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler
    saw.threads
    ecid: 00089fc8DdQFS8R6yZrY6G0000oT000000,0
    ThreadID: 5
    [2013-01-03T15:33:46.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: 00089fc8DdQFS8R6yZrY6G0000oT000000,0] [tid: 5] Signaling condition var: 4309614920.[[
    File:conditionwait.cpp
    Line:134
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.taskScheduler
    saw.threads
    ecid: 00089fc8DdQFS8R6yZrY6G0000oT000000,0
    ThreadID: 5
    [2013-01-03T15:33:46.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.wait] [ecid: ] [tid: ] Leaving condition wait. Condition var: 4309614920. Timeout: 60000[[
    File:conditionwait.cpp
    Line:96
    Location:
    saw.threads.syncobjs.conditionwait.wait
    saw.taskScheduler.shutdown
    ecid:
    [2013-01-03T15:33:46.000-00:00] [OBIPS] [TRACE:1] [] [saw.threads.syncobjs.conditionwait.signal] [ecid: ] [tid: ] Signaling condition var: 4309598792.[[
    File:conditionwait.cpp
    Line:149
    Location:
    saw.threads.syncobjs.conditionwait.signal
    saw.threadpool.shutdown
    saw.taskScheduler.shutdown
    ecid:
    ]]

  • Deleted user able to login to Oracle BI Publisher Web, Presentation Service

    Hi All,
    i have chosen "Oracle BI Server" as my security model and everything is working fine, i had to delete a user, i deleted the user from RPD, deleted user from Presentation services from "Manage Presentation catalog users and groups" and restarted services: Oracle BI Server, Oracle Presentation server, Oracle Java Host, OC4J.
    after restart i am able to login into both presentation services and Oracle BI Publisher web, do i need to do anything more to restrict access to the deleted users.
    Thanks and Regards,
    Sreekanth.

    If you are using BI Server for the security, then it is maintaining the users and what they can get to. You might clear browser caches and ensure you bounce the BIP server.
    Tim

  • Difference between Presentation Server Cache and BI Server Cache

    Hello Experts,
    What is the Diff b/w Presentation Server Cache and BI Server Cache
    Thanks,
    S Gouda

    Hello,
    Okay, what do you want to do about caching at BI server and Presentation server.
    A nQSXXXX.tmp is a temporary cache file which maintained by the BI Server for an analysis request by a user and is kind of shared data between the OBI Server and the OBI Presentation server. This is refereed as the 'Cursor Cache' which could be managed by going thru Administration> Manage Sessions > Clear Cursor Cache.These .tmp files are it is not related to BI Server cache.
    By Default, the BI Server Cache is stored in the and stored as NQSxxxxx.tbl files. [middlware_home]/instances/instance1/bifoundation/OracleBIServerComponent/coreapplication_obis1/cache]
    Caching occurs by default at the subrequest level, which results in multiple cache entries for some SQL statements. Caching subrequests improves performance and the cache hit ratio, especially for queries that combine real-time and historical data.
    Below are some useful links for cache management in OBIEE 11g.
    http://oraclebisolutions.blogspot.com/2013/02/obiee-11g-obi-server-and-presentation.html
    http://drazda.blogspot.com/2012/10/obiee-11g-cache-management.html
    http://allaboutobiee.blogspot.in/2012/03/cache-management-purging-cache.html
    Pls mark itf this helps. Else post the exact questions you have about this post.
    Thanks,
    SVS

  • Error while creating Bi presentation service in obiee(11.1.1.3)

    Hi,
    Im using Jdeveloper(11.1.1.5) and OBIEE(11.1.1.3)
    I created a ADF application in Jdev and when I try to create a BI presentation services I'm getting the following error message.
    *Connection attempt failed.*
    *java.lang.RuntimeException: Unable to retrieve logon token. This version requires a BI build that implements the version 7 SOAP interface. Please verify that you are using the correct BI version.*
    does the creation of presentation service in jdev(11.1.15) work only with OBIEE(11.1.1.5) and not OBIEE(11.1.1.3).
    please help!
    Thanks,
    Venky
    Edited by: Venky on Jul 26, 2011 2:02 PM
    Edited by: Venky on Jul 27, 2011 6:18 AM

    Venky,
    The SOAP interface released with OBIEE 11.1.1.3 is version 6 (v6) as you can see from its WSDL URL.
    This would leave one only to believe that the SOAP interface released with OBIEE 11.1.1.5 is version 7.

  • Unable to login to presentation services after doing the upgrade 10g to 11g

    Hi All,
    I had a running instance of OBIEE 11g 11.1.1.6.0, my 11g rpd and webcatlog was working fine. Imp to note is that, I had configured external LDAP authenticator and wasn't using the weblogic embedded LDAP.
    Now, today, I had to updrage 10g RPD and Webcatlog to 11g and merge into the my current 11g system. I ran the upgrade utitlity and it completed the upgrade successfully but now when I try to login into presentation services using the weblogic user, the presentation services gets hung. It doesn't even give me a message like "Invalid login or password" I DON't get any message but my Presentation services and RPD gets hung( when I try to open it online)
    Also, I am trying to refresh the GUIDs after making the necessary changes in the config and instanceconfig.xml file i start the obi server and presentation server, it doesn't come up. So I am unable to refresh my GUIDs
    What could be issue here? Do I need to fix an credential file? Please let me know.
    Thanks,
    Ronny

    Ronny wrote:
    Hi All,
    I had a running instance of OBIEE 11g 11.1.1.6.0, my 11g rpd and webcatlog was working fine. Imp to note is that, I had configured external LDAP authenticator and wasn't using the weblogic embedded LDAP. Was LDAP access working fine before upgrading the 10g rpd and webcat?
    Now, today, I had to updrage 10g RPD and Webcatlog to 11g and merge into the my current 11g system. I ran the upgrade utitlity and it completed the upgrade successfully but now when I try to login into presentation services using the weblogic user, the presentation services gets hung. It doesn't even give me a message like "Invalid login or password" I DON't get any message but my Presentation services and RPD gets hung( when I try to open it online)What do the logs say?
    Also, I am trying to refresh the GUIDs after making the necessary changes in the config and instanceconfig.xml file i start the obi server and presentation server, it doesn't come up. So I am unable to refresh my GUIDsWhen you say doesn't come up, do you mean the services are down? If yes, what do the logs say about this?

Maybe you are looking for

  • What is a interactive ALV Report.

    Hi, what is a interactive ALV Report. plz, Explain the Use and Notes,Advise Me. By, Jeevan.S

  • Burning data in itunes?

    I have a file of photos on my desk top I need to burn onto discs hhow do I do this ...Thanks

  • Get bw data into bpc consolidation model

    hi gurus i m kinda newbie in bpc nw 7.5 for consolidation, now i m enroll in a project where i have to build some models for financial consolidation, in some way i know what objects should it builded, but i have a doubt about data which resides in BW

  • Back up play list

    I want to back up some of my play lists for some gigs. Mixed in a play list may be a song or two that I downloaded from iTunes store. Yet it seems now I can't back them onto CDs or edit some them with some software like GarageBand or AccuMeter to get

  • No single user log in?

    or is something munged with my orbicule/undercover protection scheme? this is true across two machines a 20" imac intel and a new 2.2 gig MBP