How to disable cache for a particular Report in obiee 10g?

HI
My name is Rani .Learning obiee10g ifaced 1 interview in that they asked me like how u disable cache for a particular report?

In the advanced tab of the report, under prefix you need to mention:
SET VARIABLE DISABLE_CACHE_HIT=1;
Refer below link
http://tipsonobiee.blogspot.com/2009/06/step-by-step-to-bypass-all-caches.html
Thanks

Similar Messages

  • How to disable caching for pcui applications

    Somehow the PCUI applications are cached and when we go to some opportunity and come back to the previous one,
    we can still see the changed data which is not actually saved to the Box but if we refresh the page it will go off.
    If we click on save, and if it has some error ,it wont save the opportunity but the changed data remains in the page something like Work protect in Portal.Couldnt find any options in portal and disabling cache for Iview didnt help.How can we disable the PCUI or Sever cache so that the unsaved data goes off..
    George

    Hello George,
    This can be done in two ways, one you can use transaction CRM_BSP_STATE_
    ERASE and delete all the previous states.
    Otherwise please append crm_bsp_restore=FALSE in the URL. This is
    explained in SAP Cookbook. Please have a look at the same. Kindly let
    me know for more information on the same.
    This issue  happens
    because of state manager which saves the state for individual
    application and individual user . This can be switched off by adding
    a URL parameter "CRM_BSP_RESTORE=FALSE" in the query string.
    Kindly please reffer the cook book for further  detail.
    Can you please try this & check if this helps.
    Thanks & Regards,
    Bhavya

  • How to disable IFD for a particular organization in MSCRM 2013?

    Hi All,
    We have a requirement to disable IFD only for a particular organization. Does MSCRM support IFD per organization?
    Thanks in advance.
    -Jai

    You cant disable IFD for a particular organization considering that its the servers which are configured for IFD and not the organizations.
    Regards, Abhishek Bakshi If you find this post helpful then please Vote as Helpful and Mark As Answer. Check my blog on https://mydynamicscrmblog.wordpress.com/

  • How to disable cache for a single query ?

    Hello BW Experts,
    I am running a Bex query. since the cache is not getting cleared it shows me wrong results. how to disable the cache settings for a single query ?
    are these settings different if you are running query using a web template..
    Please suggest.
    Thanks,
    BWer

    check also this post:
    Re: Query cache question

  • How to Disable cache for an especific Site??

    How i can disable in the CE 507 the Cache for one Web Site???

    The reply at the link says to configure a rule for "no-cache". This will not prevent the CE from making the request, it only tells the CE to not Cache it.
    Reading the question, I am not sure of exactly what the request is, but if the goal is to have the client go directly to the server, there are multiple ways to do this.
    If you want the client to make the connection to the site, you can you a redirect list on the WCCP router
    In the following example, traffic to 172.18.124.193 will not be redirected to the CE, but will go directly to the server.
    router# configure terminal
    router(config)# ip wccp web-cache redirect-list 120
    router(config)# access-list 120 deny ip any host 172.18.124.193
    router(config)# access-list 120 permit ip any any
    Or, you can create a static bypass entry on the CE using the bypass command. Bypass, like the router redirect list, requires the use of WCCP.

  • How to Disable CheckBox for a Particular Condition

    Hi All,
    In my application, iam using one table having 5rows , with checkboxes,
    based on one condition i want to  make few checkboxes as default disable in the same table, and some checkboxes i shud make it as enable, so experts please help me how to disable some checkboxes.
    disable means even if we select it shud not get selected, like that is it possible,

    Hi Sushma,
    You can have one more attribute in the same node from where you are populating the table and bind this boolean attribute to the enabled property of your CheckBox.
    and by looping thriugh the table you can check for conditions and based on it set the Enability of the checkbox.
    for (int iRowsCount =0;iRowsCount < wdContext.node<name>().size();iRowsCount++)
    if (condition)
    // Disabling the Checkbox based on the condition
    wdContext.node<name>().get<name>ElementAt(iRowsCount).set<BooleanAttributeName>(false);
    Hope this helps!!
    Cheers,
    Arafat

  • How to disable cache for the Dashbaord Prompt in OBIEE11G

    Hi Friends,
    I have a write back table with column a,b,c,d in the OBIEE. I am using column c as dashboard prompt for this report. I want to by pass the cache for the report as well as Prompt. I followed the following blog
    http://tipsonobiee.blogspot.com/2009/06/step-by-step-to-bypass-all-caches.html
    I was successful in bypassing the report cache...
    Its not working for dashbaord prompt... Let me know if you have any other ways to achieve this.
    Thanks
    Venkat

    Try to convert the prompt as SQL and use the same
    set variable DISABLE_CACHE_HIT=1 followed by your prompt query at 2nd line.
    ex: SET VARIABLE DISABLE_CACHE_HIT=1;SELECT Year FROM Day
    If helps mark
    Edited by: Srini VEERAVALLI on Apr 8, 2013 11:20 AM

  • Is there any way to disable caching for a particular component?

    I have a component which should always produce the output by executing a code and not from the dispatcher cache.
    Is there any way to clear the dispatcher cache for the component or is it possible to disable the component caching.

    Praveen-
    The dispatcher caches the entire HTTP response body, so doing what you are describing actually requires two steps:
    1) Loading the non-cacheable component through Ajax (or some other edge side assembly technology like ESI)
    2) Including the Dispatcher: no-cache header in the response when that component is requested.
    #1 is pretty easy to do with jQuery
    #2 is covered here: http://dev.day.com/content/kb/home/Dispatcher/faq-s/DispatcherNoCache.html
    You will probably want to use the WCMMode to only do the dynamic loading on the publish server.
    HTH,
    Justin

  • How to apply filters for union all report in OBIEE 11g

    Hi All
    Can we apply saved filters to union reports in obiee 11g?
    I am able to apply saved filters for normal reports but not for union reports.
    The catalog pane is blank, when i click on result columns or each criteria.
    The only option i see is to manually create the filters for each criteria, dont i have any choice to use a saved filter for union report?
    Is this a bug or something i am unaware. Please guide me
    Thanks

    Hi manu,
    Filter is created based on subject area.we can't use save filter in any other subject areas.
    now we can use new filter for union reports.
    if Helps please mark as correct.. :)

  • Disabling Cache for a webi report

    Hello,
    We have BO 4.1 SP1 system. We have a webi report based on bw- bex. That bex is connected to a table in R3 that momentarily updates itself. So, we are supposed have a report connected to live data. (bex query cache is already disabled on bw)
    The problem is, by the data changes, the webi report fails to catch the new data in time. The bex query it is connected, almost momentarily updates itself, however, webi does not. The goal is to make the webi report's result data to match the bex query result as the table in R3 updates.
    To achieve that, we created a server group in CMC, named it "no-cache" and put some cloned servers with supposed no cache holding properties. (The screenshot of the servers are attached.) We scheduled the webi report in every 5 minutes, allowing only the no cache servers to be used. However, it is still reported that the webi report does not match the bex from time to time.
    Am I missing some server cache configuration? Or is a real-time data webi report not possible?
    Thank you

    Also, the third screen shot for the server properties is as below.
    Thank you again.

  • Q: How to disable cache for a single portlet ?

    Due to performance reasons I need to set the full page cache. But I have just one custom portlet on the home tab page which will count the logins. But the cache will prevent this portlet from getting the right value out of the DB. It would be pretty sad when I have to disable the full page cache because of this single portlet. I know that there's a way to set cache calls on portlet level. Can anyone shed a light on it. Thanks.

    Hi Amjad,
    I want to remove cache completely for a portlet. Is there any easy way of doing this. I tried to disable from Administer --> Cache. No luck.
    I want to load the page every time from server. Please help me.
    Thanks
    Satyapal

  • Cache Disabling for a particular report

    Hi Gurus,
    Disalbling cache for a particular report will be SET VARIABLE DISABLE_CACHE_HIT=1; that should be in analytics -> advanced tab -> prefix column.
    Is there any another way for disabling the cache for a particular report.
    Another Solution
    Add a dummy column to your report with CURRENT_TIMESTAMP in the formula. Hide this column.
    Now your report will never generate cache. (CAN ANY ONE EXPALIN THIS IN DETAIL).
    Thanks,
    kumar

    You can go for CURRENT_TIMESTAMP or Now() these both return the timestamp of report execution (more or less). So there are more chances for not to hit the cache.
    What makes you to go with other than the below? this also proven one with no doubt can go for it.
    SET VARIABLE DISABLE_CACHE_HIT=1;
    if helps pls mark

  • Extracting the Logical sql query for the specified report  in OBIEE 11g

    Hi ,
    I want to extract the logical SQL Query for the Particular report in OBIEE 11.1.1.5.
    Any pointers related to this will be very helpful.
    Thanks,
    Sonali

    for a try please add Logical sql view to ur report it will dispaly the Logical sql for that Report..
    Hope it will helps you.

  • How to disable cache implementation in 8.1 SP6 for entity beans

    How to disable cache implementation in 8.1 SP6 for entity beans
    In our production environment, we want to disable cache implementation for entity beans. We are using weblogic 8.1 SP6.
    Weblogic cache implementation has been causing many cachefull exceptions so we want that it fetches the data from database everytime instead of cache.

    Check the "max-beans-in-cache" setting in your weblogic-ejb-jar.xml. The cache full exception, means that a new bean could not be created because of this cache being full.
    Nothing to do with fetching from the database directly.
    If you really want direct fetches then do not use beans at all. Consider using direct JDCB/SQL calls (without a entity bean) to fetch huge data.
    Let's again review your application based on the below explanation before making a decision on which configuration change to perform:
    If you truly have many ejbs simultaneously enrolled in transactions, then yes, the cache must be big enough to hold all the instances.
    Your cache must have a max size large enough to handle your peak simultaneous transaction load.
    Also, try to ask the following query to your application developer. Does every user actually have to have more than one bean in the cache ? Are many of these values read-only reference values that are not updated ?
    SOLUTION CHOICE:
    1. If you are testing with more number of users simultaneously, then you will need to increase the "max-beans-in-cache" setting in your weblogic-ejb-jar.xml to match the load.
    2. If you have few users but still seeing a lot of beans, then consult with your application developer and try to ask the above questions (Does every user have more than......) and based on that try to redesign/tune your application to make it an effective Entity bean model.
    3. If you have queries where huge result sets are returned, consider using plain/direct JDB/SQL calls.
    Arun

  • How to set custom widths for a particular report column?

    how could I set a custom width for a particular report column? Is there a way to do it using css?
    Thank you.

    Hi Leland,
    I have tested this here: [http://apex.oracle.com/pls/otn/f?p=267:18]
    All I have done is add the following into the report's Region Header:
    &lt;style type="text/css"&gt;
    #apexir_EMPNO {width:200px}
    #apexir_ENAME {width:200px}
    #apexir_DEPTNO {width:200px}
    .apexir_WORKSHEET_DATA TR TD {height:100px;}
    &lt;/style&gt;The headers have all be set to be left-aligned. Each column should be 200px wide (even though I'm setting the width on the headers, it will be applied to the entire column unless a cell's contents is wider, in which case the column is made wider). The final entry above adjusts the height of all TDs within the IR table.
    Andy

Maybe you are looking for

  • Charts creation with Webdynpro for Java

    Hello everyone, I am really new to SAP technologies and I have to create charts showing statistics for an application based on CE 7.1 and Webdynpro for Java. I would like to have some inputs about the best way to achieve this, I saw it exists a busin

  • I can not get into some of my applications like Microsoft Office and OpenOffice and more, FireFox states application not found, but I have allways been able to pull them up. HELP! in English

    When I click the start button there are a number of applications I should be able to click on and go into. Lately a box pops up and reads...Application Not Found. I have not had this problem before. I can not pull up PPT., Word or any applications. E

  • Attachments in SOAP adapter

    Hi, I am working on SOAP adapter and in the adapter there is an option called "keep attachments".Can you please let me know what this is.Does it mean we can send any file attachements like pdf,.txt etc?Not sure how the webservice can hold the file an

  • Custom Logging

    Hello, I have a simple runbook that I use to delete machines from both AD and Config MGR. I currently run this runbook manually on a weekly basis but would like to make this runbook available to a few more folks. My input for this runbook is a csv an

  • No Pre-CS4 cross-platform upgrades anymore?

    I bought CS3.3 Web Premium for Windows 2 1/2 months ago. Before I purchased I confirmed with Adobe Customer Service that I can exchange it to the Mac version for free. This week I finally purchased a Mac and called Adobe to get the Mac version, and w