Cache on the sheet

Hi,
Is there a way to permanently remove cache on the sheet in BPC 5.1?
Regards,
Mosa

Hi,
Can you please provide more details about what cache are you speaking?
In version 5.1 you don't have any cache int client side.
May be we can speak about cache regarding dimensions but in that case every time when you will try to do a refresh after a dimension change automatically the dimensions will refresh.
Regards
Sorin

Similar Messages

  • Is there a way to create a table then apply it to other sheets and have it mirror changes across all the sheets? Like a sync'ed table that will be the same on multiple sheets

    I have a budget spreadsheet with a couple recurring tables. As months go by, I sometimes make changes to these tables and would like those changes to be synced across the different sheets in the spreadsheet. Is there a way to sync content across multiple pages, essentially having one true table that appears on multiple sheets?

    Abdur,
    In the sheet :: table :: cell that is going to receive the data, type an equals sign, then click on the cell that the data will come from and press Return.
    This will require that you navigate to the origin cell by choosing the proper sheet.
    Jerry

  • Data processing in multiple caches in the same node

    we are using a partitioned cache to load data ( multiple types of data) in multiple named caches. In one partition, we plan to have all related data and we have got this using key association.
    Now I want to do processing with in that node and do some reconciliation of the data from various sources. We tried entry processor, but we want to consolidate all data from multiple named caches in the node. In a very naive form, I am thinking each named cache as a table and i am looking at ways to have a processor that will do some some processing on the related data.
    I see we could use a combination of Invocable object, Invocation service and entry processors, but I am unable to implement it successfully.
    Can you please point me to any reference implementation where I can do processing at the data node without transfering data back to client.
    Also any reference implementation of Map reduce (at the server side) in coherence would be helpful.
    Regards
    Ganesan

    Hi Ganesan
    A common approach to perform processing in the grid is to execute background threads in response to backing map listener events. The processing is co-located with data because the listener will be called in the JVM that owns the data. The thread can then make Coherence calls to access caches just like any other Coherence client.
    The Coherence Incbutor has numerous examples of this at http://coherence.oracle.com/display/INCUBATOR/Home. The Incubator Common component includes an event processing package that simplifies the handling of events. See the messaging pattern for an example: Message.java and MessageEventManager.java
    I am not sure I answered your question but I hope the information helps.
    Paul

  • The sheet I am working on has lost the ability for me to scroll to the first few columns. I can't see the columns but I can cut and paste them so I know they are still there. Has this happened to others

    The sheet I am working on has lost the ability for me to scroll to the first few columns. I can't see the columns A & B but if I cut and paste the table to a new sheet, the columns I am missing will travel to the new sheet.  I have charts and other stuff related the the original table so I need to figure out why I can only see from column C  forward.  I tried to "UNHIDE" the columns but the function doesn't seem to recognise that there are columns missing. Has this happened to others and how did you fix it?

    I've seen it happen before, or at least it sounds something like what I've seen before. The table somehow gets into the margins of the page and the app doesn't know how to deal with it. Go into Print View and try moving the table away from the left side ofthe page. You might have to change content size or resize the table to get it to correct (then put you can put them back the way you like).

  • How to clear the cache in the portal browser

    Hello Experts,
    Iam unable to clear the cache in the portal. I tried  clearing the Navigation cache , PRT cache,PCD cache,Database cache,UME cache.
    The senario is in the browser if iam logging with some user X , he should see only 1,2,3 countries, and if i logg off and again logg in the same browser with different user he is seeing same 1,2,3 countries unlike he should see 4,5 countries.
    But if iam opening in different browser iam getting the correct one with cache cleared.
    I want to acheive this in the same browser.
    Qucik help in solving out this cache problem is appreciable.
    Regrds,
    Manasa.

    There is one more important cache: the HTTP Provider Service cache (in VA).
    To find out why the browser is showing the same languages, analyze what the server is sending to the browser with HTTPWatch or Firebug and look at the cache flag. Also check what is the iView cache parameter? Is it user, session, shared or none?
    How do you do the logoff? The best thing is to make sure that the HTTP Session is killed. If not, the portal may send data that is cached for the HTTP Session to the browser. When you open a new browser, you will also open a new HTTP Session. That could be the cause why it is working with a new browser instance.
    br,
    Tobias

  • Installed office for mac (trial version). now I got 2 excel files, which cannot be deleted. I googled the names of the sheets and found chinese websites I never visited. Are those dialers? How can I get rid of them? system is mac lion(with win 7 parallel)

    now I got 2 excel files, which cannot be deleted on my desktop. I can't open them, either. I googled the names of the sheets and found chinese websites I never visited. Are those dialers? How can I get rid of them? system is mac lion (with win 7 parallel)

    The people who make that stuff have their own forums you can also search/ask in:
    http://answers.microsoft.com/en-us/mac/forum

  • When opening Bridge I get this message: Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in the cache preferences to correct the situation. I have tried this and still get this message. when I delete image

    When opening Bridge I get this message: Bridge encountered a problem and is unable to read the cash. Please try purging the central cache in the cache preferences to correct this problem. I did this and still get this same message.Also now when deleting images they don't delete till I close and reopen Bridge. What can i do to fix this problem?

    Maybe a Preferences reset can help:
    Numerous program settings are stored in the Adobe Bridge preferences file, including display, Adobe Photo Downloader, performance, and file-handling options.
    Restoring preferences returns settings to their defaults and can often correct unusual application behavior.
    Press and hold the Ctrl key (Windows) or the Option key (Mac OS) while starting Adobe Bridge.  
    In the Reset Settings dialog box, select one or more of the following options:  
      Reset Preferences 
    Returns preferences to their factory defaults. Some labels and ratings may be lost. Adobe Bridge creates a new preferences file when it starts.
    Purge Entire Thumbnail Cache
    Purging the thumbnail cache can help if Adobe Bridge is not displaying thumbnails properly. Adobe Bridge re-creates the thumbnail cache when it starts.
    Reset Standard Workspaces
    Returns Adobe predefined workspaces to their factory default configurations.
    Click OK, or click Cancel to open Adobe Bridge without resetting preferences.   

  • 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

  • Gmail no longer remembers cache in the subject line of a new email

    Per Gmail, they are saying my browser is the cause of no longer remembering history/cache in the subject line of a new email. They suggested going to the security information on my provider and there does not appear to be any button to activate remembering that type of history/cache

    Hello Kevan.
    The Mail.app stores all message recipients in the list of Previous Recipients in Mail (which are stored in the Address Book data file) and the address autofill feature pulls from the Address Book and list of Previous Recipients.
    At the Mail.app menu bar, go to Window and select Previous Recipients.
    A previous recipient that is already entered in the Address Book will have a vCard icon to the left of the name or email address. You can remove a previous recipient from the list or add a previous recipient to the Address Book.

  • By Pass Cache if the date in the prompt is Current Day

    Hi,
    We have implemeted Cache solution for few dashboards as performance improvement.
    We have a report with date prompt. By default we show previous day data. User can generate report for any date by giving the date in the date prompt.
    To improve performance, we get the previous day data into the BI cache. We got lot of improvement with this for default dashboards(previous date is default).
    If user changes the date to current date and tries to generate, it gets the data from EBS and stores in the BI cache for the first time. If any user tries to generate after this, then it will get the current day data from Cache not from EBS. This is incorrect. We need to bypass cache if the date prompt is having current day.
    We tried the following.
    1) We have enabled cache in RPD at the physical layer.
    2) This will cache the results in to BI even for current day. We tried to purge the current day query using "SAPurgeCacheByQuery" but after executing it says purged successfully, but in BI RPD, if we check the cache, the query still exists and if we generate report for current day, it gets the data from cache not from EBS.
    Any ideas would be helpful in this area.

    Hello,
    Use an alias on the table where you have enabled cache in repository, and enable the "Override the source table caching properties" make this not cacheable so that you are disabling cache for this new alias table.
    Once you have done this also make sure you disable cache at the Presentation for on that single report by going to Answers, go to Advanced Reporting tab when building report, set Prefix value to following:SET VARIABLE DISABLE_CACHE_HIT=1, DISABLE_CACHE_SEED=1, LOGLEVEL=7;
    Now this will make sure you are not caching your results at OBIEE , the query will directly hit your EBS tables.
    Hope this helps. Pls mark if it does!
    Thanks,
    SVS.

  • I'm running iTunes 10.5 on my Macbook Pro and software 4.1 on my 2g iPod touch and having problems getting photo's to sync. Same error iPod can't be synced req'd file can't be found. Tried deleting the photo cache, restoring the iPod etc but to no avail.

    I'm running iTunes 10.5 on my Macbook Pro and software 4.1 on my 2g iPod touch and having problems getting photo's to sync. Same error, "iPod can't be synced req'd file can't be found". Tried deleting the photo cache, restoring the iPod etc but to no avail.

    Try here:
    iTunes: Unable to sync photos
    Usually deleting the iPod Photo Cache Folder works. Note that if you sync via the folder method, make sure you dlete all the ifolders since :
    The iPod Photo Cache stores the photos that are optimized for display on your iPod, iPad, or iPhone. The location of this folder depends on the syncing options you select. In iTunes, if you change the selection in the “Sync Photos From” pop-up menu, a new iPod Photo Cache folder will be created (and the previous folder will remain).

  • How to get the sheet name in a cell?

    I need to dynamically get the sheet name into a series of cells, how do I do this?
    Thank you.

    I don't see a function that does this and the formula based solution I started working on became so convoluted that it was easier to type the name of the sheet into the cell.
    Sorry,
    Terry

  • I am having a problem moving across cells in Microsoft Excel. When I use the arrow keys, the sheet moves, instead of moving to the next cell. Would anyone have any thoughts on this, please?

    I am having a problem moving across cells in Microsoft Excel. When I use the arrow keys, the sheet moves, instead of moving to the next cell. Would anyone have any thoughts on this, please?

    Hi,
    Did you find a way to solve your problem ? We have exactly the same for one application and we are using the same version of HFM : 11.1.2.1.
    This problem is only about webforms. We can correctly input data through Data Grids or Client 32.
    Thank you in advance for your answer.

  • [svn:fx-trunk] 11483: Adding a LRU cache for the transcoding results of a CFF based DefineFont4 tag to avoid transcoding the same font description twice .

    Revision: 11483
    Author:   [email protected]
    Date:     2009-11-05 16:01:37 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Adding a LRU cache for the transcoding results of a CFF based DefineFont4 tag to avoid transcoding the same font description twice.
    Also we now throw a better error when CFFFontManager is asked to embed a local font by name as this is not yet supported.
    QE notes: Please test that the same font embedded twice does not take twice as long as a single embedding.
    Doc notes: N/A
    Bugs:
    SDK-23966 - Compiler should generate a warning or error when embedAsCFF is true and src:local is used for font embedding
    SDK-23806 - OEM compiler appears to transcode embedded fonts twice
    SDK-23788 - Search fonts recursively
    Reviewer: Paul
    Tests run: Checkintests, bug test cases
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23966
        http://bugs.adobe.com/jira/browse/SDK-23806
        http://bugs.adobe.com/jira/browse/SDK-23788
    Modified Paths:
        flex/sdk/trunk/lib/flex-fontkit.jar
        flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/FontDescription.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont4.java

  • Suddenly I can't open one document in inumbers: "The sheet can't be imported. The document was created with an unsupported application version."

    Yesterday I worked on a inumbers document on my mac mini. No problem. 3 hours later I would open the same document on my ipad. It told me that there were 2 versions and I had to choose one (surprisingly bouth had the same time/date). Since then I can't open this document anymore (regardless if iphone, ipad, mac mini): "The sheet can't be imported. The document was created with an unsupported application version." I worked on this document more than 1 year only on my ipad, iphone, imac... how can i get it worked or back? Other documents are still working properly.
    Thanks for any hint.

    The first part of the warning message was in german, so it's probably not translated as it really appears in englisch:
    Massage on IPad and IPhone: "Tabelle kann nicht importiert werden. The document was created with an unsupported application version.
    Message on mac mini: ""Verbrauch.numbers" kann nicht geöffnet werden"
    What changed since is also, that the mini privew for this document no more exist; it shows just the inumbers icon in the sheet. The other documents around this one appears with preview and can be open, e.g. are working fine.

Maybe you are looking for

  • HP laserjet 5100tn stopped working - networked

    I have a LJ5100tn and for some reason it just quit working.  It is installed in our small network.  I deleted the printer and reinstalled the drivers and I still get nothing.  When I go to add a printer and browse for networked printers the server se

  • Daily BSOD windows 7 64 bit NEED HELP!!

    I keep getting this error daily but can't seem to find a solution to it Please Help!!! Problem signature: Problem Event Name:                        BlueScreen OS Version:                                          6.1.7601.2.1.0.256.1 Locale ID:      

  • Include  form--endform

    i put in include form xxxx endform. and i get error why? what should i do?

  • Language selection in itunes

    I hope someone can help me!!!!!!! I'm trying to get started with itunes but my itunes store page is in french! I am not french and therefore can't read it. It means I can't set up my account. Does anyone know how I change the language selection- plea

  • 1.1.3 help!

    I looked around to see if anything like this has been posted, but found nothing so here goes... I have a 1.1.2 iPhone that was jailbroken and fully functional. Last night while I was half asleep I made the biggest mistake ever. I upgraded to 1.1.3 us