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

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.

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

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

  • 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

  • Select distinct for a date column in present. service when creating prompt

    hi all
    I am trying to create some new prompts in my answers and I have the following problem. When I try to create a new prompt on a date column ( for example Modification Date), when I try to run this report on this prompt it is displaying the same date a lot of times ( for example 2/4/11 it is being displayed 4 times).
    Is there any way i can change this, so to display distinct dates?
    Thank you and best regards

    Hi Deva
    I am trying to use this, but in the system are being saved the date + hour.
    When i try select distinct modification date from My_view, i still have the same dates because they have different hours.
    When i try select disctinct to_date(modification_date)..... I am having an error in BI.
    Please help me to solve this issue.
    Regards

  • 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

  • Error while creating presentation variable in Dashboard prompts.

    Hi Team
    I have been going through the guidelines and procedures to create a presentation variable to use it in the dashboard prompt ( mentioned in the previous blogs ) .I followed the below link :
    http://oraclebi.blog.com/example-of-presentation-variable-in-obiee/
    I am using the following query :
    ========================================================
    SELECT case when 1=0 then "D2 Market"."M04 Region"
    else 1
    end
    FROM "Sample Sales"
    UNION ALL
    select case when 1=0 then "D2 Market"."M04 Region"
    else 2
    end
    FROM "Sample Sales"
    =========================================================
    I just wanted to create 2 dummy choices i.e 1 and 2 .But while soing so I am getting erros in the case statements :
    =========================================================
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: "D2 Market"."M04 Region". (HY000)
    SQL Issued: SELECT case when 1=0 then "D2 Market"."M04 Region" else 1 end FROM "Sample Sales" UNION ALL select case when 1=0 then "D2 Market"."M04 Region" else 2 end FROM "Sample Sales"
    =========================================================.
    Please suggest and let me know if there is any other method to have 2 chioces in drop down i.e 1 and 2 using SQL statements while creating the dashboard prompts.
    Thanks

    Hi Rachit
    You answered my doubt.This one really works . Thanks a lot !
    But i have one more doubt i.e if have created the Presentation variable in the dashboard prompt and I want to use it in a report
    i.e the scenario is If I have created a new column i.e " Revised Salary " in the Presentation Services and want the values to be entered there dynamically upon end users choice. For ex the end user selecrts value of 1 then the report would display an increament of 500 to all the employees in the " Revised Salary " column and if the end user select value of 2 .. the report would display a decrement of 500 in the " Revised salary column".
    I am getting the following error :
    ========================================================================
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59001] Binary Logical operation is not permitted on VARBINARY, INTEGER operand(s). (HY000)
    SQL Issued: SELECT "D0 Time"."T05 Per Name Year" saw_0, "D2 Market"."M04 Region" saw_1, "D4 Product"."P01 Product" saw_2, "D1 Customer"."C1 Cust Name" saw_3, "F1 Revenue"."1-01 Revenue (Sum All)" saw_4, CASE WHEN 0='1' then "F1 Revenue"."1-01 Revenue (Sum All)" +500 else "F1 Revenue"."1-01 Revenue (Sum All)" - 500 end saw_5 FROM "Sample Sales" ORDER BY saw_0, saw_1, saw_2, saw_3
    ========================================================================
    Please NOTE : The column on which I want to do an increament is : "F1 Revenue"."1-01 Revenue (Sum All)"
    Thanks

  • Not able to start the Presentation services and BI Server

    Hi,
    My prsentation services has gone down, after the changed the default rpd and oped another rpd which was password lock. De-Commented the AUTHENTICATION_TYPE = BYPASS_NQS and restarted the BI Server and stopped it again, then logged into the rpd without any password and then changed the password and close the BI Admin tool and started the BI Server.
    But now the presentation server is not starting."Could not start the BI Presentation Services on the Local Computer. For more information, review system event log....."
    The instanceconfig.xml has the right path "<CatalogPath>C:/OracleBIData/web/catalog/xxx</CatalogPath>
    the catalog is the same as what is mentioned in the NSQConfig.ini.
    Never this this kind of error before.
    Can somebody please help.
    Rgds,
    Amit

    Hi Saichand,
    Sorry i had resolved it. Actually i had done some cryptotools for adding the Impersonator, and when i changed the RPD it gave me error bcos of that, i removed the entries from
    credentialstore.xml and also from instanceconfig.xml and the Presentation Services where up.
    I really appreciate your promptness in answering the question, do u get an alert in email or you keeping checking the site.
    Thanks & Rgds
    Amit

  • OBIEE presentation services not starting

    HI,
    i downloaded samplesales OBIEE 11.1.1.6 bp2 virtual box image but presentation services are not starting ..giving 5 errors as follows
    #SEARCH_CRITERIA
    #     START_TIME: 2012-10-16T23:06:55.391+03:00
    #     END_TIME: 2012-10-16T23:11:55.391+03:00
    #     MESSAGE_TYPES:ERROR, UNKNOWN
    #     ecid [OP_IS_IGNORE_CASE] 11d1def534ea1be0:5841315a:13a6b2c4365:-8000-00000000000000ef
    #SELECTED_TARGETS_LIST
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer:weblogic_j2eeserver
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/ActionSamples:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/DMS Application(11.1.1.1.0):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/ESSAPP:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/EssbaseCalc:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/FMW Welcome Page Application(11.1.0.0.0):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/NonJ2EEManagement(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/OracleRTD(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/adminservice(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/analytics(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/analyticsRes:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/apex:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/biadminservices(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/biadminutils(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/bicontentserver(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/bilocaladmin(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/bimiddleware(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/bioffice(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/biofficeclient(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/bipublisher(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/bisearch(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/i:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/mapviewer(11.1.1):j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/metadatadict:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/wsil-wls:j2ee_application
    #     /Farm_bifoundation_domain/bifoundation_domain/AdminServer/wsm-pm:j2ee_application
    #     /Farm_bifoundation_domain/instance1/coreapplication_obiccs1:oracle_bi_cluster_controller
    #     /Farm_bifoundation_domain/instance1/coreapplication_obijh1:oracle_bi_java_host
    #     /Farm_bifoundation_domain/instance1/coreapplication_obips1:oracle_bi_presentation_services
    #     /Farm_bifoundation_domain/instance1/coreapplication_obis1:oracle_bi_server
    #     /Farm_bifoundation_domain/instance1/coreapplication_obisch1:oracle_bi_scheduler
    [2012-10-16T23:10:49.092+03:00] [AdminServer] [ERROR] [] [oracle.bi.management.sysmancommon] [host: obieesampleapp.us.oracle.com] [nwaddr: 127.0.0.1] [tid: Thread-183] [userId: weblogic] [ecid: 11d1def534ea1be0:5841315a:13a6b2c4365:-8000-00000000000000ef,0] [APP: biadminservices#11.1.1] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/biadminservices(11.1.1)] [TARGET_TYPE: j2ee_application] Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    [2012-10-16T23:10:49.112+03:00] [AdminServer] [ERROR] [OBI-SYSMAN-1249] [oracle.bi.management.sysmancommon] [host: obieesampleapp.us.oracle.com] [nwaddr: 127.0.0.1] [tid: Thread-148] [userId: weblogic] [ecid: 11d1def534ea1be0:5841315a:13a6b2c4365:-8000-00000000000000ef,1:29115] [APP: biadminservices#11.1.1] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/biadminservices(11.1.1)] [TARGET_TYPE: j2ee_application] Processing Event: SEVERE: Element Type: PROCESS, Element Id: instance1:coreapplication_obips1, Operation Result: FAILED_TO_START, Detail Message: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    [2012-10-16T23:10:51.384+03:00] [AdminServer] [ERROR] [OBI-SYSMAN-1249] [oracle.bi.management.sysmancommon] [host: obieesampleapp.us.oracle.com] [nwaddr: 127.0.0.1] [tid: Thread-148] [userId: weblogic] [ecid: 11d1def534ea1be0:5841315a:13a6b2c4365:-8000-00000000000000ef,1:29115] [APP: biadminservices#11.1.1] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/biadminservices(11.1.1)] [TARGET_TYPE: j2ee_application] Processing Event: SEVERE: Element Type: BI_INSTANCE, Element Id: coreapplication, Operation Result: FAILED_TO_START, Detail Message: Error in starting one or more components of BI Instance; Please check the server log files for detailed message.
    [2012-10-16T23:10:51.386+03:00] [AdminServer] [ERROR] [EM-02694] [oracle.sysman.emai.view.bi.impl.ProgressDialogHelper] [host: obieesampleapp.us.oracle.com] [nwaddr: 127.0.0.1] [tid: Thread-148] [userId: weblogic] [ecid: 11d1def534ea1be0:5841315a:13a6b2c4365:-8000-00000000000000ef,1:29115] [APP: em] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Supplementary information regarding operation: PROCESS:instance1:coreapplication_obips1;FAILED_TO_START;Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    [2012-10-16T23:10:51.387+03:00] [AdminServer] [ERROR] [EM-02694] [oracle.sysman.emai.view.bi.impl.ProgressDialogHelper] [host: obieesampleapp.us.oracle.com] [nwaddr: 127.0.0.1] [tid: Thread-148] [userId: weblogic] [ecid: 11d1def534ea1be0:5841315a:13a6b2c4365:-8000-00000000000000ef,1:29115] [APP: em] [TARGET: /Farm_bifoundation_domain/bifoundation_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Supplementary information regarding operation: BI_INSTANCE:coreapplication;FAILED_TO_START;Error in starting one or more components of BI Instance; Please check the server log files for detailed message.
    #MESSAGE_COUNT: 5
    i have already tried below mentioned things but still issue persists,
    RESOLUTION:
    Connect to WebLogic Server (WLS) Console -> Deployments. Ensure that all deployed components are in ‘Active’ state.
    Use the command prompt to verify the opmn status, as the EM console will not always reflect the correct status.
    If any of the components is in ‘Prepared’ state, select that application and then click on “start servicing all requests”.
    Restart BI Server and Presentation Services
    If this does not resolve the issue please follow the steps below:
    In some cases, the following additional step might be needed to resolve the issue.
    Access the Enterprise Manager Fusion Middleware control: http://<host.domain>:port/em
    Navigate to Business Intelligence -> coreapplication
    ‘Capacity Management’ tab -> ‘Scalability’ sub-tab
    Click on ‘Lock and Edit Configuration’ button
    Enter the IP address in the ‘Listen Address’ field
    Click on ‘Activate Changes’ followed by ‘Release Configuration’ buttons.
    Restart BI Server and Presentation Services
    Please guide.
    log file is as below,
    [2012-10-16T23:10:38.000+03:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.6.2 (Build 120605.2000 BP1 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:455
    Location:
         saw.sawserver
    ecid:
    [2012-10-16T23:10:39.000+03:00] [OBIPS] [ERROR:31] [] [saw.connectionPool.getConnection] [ecid: ] [tid: ] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:connection.cpp
    Line:395
    Location:
         saw.connectionPool.getConnection
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2012-10-16T23:10:39.000+03:00] [OBIPS] [ERROR:10] [] [saw.security.odbcuserpopulationimpl.initialize] [ecid: ] [tid: ] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:316
    Location:
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2012-10-16T23:10:39.000+03:00] [OBIPS] [ERROR:31] [] [saw.security.odbcuserpopulationimpl.initialize] [ecid: ] [tid: ] Could not create a system user connection to Oracle BI Server during start-up. Please check the error message and try again.
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:319
    Location:
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2012-10-16T23:10:39.000+03:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:713
    Location:
         saw.sawserver
    ecid:
    [2012-10-16T23:10:45.000+03:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services (OBIPS) 11.1.1.6.2 (Build 120605.2000 BP1 32-bit) are starting up.[[
    File:sawserver.cpp
    Line:455
    Location:
         saw.sawserver
    ecid:
    [2012-10-16T23:10:47.000+03:00] [OBIPS] [ERROR:31] [] [saw.connectionPool.getConnection] [ecid: ] [tid: ] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:connection.cpp
    Line:395
    Location:
         saw.connectionPool.getConnection
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2012-10-16T23:10:47.000+03:00] [OBIPS] [ERROR:10] [] [saw.security.odbcuserpopulationimpl.initialize] [ecid: ] [tid: ] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:316
    Location:
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2012-10-16T23:10:47.000+03:00] [OBIPS] [ERROR:31] [] [saw.security.odbcuserpopulationimpl.initialize] [ecid: ] [tid: ] Could not create a system user connection to Oracle BI Server during start-up. Please check the error message and try again.
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:319
    Location:
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2012-10-16T23:10:47.000+03:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:713
    Location:
         saw.sawserver
    ecid:
    Edited by: 948856 on Oct 16, 2012 1:24 PM

    hi Christian,
    tried it.still same error. going to download fresh VMs from oracle.hoping same issue will not come again.
    thanks,

  • Oracle biee presentation service is not starting

    hi All,
    Today i installed oracle biee on my machine(having windows vista) andreplaced all corresponding files (like .rpd file & catalog and modify the nqsconfig.ini & instanceconfig.xml files). but when i tried to start the oracle bi presentation service, it was not starting(though i already started the oracle bi server and java host service).
    i got the following error prompt:
    "Windows could not start BI Presentation server on local computer.
    For more information,review the system event log.if this is non-microsoft service,contact the service vendor, and refer to service specific error code-1"
    Then i again replaced all the files to the default one(paint.rpd and paint catalog) and again tried to restart the service but this time i got the "error : 1053 Error 1053: The service did not respond to the start or control request in a timely fashion."
    please help me out
    Thanks

    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

  • Presentation Service- Page cannot be displayed

    Hi
    The presentation service page is not displayed but admin tool is opening.
    Oracle bi server is running and so as presentation service too
    But oc4j is having trouble..when I start the oc4j the command prompt widown pops up and goes off. Think by this oc4j is not starting.
    Please suggest
    1.how to see oc4j is running or not apart from start oc4j option.
    2.how to make oc4j run if its true what I have described above.
    Thanks

    Hi
    Still I could not connect to presentation service page..Below are the details which i tried to resolve but did not work out
    I tried starting by below and shows below error.
    C:\>c:\oraclebi\oc4j_bi\bin\oc4j -start
    Starting OC4J from C:\OracleBI\oc4j_bi\j2ee\home ...
    12/08/04 17:04:35 Error initializing server: /C:/OracleBI/oc4j_bi/j2ee/home/conf
    ig/server.xml, Fatal error at line 1 offset 1 in file:/C:/OracleBI/oc4j_bi/j2ee/
    home/config/server.xml: .<Line 1, Column 1>: XML-20108: (Fatal Error) Start of r
    oot element expected.
    C:\>delete c:\oraclebi\oc4j_bi\j2ee\home\persistence\jms.state
    'delete' is not recognized as an internal or external command,
    operable program or batch file.
    C:\>more oc4j
    Cannot access file C:\oc4j
    Any suggesstions for the above errors and how to start the oc4j an presentation service...
    Thanks

Maybe you are looking for