Cache Mode 5 - BLOB/ Cluster Enhanced - Variables

Hello,
I have a very large query that I need to cache for performance.
I'm using cache mode 5 - BLOB/Cluster Enhanced.
I see that for variables in Char Restrictions area, it creates a new entry in RSRCACHE under my query under new Variables/Hierarchies section. But for variables in default values section it creates new selection entry in cache.
Therefore, I have moved all my variables (mandatory + optional) into default values section. Now when I run query with say single company code (which is single mandatory variable), it builds cache as required. Now when i rerun query for same company code and specific material type (optional variable) (which is actually subset of first cache that we just built), it actually doesn't hit the cache, instead creates new cache entry as selection under our query name.
Any ideas why subset of "Optional variables" are not hitting cache in my case? Any guidelines regarding how variables should be placed for cache query?
Thanks.
Abhijeet

I think I found my own answer. Here are the findings:
1. Subset of navigation will hit cache ONLY IF we are running for variables / fields that are in rows. In my case I was adding a value for variable which was in free chars and not in rows.
2. If I have built two cache objects - say for plants 1 - 1000 and plants 1001 - 2000...and then I run for plants 500 - 1500, then it won't utilize both cache objects...Instead it will create a new one. BI is not intelligent enough to consolidate two cache objects at this moment.

Similar Messages

  • Cache Mode Settings Transport

    Hello,
    We are planning to implement the new BLOB/Cluster Enhanced Cache Mode setting.  I plan to use the Query Mass Maintenance feature of RSRT to change the setting for all existing queries of an infoprovider.  My question is will this action alone generate a transport?  If so what objects are in the transport?  Will the transport grab all the infoprovider queries?
    Thanks,
    TMS

    Hello,
    No. A transport will not be generated, all the necessary information it is as following:
    As per note: 1026944 - New cache mode for BI 7.0 without directory.
    Go to SE16 -> run report/table RSADMIN and verify if the data is in there.
    u201CThat you can benefit from the new cache mode you have to activate it
    for all your queries. Go to RSRT -> enter query -> properties ->
    cache mode: 5 BLOB/Cluster Enhanced should be selected.
    Or via mass maintenance (transaction RSRT -> menu "Environment" -> "Mass
    Maintenance")u201D
    Regards,
    Diego Seben.

  • Urgent  -  OLAP CACHE MODE 5

    HI All,
    I have heard above cache mode 5 is available.
    Can anyone please explain about it and also please give me the SAP NOTE number.
    Thanks,
    Prashanth.

    Prashanth,
    If you are referring to cache mode :
    BLOB/Cluster Enhanced (5)
    Typically - the OLAP cache resides in a small defined memory space in the BW system and this is usually filled as a first in first out cache
    What this new option gives is to maintain these OLAP cache entries on a cluster table in BW and keep it there. On a different note - it mentions that the table size is unlimited and free to grow - watch out for the table size as the cache usage grows... I have not used this option ( really old version of BW ) ....

  • Cache mode for specific query

    Hello BI guys,
    This is Calvin from Korea. We are implementing BI 7.0 and have some severe performance problem. For some queries they don't use cache mode, even though the global cache are used.
    When I checked these kind of queries by performance information in RSRT, I got following message,
    ===================================================
    InfoProvider Definition                |
    ===================================================  
    ZCOAG0101                             | At Least One InfoProvider Not InfoCube 
    ZCOAG0101                             | Not All InfoProviders Can Use Aggregates 
    ===================================================
    ===================================================
    Query Definition                        |
    ===================================================
    Read Mode                               | Do Not Read upon Drilling Navigation/ Hierarchy 
    Query Cannot                           |  Use the Cache  Reason 
    Cache Mode                             | Cache Not Used By Query 
    Cache Update                           | Query Does Not Use Delta Process 
    Type of SP Grouping for Delta Cache Process  | No Provider Partitioning 
    ===================================================
    And after run of technical information,
    ===================================================
    Cache-Relevant Data                 |
    ===================================================
    Query Can Use the Cache         |  No 
    Query Generation Time              | 2007.09.17 15:05:31 
    InfoProvider - Last Data Change  | 2007.09.16 21:43:11 
    Last Load of Exchange Rates     | 2007.07.13 15:01:48
    ===================================================
    Does anybody have ideas for this problem?
    Your help will be highly appreciated and get points!
    Thanks in advance
    Regards,
    Worried Calvin

    hi Dong Suk Choi ,
    the technical information which u have furnished clearly says that the settings
    that u have made does not enable the query to use cache.
    u can enhance cache by customizing the inforovider or in the transaction rsrt
    even if the concerned query does not have required settings u can make them in rsrt tcode.
    goto rsrt set the read mode and cache mode as u wish, however default settings would give optimum performance.
    and run the query.
    in the rsrt screen a push button execute + debug enter that and unmark the check box do not use cache.
    hope this helps.
    reward points if helpful.
    bye.
    under properties tab u can give the query settingMessage was edited by:
            Rakesh Elangovan

  • Cache Mode

    i want to fill the olap cache for same web templates for reasons of performance. But if I do so, I get the following error: EXPORT_NO_SHARED_MEMORY. The export data cluster is too large for the shared
    memory.
    In Note 656060 I got this solution
    Run transaction RSRT   ->   <select your query>    ->   Properties> Change Cache Mode to either 3 or 4.
    Could you please tell which Cache Mode 3 or 4 I should choose ?
    Reagrds,
    Anita

    Hi Ryan,
    Iam trying to activate Delta Cache for some querys in RSRT.
    We have many application servers,so, as you have advised i have choosen Mode 4.
    And, ticked the check box delta cache.
    Apart from that do i need to do any other settings?
    Can you please aslo let me know what settings needs to be done for the below:
    Read Mode
    Persistence Mode
    Optimization Mode
    It'll be very helpful for me.
    Thanks,
    Nisha

  • Caching modes and details in repository

    hi all,
    can any one please explain what is the uses of caching modes in repository ?elaborate it.
    Thanks
    Regards,
    Shya

    Hi Shya,
    First, there are two types of cache for each item descriptor:
    [1].*Item Caches*:Item caches hold the values of repository items, indexed by repository IDs. An item cache entry is invalidated when that item is updated.
    [2].*Query Caches*:Query caches hold the repository IDs of items that match given queries. When a query returns repository
    items whose item descriptor enables query caching, the result set is cached as follows:
    --The query cache stores the repository IDs.
    --The item cache stores the corresponding repository items.
    Cache Modes:For example possible values are:
    we can set <item-descriptor name="xyz" cache-mode="simple/disabled/inherit/locked/distributed/distributedJMS/distributedHybrid">....
    simple caching handles caches in each server/VM locally; no attempt is made to synchronize updates across multiple server instances.
    disabled is used when you dont want any caching on your repository and want your application to pick data everytime from your repository, like inventory to insure that inventory data is always up to date across server instances.
    inherit is used when our item-descriptor have any super item-descriptor [as per concept of item descriptor inheritance], in this case our item descriptriptor use the cache mode of super item-descriptor.
    -RMishra
    locked caching uses read and write locks to synchronize access to items stored by multiple caches, so that only one VM should update cache at a time.
    ( distributed )Distributed TCP caching uses TCP to broadcast cache invalidation events (cache invalidation event means event to update cache data) to all servers in a cluster(group of servers).
    ( distributedJMS )Distributed JMS caching uses JMS to broadcast cache invalidation events to all servers in a cluster.
    ( distributedHybrid )Distributed hybrid caching uses TCP to send cache invalidation events only to those servers that are known to cache the target items. Hense all server's cache data of item-descriptor not going to update.
    Note: Item descriptors within an inheritance tree share the same item cache. Queries that include derived item properties are never cached. Default caching mode is simple.

  • Exchange 2010 all mail clients with internal cached and internal non-cached mode users having connection status issues, login prompt -- external is fine either way

    Hello,
    I'm seeing an issue that started this past Monday with no recent change to our environment. 
    External Outlook Anywhere users and Mobile users, OWA users are unaffected.
    Internal Users are affected when using Outlook of any version, 2010 or 2013.
    -Internal Users normally log into their workstation with their ad credentials, domain joined machines. Outlook opens without credentials prompting ideally.
    1 . Using Cached Mode:
    a. Login Prompts, slowness - Since Monday, users are getting prompted to login. The prompt goes away after logging in at startup. It is also causing high CPU
    on the workstations.
    b. Free/Busy, Out of Office doesn't work. I can, however complete auto-setup for a new user, so autodiscover is not completely down for internal users.
    c. Checking Connection Status shows connecting status on highlighted entry below without ever establishing connection (just goes away).
    The outlook icon in the system tray says "Outlook is requesting data from the server":
    2. Using Non-cached mode 
    a. No Login Prompt at startup, business as usual
    b. Free/Busy, Out of Office works fine. Autodiscover is fine.
    c. Checking Connection Status shows normal except, it has "casarray URL, then status is referral" it seams to flicker this constantly then go away intermittently.
    d. Main issue in non-cached mode is, sometimes a user will log into windows, open outlook and it will not open and says "server is unavailable. Retry, work offline, or cancel" I can try re-opening, same message.
    Only after logging out of windows, logging back in, I can get back into outlook. This is not every time, or consistent with specific users, but random. 
    3. Lync Pop up  for credentials often, though entering the password.
    URLs are correct. Autodiscover, EWS, etc. 
    Already tried bypassing our loadmaster load balancer with host files on clients. same issue regardless of casarray node. 
    Not sure what is going on.
    Josh

    You have a hybrid configuration with Office 365, right?  You didn't provide this valuable piece of information.
    In Exchange Online PowerShell run this command:
    Get-OrganizationConfig | FL PublicFoldersEnabled
    If the value is "Remote" then users with Exchange Online mailboxes are looking to on-premises public folders.  Be sure that you have legacy pubic folder interoperability properly configured.
    http://technet.microsoft.com/en-us/library/dn249373(v=exchg.150).aspx
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Outlook 2007 cached mode not working for old exchange 2003 users

    For some reason outlook isn't receiving emails straight away when in cached mode for users which we moved (few years ago) from exchange 2003 to 2007 (we now have everyone on exchange 2010). I checked the security tab in AD and compared new and old users
    and the permissions are completely different.
    Creating a new AD account and linking the old email account to it, fixes the issue but that's not really an option for over 100 users.
    Has anyone else had this issue?

    Hello,
    What's the difference between the permissions?
    Can the users receive emails from OWA?
    In addition, please make sure your Outlook 2007 has installed the latest update. And try to use
    outlook/cleanips and check if it helps. See:
    http://support.microsoft.com/kb/968773/en-us
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Outlook cached mode, shared calendars, permissions and sync errors

    We have the following environment -
    Exchange 2010 SP2, no public folder DB; Outlook 2010 sp1 cached mode.
    under very specific circumstances, but unfortunately a common circumstance, we're getting sync errors -
    15:59:56 Synchronizer Version 14.0.6126
    15:59:56 Synchronizing Mailbox 'Nigel'
    15:59:56 Synchronizing server changes in folder 'Naomi - Calendar'
    15:59:56 Downloading from server 'outlook.cri.camres.org'
    15:59:56 Error synchronizing folder
    15:59:56                                 [80070005-508-80070005-560]
    15:59:56                                 You do not have sufficient permission to perform this
    operation on this object.  See the folder contact or your system administrator.
    15:59:56                                 Microsoft Exchange Information Store
    15:59:56                                 For more information on this failure, click the URL below:
    15:59:56                                
    http://www.microsoft.com/support/prodredirect/outlook2000_us.asp?err=80070005-508-80070005-560
    15:59:56 Done
    This occurs if Naomi shares her Calendar with me, without granting me read "Full Details", if she changes the permissions and allows me to read Full Details, the sync error goes away.
    It's repeatable, i have tested it with a few users sharing calendars with each other, and changing permissions.
    The peculiar thing is that Naomi is in My Team, so her calendar is listed under Team Calendar,  I get no sync errors, it's only when I add Naomi's Calendar as a Shared Calendar and don't have read Full Access permission that the sync errors appear.
    User's don't necessarily want to give Full Access to their Calendars, so that's not really a viable work around for us, this smells very much like a bug with outlook, is anyone else seeing this?

    Hi
    Thanks for sharing
    Cheers
    Zi Feng
    TechNet Community Support

  • Outlook 2007-2013 doesn't connect in non-cached mode to Exchange 2013.

    Hello!
    I have organization Exchange 2010 + Exchange 2013 in one AD site (hybrid organization) 
    Mailboxes based on Exchange 2010 servers work fine. But after moving one of mailboxes to
    Exchange 2013 database, Outlook doesn't connect to mailbox in
    non-cached mode. If I turn on cached mode this mailbox is connecting perfectly (OAB, Folders, PublicFolders, Addresslists).
    I cleaned parameter "PublicFolderDatabase"  for Exchange 2013 database,  but the problem didn't solve.
    In CAS
    RpcHttp
    log:
    2015-01-22T12:08:12.720Z,MBXDB13,RpcHttp,S:Stage=BeginRequest;S:AuthType=Negotiate;S:HttpVerb=RPC_IN_DATA;S:UriQueryString=?MBXDB13.DOMAIN.local:6001;S:RpcHttpUserName=DOMAIN\USER;S:ServerTarget=[email protected];S:RequestId=267b0bf2-4361-4efb-9865-7f8d664b6e00;S:ClientIp=10.10.10.111
    2015-01-22T12:08:12.720Z,MBXDB13,RpcHttp,S:Stage=PostAuthorizeRequest;S:UserName=DOMAIN\MBXDB13.domain.local:6001;S:RpcHttpUserName=DOMAIN\USER;S:ServerTarget=[email protected];S:RequestId=267b0bf2-4361-4efb-9865-7f8d664b6e00;S:ClientIp=10.10.10.111
    Exchange Server 2013 Cumulative Update 7 (CU7)
     are installed.

    Hi Allen!
    Thank you for reply!
    Outlook cannot connect to all mailboxes on Exchange 2013 server.
    >Get-OutlookAnywhere | FL Name,*auth*,*host*Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2010.contoso.com
    InternalHostname                   :
    Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2010.contoso.com
    InternalHostname                   :
    Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2013.contoso.com
    InternalHostname                   : cas1302.domain.local
    Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2013.contoso.com
    InternalHostname                   : cas1301.domain.local
    Outlook error message:
    "Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened. The attempt log on to Microsoft Exchange has failed."
    This error reproduced even in new profile. Repair does not help.

  • Outlook 2013 archiving doesn't work when cached mode is enabled

    Hi All,
    I have a problem in Outlook 2013 which I've been able to replicate on two separate PCs, operating against two separate Exchange servers.  In both cases, archiving of old items does not work in Outlook 2013 when cached mode is enabled.  It works
    fine if cached mode is switched off so I don't believe the problem is related to the archiving settings.
    Has anyone else come across this?
    Thanks,
    Matt
    Systems Engineer
    BOM Group LTD

    Based on my knowledge, Outlook auto archieve setting is stored in registry and only affects on local host.
    If the AutoArchive doesn't work anymore, please refer to the follow article to troubleshoot the issue
    http://www.howto-outlook.com/faq/archivenotworking.htm
    If we are talking about Microsoft Exchange Online Archiving, I think it would run fine when you in Exchange online mode as your expected.
    Tony Chen
    TechNet Community Support

  • Items in shared mailbox are not visible when using cached mode in Outlook 2013

    Hi all,
    When using Outlook 2013 working with the users own mailbox works great, but when a user connects an additional mailbox to its mailbox, this mailbox is shown correctly, but it contains no items. The folder list is shown correctly, but there are no items to be
    seen.
    These users (I have seen it with 3 different users and 2 shared mailboxes already) have full access to these mailboxes (Exchange 2010), but somehow the items aren't shown... When these users turn off cached mode, it works fine and when they use Outlook 2010
    it also works fine, but using Outlook 2013 with cached mode will only show their own items and not the items in an additional shared mailbox.
    What is the cause of all this?
    Kind regards,
    Erik

    Maybe something interesting...
    When looking at article http://support.microsoft.com/kb/982697/en-us
    I saw that Outlook 2013 by default caches everything and that's what I wanted. I tested however adding this regkey to see what happened and after that the email shows up in the mailboxes... Somehow the mail from shared mailboxes doesn't want to be
    cached...
    Does anyone know what this could be? I want everything to be cached, also the shared mailboxes but somehow this doesn't work and it does when using Outlook 2010....

  • ExtendedPropertyDefinition update not getting synced to Outllok 2013 in cached mode

    Hi,
    I have a mapi property on a mailitem in a users Sent Item folder that we are updating via an exchange web services call using the ExtendedPropertyDefinition. The update is successful but the updated value does not seem to get synced back down
    to outlook which is in cached mode. I can confirm that the update has happened by creating a new outlook profile and pulling the mail box down.
    So I suspect it some kind of caching mode problem, may be by design . So the question is there away to force an update via EWS? or can some explain the caching rules as things like read un read seem to keep in sync.
    Thanks
    Marcus    

    Are you getting any Conflicts created in the Conflicts folder in the Mailbox eg
    http://btsc.webapps.blackberry.com/btsc/viewdocument.do?externalId=KB19222&sliceId=1&cmd=displayKC&docType=kc&noCount=true&ViewedDocsListHelper=com.kanisa.apps.common.BaseViewedDocsListHelperImpl
    If that's happening you might want to add a slight delay to allow Outlook to finish synchronizing the Item before you make any changes.
    Cheers
    Glen
     

  • Shared documents not showing up in Caching mode?

    We're running GW 7.0.2 here. I have a user that created a shared folder
    and threw two documents into the folder. All users who can see the shared
    folder has no problem seeing the documents when they're in online mode.
    However, my users in Caching mode does not see the document, no matter how
    they update their Cache via Send/Retrieve or Retrieve Entire Mailbox. I
    even tried giving the users rights to the document and forced a
    QuickFinder update and they still don't see it. Any ideas?
    TIA,
    Howard

    Well, I was able to get around the problem by forcing my Caching users
    over to Online mode and then back. This fixes the problem. Which is weird.
    However, I have one user that keeps getting the error:
    Unable to open the document.
    8503: The online groupwise system is no longer available. your document will be saved to your Cachine Mailbox and sent to your Online Mailbox the next time GroupWise connects to your Online GroupWise Sytem.
    I looked up the information and I found this TID which seems to be what I
    need:
    http://www.novell.com/support/search...200%2050710452
    However, it says that I need to add a Proxy address and need to change the
    Internet Proxy Client/Server port.
    Supposedly, the proxy address is a server/machine that will redirect the
    request from the Internet to the private network. The thing that confuses
    me here is the fact that all the IP addresses I have specified on my POA
    are public IP addresses that could access the Internet in the first place.
    So I don't understand how changing the port or adding a proxy server
    address will fix this problem. Any ideas?
    Thanks in advance.
    Howard

  • Very slow mailbox download times in Exchange cached mode

    Hi,
    I am running exchange 2007 on a 2008 server and have created a new server 2012 R2 x64 Remote Desktop server with Outlook 2013.
    I am making use of the use cached mode feature. However it is taking a very long time to download all mail upon first setting up the mailbox in outlook.
    seems to take 2min to download 500kb.
    I have disabled all firewalls and AV scanners on the TS and Mail server.
    networking between the two is excellent and download speeds and upload are very good.
    Seems like exchange is slow at giving out the data or something?..... have tried on a local desktop and not the TS but still have the same problem.
    any ideas?

    Hi CHase,
    shared mailboxes shouldnt be cached,only user mailboxes should.Reason for this is because it will download all info from shared mailbox and it can take some time.All company info will also be stored locally,so its security concern.
    You mention that you turn on cached mode,is this under user mailbox or additional mailbox as shown below?
    The one to left should be fine to cache all,but the one to the right only first check mark should be on.We have this configuratuon and senderandfrom registry works well.
    If you access OWA,then choose to open another mailbox,then choose the "support center" mailbox,do you see all folders?
    By granting full access doesnt give you send as permission,for this you will need to run this command:
    Get-Mailbox "[email protected]" | Add-ADPermission -User "[email protected]" -ExtendedRights "Send As"
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

Maybe you are looking for