Windows 8 offline cache

In Windows 7 you can run a fix it that will reinitialize the offline cache.  I will need to do that if for example i connect it to a new Server /domain.  Well how do you do this in Windows 8?  There is no Microsoft fix it for Windows 8. 
The Windows 7 one doesn't work.  And you can't delete the files manually in the offline cache folder because of permissions issues.  I tried accessing the actual folder where they are stored CSC folder but getting access to the folder screws up offline
files and they will no longer work, it will say syncing files but it's not syncing. I have looked and found no answer on this.
Is this one of the stupid ways that Microsoft is telling us that you shouldn't use offline files anymore, like mapped drives.  You can still map drives, but your software programs won't see them, just the UNC paths. 
Why don't they just take it away for crying out loud.

Windows 8 Pro.  So you don't think it's stupid that you can't delete the offline cache
In Windows XP you hold down ctrl + shift + delete
In Windows 7 you can reinitialize the cache using the Fix-it Msi
In Windows 8 you can..........
I am sorry if wanting to remove Gigabytes of data that isn't relevant, data that is taking up cache space is making me unhappy.  And it's not like turning off offline cache space deletes the cache.  It doesn't.  And that Folder Redirection
turns it on by default so good luck getting the space back if you didn't want it on.  You will have to hack the folder and then never be able to use it again.  When I spend hours trying to fix something that can't be fixed, that on Windows 7 would
have been fixed in 1 min...........
 What am I supposed to say.
It is not exactly a clean solution, but why don't you disconnect from the network, hit windows button, type manage offline files, open the sync center, view your offline files, delete all the files (it will only delete your local copies), change
the offline storage limit to the lowest setting, disable offline files, then reboot.  It isn't as simple as resetting was but it will give you the space back.
Richard

Similar Messages

  • Windows Offline Files / Sync Center - 99GB?? bug?

    Currently have a laptop connected to a domain where the user's My Documents folder is set up in Sync Center... while the laptop is on the network everything is fine and dandy, however once the user disconnects a good portion of the files and folder show
    a gray X indicating that they haven't sync'd over a local copy. When going into the 'Disk usage' tab for Sync Center, everything shows as 99GB used, 99GB available and the drive size is 999GB. If I do a manual sync I see that it fails due to not enough offline
    cache space. Attempts to change it with the 'Change size' button have failed as nothing shows up when I click on that button. Free disk space shows up as roughly 24GB free and Windows Scan Disk reveals nothing wrong with the drive. Help!

    Hi,
    Did this issue occur before ? Did the machines in the domain share the same issue with you?
    1.If the issue occured occasionally, I recommend you to  manually re-initialize the offline files database/client-side cache following this link:
    How to re-initialize the offline files cache and database in Windows XP (Win7 takes with the same path)
    https://support.microsoft.com/kb/230738?wa=wsignin1.0
    2.This issue may be caused by the group policy,please check the following policies according to the path.If you have no permission to change the policies ,please contact with your administrator.
    Here is the policies path:
    Computer Configuration\Administrative Templates\Network\Offline Files
    Limit disk space used by off line files
    Default cache size
    Prohibit user configuration of Offline files
    Here is the link for reference:
    Fixing OffLine File Cache Problems Using Group Policy
    http://www.falconitservices.com/support/KB/Lists/Posts/Post.aspx?ID=158 (link from official website would be better)
    NOTE: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.
    3.If the issue persists, please check the Event Viewer for related error information.
    This path may be helpful:
    Event Viewer \Applications and Services\Microsoft\Windows\Offline Files
    Best regards 

  • Applets and HTML 5 Offline Cache

    Hi,
    We're doing some tests with offline application caching in HTML 5 (using Firefox 3.5 for testing).
    We can get our basic app to work offline, but the Applets refuse to load from the offline cache.
    You can see the demo here: http://3d-lab.aarkid.com/playground/html5/
    Just enter a message and it will appear in the two applets and in the HTML below (there are two because we initially thought it was a problem due to the middleware we were using, so there's a basic Applet there too). You will need to wait for the Applets to load before the controls appear.
    Now, when offline (completely offline, no Internet connection at all) the Applets are trying to load the class from their online location rather than using the cached version. (console output below)
    Is there any way to tell the Java Plug-in that it's offline or where to load the classes from?
    Thanks.
    Console:
    Java Plug-in 1.6.0_17
    Using JRE version 1.6.0_17-b04 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Brian
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    load: class HTML5TestApplet.class not found.
    java.lang.ClassNotFoundException: HTML5TestApplet.class
        at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
        at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
        at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.UnknownHostException: 3d-lab.aarkid.com
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at java.net.HttpURLConnection.getResponseCode(Unknown Source)
        at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
        at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
        at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        ... 7 more
    Exception: java.lang.ClassNotFoundException: HTML5TestApplet.class

    AndrewThompson64 wrote:
    Out of curiosity. What is it you can do with JS that cannot be done with an applet and an active server (e.g. something that can run PHP, JSP, ASP..)?We require the app to run completely offline (or rather, the client does) (i.e.) no Internet connection. We have tried giving them an install with a portable apache and PHP, which has worked in the past but not for this client. So we were attempting to use HTML 5 for storing data offline, but the lack of support for offline caching in the Java Plug-in is the only thing holding us back, I guess we'll just have to wait for Sun to catch up :)

  • Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start

    Hi,
    I've been trying for weeks now to try to get Office Professional Plus 2013 to install on Windows 8 Pro. My system has been running perfectly otherwise.
    When I try to install Office 2013, I get the following message (excerpt from log file):
    2012/11/27 22:26:30:885::[4576] MSI(ACTIONSTART): 'Action 22:26:30: StartServices. Starting services'
    2012/11/27 22:27:00:949::[4576] MSI(ERROR): 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:27:00:949::[4576] Log level changed from: Standard to: Verbose
    2012/11/27 22:27:00:949::[4576] Showing message Title: 'Setup', Message: 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:27:05:964::[4576] Message returned: 4
    2012/11/27 22:27:05:964::[4576] WER is not considering last MSI error event
    2012/11/27 22:27:39:105::[4576] MSI(ERROR): 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:27:39:105::[4576] Showing message Title: 'Setup', Message: 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:30:59:948::[4576] Message returned: 2
    2012/11/27 22:30:59:948::[4576] WER element [P5] is set to value [Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.]
    2012/11/27 22:30:59:948::[4576]  WER element [P5] is converted to [1920]
    2012/11/27 22:30:59:948::[4576] WER element [P7] is set to value [0x780]
    I have tried everything I can think of, and everything on every thread I've found on related topics. No luck. If I try to start the service myself via services.msc I get the following message:
    The Windows Font Cache Service service on Local Computer started and then stopped. Some Services stop automatically if they are not in use by other services or programs. Any assistance anyone can provide would be greatly appreciated!

    Hi micrey! It works! 
    1. Type “services.msc” into the Start Search
    bar and hit Enter.
    2. Find the Windows Font Cache Service, select
    it and hit “Stop”.
    3. Open Windows Explorer and navigate to “C:\Windows\ServiceProfiles\LocalService\AppData\Local”
    requires admin privileges
    4. Delete the FontCache dat files. (They will
    be regenerated over time.)
    5. Restart the Windows Font Cache Service.
    Thank you!

  • Gmail stops working until i delete the offline cache folder. why?

    Using the Apple Mail Client, my G-Mail account stops updating every couple weeks.  I found through forums that if I delete the offline cache folder (it's hidden, library-mail-account) everything goes back to normal.  Why is this happening and why hasn't it been fixed?  I'd appreciate any insight!

    Hi Eric,
    Since it doesn't happen to gMail on several Macs & OSX versions from 10.4.5 to 10.7.4 & beyond, I suspect Disc corruption, or possibly RAM, have you checked either?

  • Problems with offline caching

    In a recent AIR 2.6 application I use the offline caching feature of LCDS 3.1
    The application itself uses a Java 6 / Spring 3 / JPA 1 / Hibernate stack (custom code, not using LC model driven development). For offline support, I started with the sample code from the LCDS 3.1 documentation which works ok in most cases - at least, if I fetch collections when online, then go to offline mode and fetch the same collections from the cache. This works fine and the SQLite data base gets created correctly.
    However, as soon as I start calling fill() on a DataService in offline mode on a collection that has *not* been fetched before or try to load an lazy association which has not been fetched before, the DataService "hangs" in terms of that the AsyncToken returned by that fill() method never fires a result or fault event.
    The last thing that happens in the client is
      [DEBUG] mx.data.SQLDBCache SQLDBCache - before select: SELECT id,data FROM [ORGANIZATION_FAVSOrganization]
    and that’s it. In this case I don’t get any further feedback and the DataService does not create a result or fault event, it does not even time out. Not sure if this is by design or not but as I’m listening for result/faults event to display/hide progress indicators gives me a lot of headaches on how to control them in offline mode.
    Any ideas?
    Thanks,
    Dirk

    Harry, thank you for your immed response.
    I think I might have posted my problem under a wrong thread. I am facing this issue for older version of LCDS which I downloaded couple of years back.. it says ES 2.6 and am still a bit confused about the version numbers.
    That being said, my problem is exactly the same. Everything works fine when LCDS server is reachable. However when offline, Fill() just does not call any of the handlers.
    In case if you can still help:
    Here is the DS definition:
         public class UsersDataService extends EventDispatcher implements IFITDataService
              private var mDS:DataServiceWrapper;
              private var mAllUsers:ArrayCollection;
              public function UsersDataService()
                   mDS = new DataServiceWrapper("UserInfo");
                   mDS.cacheID = "allusers"
                   mAllUsers = new ArrayCollection();
                   mDS.addEventListener(DataServiceFaultEvent.FAULT,OnFault);
                   mDS.autoConnect = true;
              public function getAllUsers(locationId:String):void
                   mDS.addEventListener(ResultEvent.RESULT, OnResult);
                   if(mDS.isCollectionManaged(mAllUsers))
                        mDS.refreshCollection(mAllUsers);
                   else
                        mDS.fill(mAllUsers, locationId);
              public function getUser(userName:String):void
                   mDS.addEventListener(ResultEvent.RESULT, OnResult);
                   mDS.getItem({ID:userName});
              public function OnResult(event:ResultEvent):void
                   mDS.removeEventListener(ResultEvent.RESULT, OnResult);
                   trace(event)
                   var dsEvent:DataServiceEvent = new DataServiceEvent(DataServiceEvent.Result)
                   dsEvent.user = event.result
                   dispatchEvent(dsEvent);
              public function OnFault(event:FaultEvent):void
                   trace(event)
              public function getData(locationId:String):void
                   getAllUsers(locationId);
              public function refresh():void
                   if(mDS.isCollectionManaged(mAllUsers))
                        mDS.addEventListener(ResultEvent.RESULT, OnResult);
                        mDS.refreshCollection(mAllUsers);
                   else
                        getAllUsers(FITSession.regLocationID);
              public function get users():ArrayCollection
                   return mAllUsers
              public function get connected():Boolean
                   return mDS.connected;
    I am also attaching the 'allusers' db
    Thanks much!

  • Why do we minimize windows file cache?

    Hi,
    Can anybody please explain why do we minimize the windows file cache?
    help.sap.com has the below lines..
    "The Windows file cache directly competes with SAP programs for physical memory by pushing them out of the memory. Therefore, you should minimize the file cache"
    Can anybody explain what does this exactly mean?
    Thanks,
    Debasis.

    Hi Debasis,
    when I first read your question I thought:
    "This must be a joke-question! Surely nobody who has to deal with highly complex system landscapes like the ones NetWeaver makes necessary would have a real issue with understanding this basic concept!"
    But on the other hand, we all started working in this business with more or less sound knowledge about the technical foundations that influence the systems we work with.
    So, here is my try on this:
    Main memory (in most computers today also known as RAM) is a resource to store data shared among all programs that run on that computer at the same time.
    The SAP NetWeaver workprocesses (disp+work.exe) are such programs. And the Windows filesystem management is also a kind of program in that sense.
    Both of these two programs need RAM to do their work. The more memory they get, the better they can do their work.
    If you decide to install NetWeaver to a computer the documentation developers assumed, that this will be the main use for this computer. For example, they did not expect that you use the same computer as a file- or print server or webserver or server for anything else (although this would be possible).
    Therefore it was decided that, to make the NetWeaver program work best, it would be best to give it as much resources (like RAM) as possible. Obviously this means that these resources have to be taken from other programs, just like the filesystem cache of Windows.
    And there we are: by reducing the file cache of the Windows server we allow other programs (like our NetWeaver) to use more RAM for it's own purposes.
    Usually there are not so much 'file actions' on a server where NetWeaver is running that this is a problem. Most of the data processed in a workprocess is read over the network from the database and stored back to it, so no need to keep a big cache for 'file actions'.
    If your question just refered to the "pushing out of the memory" part, no problem either!
    As you may have realized by know the demand for RAM is large. In fact its so large, that most often it is too expensive to buy as much RAM for a computer as it would be needed to fullfill all the demand.
    Fortunately, not all data stored into the RAM is needed all the time. Actually, most parts of it are not used for most of the time. This characteristic of the demand for RAM opens the opportunity to save parts of the data in the RAM into a file (no, you won't need the filesystem cache for this file ) and thereby make space for other data to be stored in RAM.
    This functionality is also called 'paging' as the data is written to disks in chunks which are called 'pages'.
    Ok, with this faboulous feature we got the option to put more data into the RAM than we actually have installed into our computer, which is really great.
    Unfortunately when we want to access our data again, it has to be loaded back from disk into memory. And for that some other part of the data in RAM needs to be saved to disk first to make space for the data we want to access.
    This 'writing out - reading in' of data takes time. Programs like the workprocesses need to wait until the operating system has done this for them. Until this is done, they can basically do nothing than wait - and so can the users that see a 'hourglass' mousepointer when they called a new transactiom.
    So 'paging' is really bad for the system performance and for the response times of the system.
    Therefore it is usally wanted to keep this paging down on a level where it does not affect the workprocesses too badly.
    And this can only be done by either putting more RAM into the machine or reducing the demand for RAM - which is done e.g. by minimizing the filesystem cache.
    I hope this lengthly explanation helped you to get the idea.
    Best regards,
    Lars

  • Firefox version 33.0.0.5397 appears in windows/erdnt/cache how do I remove it

    The first scan I ran with Secunia PSI 2 flagged up an old version of Firefox 33.0.0.5397 as out of date and no longer supported and recommended updating or uninstalling. I was unaware I had any old versions of Firefox installed as I am using the latest version 36.0.4 which actually appears further down the list of programmes on the PSI scan. This old version's location is also a bit strange, it appears in a cache within a folder called erdnt in windows. The file path is .... windows\erdnt\cache\firefox.exe. I have looked online for info about this erdnt folder and it seems to be part of a backup programme called ERUNT which I do not seem to have. Very strange. The current version of Firefox 36.0.4 is located in the program files where I would expect to find it.
    Can anyone shed some light on this and explain why there appears to be an old version of Firefox in this odd location and if it is OK to remove it and how I go about doing so. Do I just delete or do I need to uninstall it ? What affect any action might have on the current version of Firefox that I am using ?

    That is NOT a Firefox version I ever heard of, and the Firefox programs
    are stored in the computers Programs Folder.
    Open the folder you posted, and rename that file to fffffffffff.exe.
    Use most or all of the listed scanners.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one. Windows 8 has antivirus [http://www.microsoft.com/security/pc-security/windows8.aspx#antivirus built-in] already.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Downloading 64-bit Windows JRE-"64-bit Windows offline download" not found

    I am trying to download and install the latest JRE for Windows 2008 R2 Server (x64).
    When I go to Java's manual download page:
    http://www.java.com/en/download/manual.jsp
    it does not appear to distinguish between 32-bit (x86) and 64-bit (x64).
    The FAQ on this page:
    http://www.java.com/en/download/faq/java_win64bit.xml
    says this:
    You can manually update Java on 64-bit Windows by running the latest Java 64-bit offline installer
    Follow these instructions for installing 64-bit Java on your system.
    Choose the 64-bit Windows offline download. The File Download dialog box appears.
    So - where is the "latest Java 64-bit offline installer"?
    Thanks,
    Chuck

    Java.com will not provide the 64bit JRE if the visitor is not using a 64bit browser. Windows IE on Vista/Win7 64bit OS's defaults to 32bit IE. If one downloads the 64bit installer, installs and then launches the 32bit IE, there will not be a plugin. Users then gets very confused.
    Use a 64bit browser, java.com will offer the 64bit JRE.
    http://www.java.com/en/download/faq/java_win64bit.xml#Java%20for%2064-bit
    -Roger

  • OData SDK offline cache - locking problem in backend

    Hi,
    we run into a massive problem when using the offline cache capabilities of the SDK.
    In backend we use SAP standard RFC BAPIs to update changes to data (CRM)´.
    As the requests were sent very fast from the app to the backend when online again, we have locking errors as it could happen that more fields of an entity where changed and every change creats an request, we found no merge possibility?
    regards
    Meex

    Hi,
    thx for your reply. Our partner just uses default implementation of SAP offline cache
    [RequestBuilder setDelegate:self];
    [RequestBuilder setDidFinishSelector:@selector(requestDidFinishOffline:)];
    [RequestBuilder setDidFailSelector:@selector(requestDidFailOffline:)];
    Meex

  • Working with Windows offline files

    Hello,
    I'm desperately trying to make Adobe bridge and other applications work faster on our company's graphics design team's computer. They work with files off a company NAS drive and loading and saving files is slow. I've enabled Windows offline files for the entire folder containing their work and synchronised it to a test computer; all their files are now also stored locally. However, they're reporting that Bridge loads even slower than before. I'm out of ideas; those files need to be available to all 3 members of our design team but I still need to make loading and working with said files faster.
    Does anyone have any ideas or has anyone else tried adobe products with Windows offline files?

    You can check some tools mentioned in this URL : http://www.hongkiat.com/blog/backup-and-sync-tools-for-hard-drives/
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Windows 8 Mapped Drives Disappear - Offline Cache

    Hi, 
    We have a Windows 8 machine that has a mapped network drive and we enabled this to be "always available".
    When the laptop is connected to the domain the mapped drive is there fine, and you can see that the offline file symbol is on the network folder! However when you reboot the machine and it is not connected to the network the folder disappears from My Computer!
    If I then open "run" and type the folder path of the server where this mapped drive is mapped to i am able to view the files fine so they are there and working offline but not via My Computer or the drive letter.
    I have tried the following:
    Disable and re-enable offline files
    Remove all offline files and then re-sync 
    Any suggestions very much appreciated!
    Thanks

    Check the Sync Center settings.
    Control Panel --> Sync Center
    Click Manage offline files and select the General tab.
    Verify that the status is showing enabled.

  • Essbase 64 bit on Windows 2003 Server: Windows Virtual cache/ Paging File ?

    Hi,
    the speed of our nightly calculations seems to differ from day to day between 1 and 2 hours
    I am wondering, what the correct setting for the windows paging file is ?
    We use Windows 2003 64 Bit Server with 16 GB RAM
    We run 1 Essbase application with 80 GB pag files with 4 GB Data Cache Setting and 1 GB Indexcache Setting in EAS console - on that server is actually nothing else running in production mode (just a few essbase-test application, usually offline)
    what is the recommended setting on the windows level in the windows system properties for memory usage ?
    We have:
    Memory Usage: Adjust for best performance of "Programs" ;
    Virtual Memory/Paging file on C-Drive: Custom Size, initial Size: 10 GB, maximum size 16 GB
    when system was handed over from Oracle, we had 4 GB virtual memory - however in essbase manual, you read that the recommended value should be 3-5 times the physicial ram -
    for me, the cache-bevahiour is strange anyway: if I watch taskmanager, I see in the middle of our 1 hour calculation the memory usage of Esssvr.exe Service using 7 GB of RAM, then the 16 GB RAM are used up at some point (paging file is 9 GB )- then suddenly nearly all the RAM get's cleared and ESSSVR.exe memory consumption goes down to 0 and from 0 increasing again-
    looks to me, as all the cache for essbase get's deleted in the miiddle of the calculation, because RAM used up for paging files ?
    Can anybody explain or give a clear directions, what to check ?
    our application operates normally (no abnormal termination, no generation of *.xcp files)
    (Essbase is installed on the 500 GB D-Drive)

    Hi John,
    thanks for the helpful link - the long discussion reminded me again, that pure cores and cache is not all, what makes up a good essbase application -
    I will test with calcparallel 6 (in comparison to 4) on our 64bit environment - just to see if I can achieve a 10, 20 or 30% improvement...
    In addition, I must admit, that 50% of our 1-2 hour calculation is calculated in serial/ not parallel... so I expect an additional 5 to 10 min improvement, not more.
    Thank you for now

  • Impact of Windows system cache to Essbase

    As we know that Windows OS has a system cache buffer to cache data files under OS environment. And Essbase also has its own cache mechanism to cache some data block into physical memory.
    If we have many physical memory left, Windows will utilize the physical memory as system cache. It seems that the data will be cached twice, one at OS level and one at Essbase level.
    Should we avoid this situation or just let's Windows OS to perform its own system cache handling?

    Hi ,
    I think you posted a right query on a wrong forum .
    This forum is for Oracle Warehouse Builder , where as your question is for Informatica .
    May be you can post the same in http://technet.informatica.com/forum
    Thanks,
    Sutirtha

  • Clear Windows local cache

    Hi,
    After a 10MB file transfer across a WAN from DC to branch office with WAEs in inline intercepting mode, i noticed subsequent transfers were exetremely fast even without the WAAS appliances interception. It appears Windows OS was also doing some local caching. I have checked and cleared the Temp Folder and it contents but there is no change.
    Are there any other Windows Cache locations? How do I solve this?

    Obiora,
    The Windows redirector uses some caching operations for read and write requests, but there isn't a cache of the file that is kept.
    Are you sure the WAEs were not handling the traffic?
    Zach

Maybe you are looking for