OBIEE:Cache is not clearing

Hi
cache is not clearing in obiee setup.I did the following things
1.open rpd in online mode and purged all the cache entries
2.opened obiee answers(session log) .clicked on "close all cursors", cache entries are removed.but if i again opened the session log "same cache entries are still there"
pls help to resolve the problem
regards
mervin

Hi mervin,
This would solve your problem.
http://www.oraclenerd.com/2010/02/obiee-call-sapurgeallcache.html
http://obiee101.blogspot.com/2008/03/obiee-manage-cache-part-1.html
Hope it helps you,
By,
KK

Similar Messages

  • HT6195 Safari cache will not clear......cannot get to current version of website.

    I design our company website.  It was recently moved from Hostgator to Flywheel and I am unable to open a current version of the site or make changes via the admin page on Word Press and have it go live.  I have tried to clear the cache, but it will not clear.  Also, this is happening on my iPad 2 and my husbands MacBook Pro.  I cannot un-install safari because Maverick's won't let me.  I AM able to make changes and see the current live version on the Dell PC laptop I have.  Any ideas???

    If it only happened in one location, that would work.....it occurs when mobile, at work, at home, everywhere.  Thanks for the thought though.

  • ADF 11g Context - the pageFlowScope cache is not clearing

    Hi!
    I just noticed one behavior that I find unexplainable to me:
    1. Using ADF Controller
    2. Having one page (p1) on unbounded taskflow and
    3. One bounded taskflow (btf1) with one page and return activity with default property settings.
    Now, entering into bounded taskflow creates "oracle.adf.controller.pageFlowScope.xxxxxxxxxx_y" entries in SessionScope (observable via ADF Data panel when breakpoint is on the page / bounded taskflow).
    The problem is that PageFlowScope of bounded taskflow is not released/cleared from SessionScope on return to parent (unbounded) taskflow. (note: regular return activity is used). Thus, after intensive application usage, the SessionScope is filled with orphaned PageFlowScope entries. Still, the PageFlowScope map (with user defined taskflow paramteres / variables) is emptied on return, but the PageFlowScope object is still preserved.
    Is this a bug or "by design behavior"? In cases ov very long and intensive user activities, I noticed a very long list of orphaned PageFlowScopes which in turn produces memory as well as CPU overhead in managing user session on server. I stress-tested a simple app and performance hit for thousand concurrent users with 300 of taskflow entry-return cycles is significant. Memory rises linearly, but the CPU time is rising exponentially (guessing the searching the large PageFlowScope cache is taking the toll).
    Anyone else had a similar experience? Or explanation? Or pointing out where is possible to find more info on internal ADF Controller design?
    Regards,
    PaKo

    Hi,
    when the pageFlow scope map is preserved on task flow exit then this is a bug. Can you file it ?
    Frank

  • Clear cache does not clear all the cache

    Hi,
    After clearing the cache, the browser assumes some of the files are still cached so it won't try to get the file from the server. This causes the website to hang as it does not timeout.
    It does not always happen, for example in my machine is OK, but a colleague's machine has it consistently and other people too.
    The only way that they could make it work is going to about:support and doing a reset.
    The Troubleshooting Information I've added is from the problematic machine.
    regards,
    Daniel.

    They use the built-in means to clear the cache.
    Tried deleting the cache folder but it did not help.
    Tried also deleting the profile folder contents and it did work. I guess that is similar to reset functionality.
    Still, if clearing the cache folder worked would be a a workaround for us, as developers but not something we could ask from our customers.
    You can try it with this URL:
    https://hornbill.socialworkforce.com/socialworkforce/user/lib/hux/server/comboloader/comboloader.php?ver=1.1.0&../../ext/yui3/../../../esp_hux/components/Xmlmc/Xmlmc-min.js
    Again, they are able to load it for the first time, but if they clear the cache, they cannot get the response from that url, in fact there is not even a request from the browser.

  • Yosemite 10.10.1 - DNS cache does not clear when switching between WiFi networks

    Before updating to Yosemite, DNS caches would clear when switching between WiFi networks, as they should.
    For Example, when using an Exchange server, your server name might be something like mail.company.com. Outside of the corporate LAN the IP would resolve to the outside (WAN) address. When you move the laptop inside the corporate LAN, it should clear the cache so mail.company.com resolves to the internal (LAN) address.  This is just one example of a dumb DNS transition not taking place switching from outside to inside (and vice versa).
    Instead, OS X is holding onto the outside DNS record even when moving to the Corporate LAN. The only way to fix is to run the DNS cache command (which is MUCH more convoluted in Yosemite now), or more easily, to quickly turn off then turn on WiFi.
    This is an irritation as I have to perform this action every morning, and every time I come back to my desk from offsite.

    Well, clearing the caches is as simple as this, no?
    Clear MDNS Cache
    sudo discoveryutil mdnsflushcache
    Clear UDNS Cache
    sudo discoveryutil udnsflushcaches
    One other thing: Have you tried 10.10.2? There are many many fixes in 10.10.2 over 10.10.1.

  • OBIEE Cache clear and refresh of reports from DAC

    Hi All,
    I have an existing process where OBIEE cache clear and Dashboard report refresh is happened from DAC.
    But the issue is both do not happen parallely, the both tasks are kept in single text file and they are called from a batch file from DAC. Below is the code
    nqcmd -d AnalyticsWeb -u Administrator -p SADMIN -s D:\OracleBI\server\Bin\PurgeAllCache.txt
    So I want to make them run parellely so that Cache clear and refresh of reports happen parellely. In order to achieve do I need to create seperate batch files or can I manage by changing the above code.
    Please Suggest.

    Can you share the code in the file PurgeAllCache.txt
    There might be some issue with code, make sure you use ';' for each statement.
    or else use 2 files and 2 commands to execute them.
    Pls mark if helps

  • Obiee 10g - schedule to clear cursor cache

    hi, experts, I applied the command line to clear cache.
    I found that it only clears cache at bi server level (cache entries in rpd).
    it does not clear the cursor cache (those are viewed in Web , Manage Session)
    can I set any schedule to clear cursor cache?

    Hi,
    OBIEE Cursor Cache clear from Dashboard Java Script
    OBIEE Cursor cache is normally cleared from the Administration - Manage Sessions Screen...
    Here is a way that a piece of java can be embedded into a dashboard and call an xframe so you cant see it being called and clear the OBIEE Cursor cache - Presentation cache in effect.
    1. Just insert a text box into Dashboard - Tick the "Contains HTML Markup"
    2. Paste the script below into the text box
    <script language="javascript">
    document.write(
    "<iframe width=0px height=0px src=" +
    document.location.href.match(/^[^?]+/) +
    "?ManageSessions" +
    document.location.href.match(/&_scid=[^&]+/) +
    "&Action=CloseAllCursors&Done=saw.dll%3fSessions',{ensureFreshUrl:true});return false;')></iframe>"
    </script>
    Voila - when ever you click on the dashboard or refresh it the cursor cache will get cleared.
    Please refer the below links for more information on this.
    What Is Presentation Services Cache In Fact?
    http://prolynxuk.com/blog/?p=496
    how to seed n clear cache of obiee
    http://obiee101.blogspot.in/2008/03/obiee-manage-cache-part-1.html
    How to clear the cache daily automatically
    http://obiee10grevisited.blogspot.in/2012/02/cache-in-obiee.html
    Award points it is useful.
    Thanks,
    Satya

  • KM Cache in Cache Monitor is not cleared using KM API

    Hi All,
    I am trying to clear the KM cache that is pre-configured in Cache Monitor using KM API. Below is the code I am using to clear the cache. It is not clearing the cache but creating the new cache with the name "KM_Cache1 (1)" and default properties set to peak load as 100%. But my requirement is to access the pre-configured cache and clear it then refresh it.
    import com.sapportals.wcm.WcmException;
    import com.sapportals.wcm.service.cache.CacheServiceFactory;
    import com.sapportals.wcm.util.cache.CacheException;
    import com.sapportals.wcm.util.cache.ICache;
    import com.sapportals.wcm.util.cache.CacheFactory;
    try{
              Cache cache1 = CacheServiceFactory.getInstance().getCache("KM_Cache1");
              cache1.clearCache();
              cache1.refresh();
    Thanks in advance to help me on how to clear the cache in cache Monitor.

    Hi,
    The code is as follows:
    IIndexService indexService = null;
    try {
       indexService = (IIndexService) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.INDEX_SERVICE);
    } catch (ResourceException e) {
       if (indexService == null) {
         log.errorT("Error on instanciating the index service");
         return this.renderMessage(this.getBundleString(RES_NO_INDEX_SERVICE), StatusType.ERROR);
    // get index
    IIndex index = null;
    try {
       index = indexService.getIndex("YourIndexID");
    } catch (WcmException e1) {
       log.errorT("Error when trying to get the index");
       return this.renderMessage(this.getBundleString(RES_NO_INDEX), StatusType.ERROR);
    // check if the index is a instance of AbstractClassificationIndex
    AbstractClassificationIndex classiIndex = null;
    if (index instanceof AbstractClassificationIndex) {
       classiIndex = (AbstractClassificationIndex) index;
    } else {
       log.errorT("The index " + index.getIndexName() + " is no classification index");
       return this.renderMessage(this.getBundleString(RES_NO_CLASSIFICATION_INDEX), StatusType.WARNING);
    //give your KM Resource here for which you want to know if it is classified or not
    boolean classified = classiIndex.isDocClassifiedInAnyTax(resource);
    Regards,
    Praveen Gudapati

  • Cache, cookies and history are not clearing when I close Firefox even though they are set to do so and have been for ages

    I recently had an update (or upgrade?) for FF 16. Today (and I believe the update was done a day or two ago?) my cache, cookies and history are not clearing when I close FF. Also, certain links are not working. Not links for full web pages but for site pop-ups (like the smilie window on a message board). They worked a few days but are not working today. I click the link and nothing happens. I noticed the problem with the cookies not clearing for a few weeks ago but it was only on one site not all sites which is what's happening now.
    My apologies if that's a little confusing. Thanks!

    At any rate, have you tried running Firefox in Private Browsing mode? This will ensure that no infromation from your session is saved once you exit Private Browsing mode and/or exit Firefox.
    You can set Firefox to always start in Private Browsing mode: https://support.mozilla.org/en-US/kb/private-browsing-browse-web-without-saving-info#w_how-do-i-always-start-firefox-in-private-browsing

  • Apex not clearing cache

    Using Apex 4.1.1 on Oracle XE 11G (Linux)
    I have a form and a report in and when you click on create button it will clear the cache in page 6 so you can create a new entry.
    If click on the link on table which will set the value of P6_TID (type hidden) with a value, the typical Form & Report setup except I created it manually and was working fine for over a month since creation.
    Now when I click on the CREATE button its no longer clearing cache in page 6. Instead it retrieves the latest values I had earlier (P6_TID holding the latest value).
    However just earlier I was having another issue where I had to drop the parsing schema and got ORA-01940 - cannot drop a user that currently logged in, so I had to do a:
    SQL> shutdown immediate;and as soon as Oracle stopped I started it up and created my user, granted necessary permissions and imported the old DMP file.
    I've gone through this step many times but only now I am getting the ORA-01940 error. So have no idea if its anything to do with the issue of clearing cache I am having. Both issue coincided same time.
    Has anyone had any such problem where they are unable to clear cache for a page or session? I got absolutely know idea what I have to do get it back working.
    Cheers.

    Why would you shut down your database to kick a user. Just do
      select * from v$sessionYou can find your schema that you want to drop with a where clause on the user column.
    Now note the sid and the serial column and do
      alter system kill session '#SID#, #SERIAL#';Replace #SID# and #SERIAL# with the values of your session you want to kill.
    This will stop the ORA-01940 error.
    Now for the APEX matter. The APEX session is completely different from the Database session.
    If you submit values to the server then APEX keeps those values in session.
    If you clear the cache of a page it really means that you clear the values of that page in the session.
    Look in your session if those page items are cleared.
    If they are not cleared there then watch out for a unwanted rowfetch of page processes. If you clear the page cache on create you most not give away any variables to that page hee! (espacially not a primary key)
    Regards

  • Firefox will not clear cache

    I tried the beta version of FF 4, and deleted it, then when the full version came out I got it. Every since I had the beta version my FF will not clear the cache, I have tried a dozen ways to get my cache cleared and nothing is working.

    Do you still see that the cache is used if you open the <b>about:plugins</b> page via the location bar?

  • Purge OBIEE cache from ODI

    Hello experts,
    I have ETL running on an ODI server, and OBIEE running on another server (both Windows Server 2008 R2). I want to purge the OBIEE cache by calling a batch file after all the ETL loads are done.
    What would be the best way to accomplish this? Please advise.
    Thanks in advance!

    Hi.
    I hope is not that late to help on this.
    You may try to use the Event Polling table.
    Refer to this: http://gerardnico.com/wiki/dat/obiee/event_table
    You just need to implement an ODI interface to load this table with the proper information to clear the cache (check Gerardnico post to properly insert into the Event Polling Table)
    I spotted one issue with this.
    The attribute UPDATE_TS in this table must be unique or you must guarantee in your ETL that no duplicate datetime will be inserted in this table. This attribute is the key for the Cache Purging. It may sound silly to say that, but if you are using a bulk insert and a variable with the date time information all your records in the Event Polling Table may end with the same date time. This will cause a problem and your cache will not be deleted.
    Cheers.

  • Quality of pdf files not clear after conversion (Adobe Acrobat 9.0 Std)

    Hi,
    I am using Adobe Acrobat 9.0 standard and my computer is running on Windows XP SP3 (with Office 2003 SP3). Everything used to works fine until my laptop crashed and I need to re-install everything.
    Now when I want to convert PowerPoint presentation files (with pictures, diagrams), the pdf version becomes not clear and the fonts are smudged.
    I have re-install Adobe twice but ended up with the same problems. My colleague is able to convert the same PowerPoint using CutePDF without any problem.
    Please help. Thanks.

    You may want to try the following steps:
    open a pdf file
    click Edit
    click Preference
    in Resolution section: select Use system setting: 144 pixels/inch
    in Rendering section: select For Monitor, select Smooth line art, select Smooth images, select Use local fonts, select Use page cache
    in Page Content and Information section: select Use smooth zooming, select Use smooth scrolling
    click OK

  • I am trying to convert a Microsoft Publisher Document to PDF but it fails every time although the reason is not clear. Any ideas?

    I am trying to convert a Microsoft Publisher Document to PDF but it fails every time although the reason is not clear. Anyone else had problems like this and how do I solve it? Thanks. Ray

    Hi raythree,
    I'm sorry that your PDF conversion is working. Can you please tell me if you're getting a specific error message? Knowing that can help pinpoint the cause of the conversion failure. However, here are a couple of things that you could try:
    Clear your browser cache (steps to do this vary by browser).
    If you're using a work computer, check with your IT team to confirm if you have firewall/proxy settings that restrict the ability to upload files to the Internet.
    Try another web browser.  A list of supported browsers for accessing the ExportPDF service is available here: http://www.adobe.com/acom/systemreqs/.
    Also, note that there is a 100MB file size limit, so if your publisher file is larger than that, it won't upload to ExportPDF.
    I hope this helps. But let us know if you need further assistance.
    Best,
    Sara

  • MQ Adapter does not clear the rejected message from the queue

    Hi All,
    I'm using a MQ Adapter to fetch the message from the queue without any Backout queue configured. However, whenever there is any bad structured message found in the queue, MQ adapter rejects the message and moves the message to the rejmsg folder but does not clear it off the queue, as a result of which it keeps retrying the same hence, filling the logs and the physical memory. Somehow we do not have any backout queue configured so I can move the message to blackout queue. I have tried configuring the jca retry properties and global jca retry as well but to no avail.
    - Is it not the default behaviour of MQ Adapter to remove the rejected message from the queue irrespective of Backout queue is configured or not? The same behaviour working well with the JMS and File Adapter though.
    - Is there any way I can make MQ Adapter delete the message from that queue once it is rejected?
    Regards,
    Neeraj Sehgal

    Hi Jayson,
    Check this URL which answers a problem with com.sap.engine.boot.loader.ResourceMultiParentClassLoader problem:
    http://209.85.175.132/search?q=cache:RnFZ9viwuKkJ:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.sdn.folder.sdn!2fcom.sap.sdn.folder.application!2fcom.sap.sdn.folder.roles!2fcom.sap.sdn.folder.navigationroles!2fcom.sap.sdn.role.anonymous!2fcom.sap.sdn.tln.workset.forums!2fforumtest!2fcom.sap.sdn.app.iview.forumthread%3FQuickLink%3Dthread%26tstart%3D45%26threadID%3D1020700+com.sap.engine.boot.loader.ResourceMultiParentClassLoader&hl=en&ct=clnk&cd=3&gl=in&client=firefox-a
    Please check that the JDK compliance level is at 5.0
    Window->Preferences->Java->Compiler->Compiler compliance level set this to 5.0
    Set the installed JRE to the one you have mentioned JDK 5.0 update 16
    Window->Preferences->Java->Installed JRE's->
    Click on the add button to select the path of your JDK.
    once completed click on the check box next to it.
    regards,
    AKD

Maybe you are looking for

  • Once and for all: MS-7125 Neo4 Platinum NB temperature sensing

    Hi guys, I'm trying to shut my MS-7125 Neo4 Platinum NB fan up.  My XFX 6800GT vid card prevents me from using the blue Zalman passive cooler, unless I bend or remove its fans, which I haven't gotten around to.  So I'm looking for alternatives, one o

  • Process Order Scheduling dates.........

    Hi there,              For the process order where we can do the configuarion in SPRO so that the opreation starts on the basis of earlier dates or the latest dates... Thanks Kaushik

  • User exit for "on Hold" in MIRO

    Hello Friends I need to pop up a screen or u can say add a screen which should reflect only if the user clicks at "Hold" button while doing MIRO, the screen should include one list box and a set of radio buttons and ok code button. I made the screen

  • Iphone 4s Purchased in USA is not supporting after IOS 8.0

    I have brought unlocked Iphone 4s from US, two year before. I have inserted a SIM AIRCEL, Vodafone, Idea same was working fine. But 15days before when I have received update for IOS 8.0. I have updated same IOS but now i am not able to receive any se

  • How often is content updated

    Hi all, just a quick question. Have been using BT Vision now for almost 2 months, and notice that my content has hardly changed at all, especially for kids programmes. Its the same shows and episodes as when I first joined. Does anyone know how often