Query read mode-Cache mode

Hi,
Can u explain me the functionalities of the options:
A-Query to read all data at once
X-Query to read data during navigation
H-Query to read when u navigate or expand hierarchies
I am not clear of the diff. bet. the X,H options....
<b>Cache Mode:</b>
0-Cache is Inactive
1-Main memory cache without swapping
2-Main memory cache without swapping
3-Main memory cache with swapping
4-Persistent cache for each application server
5-Persistent cache across each application server
<b>Optimization Mode:</b>
0-Query will be optimised after generation
1-Query optimization with individual periods in days
9-Query optimization inactive
Can u explain these functionalities in detail...
Max.points will be assigned

HI,
PLease check this..
1.      Query to be read when you navigate or expand hierarchies (H)
The amount of data transferred from the database to the OLAP processor is the smallest in this mode. However, it has the highest number of read processes.
In the following mode Query to read data during navigation, the data for the fully expanded hierarchy is requested for a hierarchy drilldown. In the Query to be read when you navigate or expand hierarchies mode, the data across the hierarchy is aggregated and transferred to the OLAP processor on the hierarchy level that is the lowest in the start list. When expanding a hierarchy node, the children of this node are then read.
You can improve the performance of queries with large presentation hierarchies by creating aggregates on a middle hierarchy level that is greater or the same as the hierarchy start level.
       2.      Query to read data during navigation (X)
The OLAP processor only requests data that is needed for each navigational status of the query in the Business Explorer. The data that is needed is read for each step in the navigation.
In contrast to the Query to be read when you navigate or expand hierarchies mode, presentation hierarchies are always imported completely on a leaf level here.
The OLAP processor can read data from the main memory when the nodes are expanded.
When accessing the database, the best aggregate table is used and, if possible, data is aggregated in the database.
       3.      Query to read all data at once (A)
There is only one read process in this mode. When you execute the query in the Business Explorer, all data in the main memory area of the OLAP processor that is needed for all possible navigational steps of this query is read. During navigation, all new navigational states are aggregated and calculated from the data from the main memory.
The read mode Query to be read when you navigate or expand hierarchies significantly improves performance in almost all cases compared to the other two modes. The reason for this is that only the data the user wants to see is requested in this mode.
Compared to the Query to be read when you navigate or expand hierarchies, the setting Query to read data during navigation only effects performance for queries with presentation hierarchies.
Unlike the other two modes, the setting Query to Read All Data At Once also has an effect on performance for queries with free characteristics. The OLAP processor aggregates on the corresponding query view. For this reason, the aggregation concept, that is, working with pre-aggregated data, is least supported in the Query to read all data at once mode.
We recommend you choose the mode Query to be read when you navigate or expand hierarchies.
Only choose a different read mode in exceptional circumstances. The read mode Query to read all data at once may be of use in the following cases:
      The InfoProvider does not support selection. The OLAP processor reads significantly more data than the query needs anyway.
         1.      Cache is Inactive (0)
The cross-transactional cache is deactivated.
The following modes are possible for the active cache: The cross-transactional cache is activated.
       2.      Main Memory Cache Without Swapping (1)
The cache data is stored in the main memory. When the cache memory has been exhausted, excess data is removed according to the LRU algorithm, i.e. deleted from the memory. When a query is subsequently requested, the result is read from the InfoProvider once again.
       3.      Main Memory Cache with Swapping (2)
The cache data is stored in the main memory. When the caching memory is used up, the excess data is written to a background and can be loaded back into the cache memory when making another request.
After query-relevant data has been loaded again, the background store can no longer be used.
       4.      Persistent Cache per Application Server (3)
The cache data is stored persistently as a database table or as a file in a directory attainable from the application server. We recommend that you choose a directory that is proximate to the application server.
When you save the cache data in a database table this puts a strain on the database. However, it is also then quicker to access uncached data in the database.  In comparison to storing data in, for example, a star schema (see InfoCube), fewer tables are read and fewer indexes are accessed.
       5.      Cross-Application Server Persistent Cache (4)
The cache data is stored persistently as a cross-application server database table or file in a file system in the network, accessed from the application server.  In this mode there is no displacement of data and no restriction on memory size. More space is required but this method also saves time.
¡        Database table: Strain is put on the database instance for the table.
¡        File: Strain is put on the network node operating system for the file.
¡        In addition, the application server that calculates the data and network communication has to be taken into account with both storage types. 
If you do not make any other settings the OLAP processor determines the optimal initial size of the table SP, that is the memory structure in which data is held and processed in the OLAP processor (see Cache Structure). This is done after the first execution and again after a period of 31 days since the last optimization. It automatically generates a report afterwards.  
In the Query Properties dialog box in the Query Monitor you can implement, modify of deactivate this function. Choose one of the following options:
·        Query is optimized after generation (0)
·        Query optimization with individual periods in days (1) Here you can determine the optimization period yourself.
·        Query optimization inactive (9)
Hope this helps..
Bye,
Shashikanth.

Similar Messages

  • Query Read mode

    HI Experts,
          What is QueryReadMode?  In which Scenario we have to use QueryReadMode?
    1.In which situation we have to create Aggregates and how do u  know  weather the cube has Aggregates or not?
    2.In which situation we have to create Indexes and how do u  see the indexes bitmap r Btree explain me Briep
    3.In which situation we have to do Compression?how can i delete requests and how can i delete records from single request & from Multiple requests based on the fixed value.
    4.In which situation we have to create Partitions and how do u  know  weather the cube has partions or not?
    5.4.In which situation we have to create LINE-ITEM Dimentions.
    please any body explain me these topics with example...................
    what is BW STATISTICS explain me brief......
    THANKS IN ADVANCE,
    PriyaKodali

    HI
    What is QueryReadMode?
    We use the query monitor to test or regenerate queries and query views, and to check or change query properties. With the query monitor you have the option of displaying technical information about queries
    Query Properties.
    In the Query Properties window of the Query Monitor, we can configure settings for the Read Mode, Cache Mode etc.
    The read mode of a query determines how often the OLAP Processor retrieves data from the database during query navigation. The read mode contains three types of read processes:
    Read all data (setting A: Query to Read All Data At Once)
    Reread the data (setting X: Query to Read Data During Navigation)
    Reread the data when expanding a hierarchy (setting H: Query to Read When You Navigate or Expand Hierarchies)
    WE USE T-CODE   RSRT.
    (H) u2013 Query to read, when you read or expand hierarchies: In H mode, the detailed information within the nodes and sub-nodes of a hierarchy are read on demand (i.e., when you expand a hierarchy node). The amount of data transferred to the OLAP processor is the least of all the three categories. The downside is that the number of database reads increases as you keep expanding hierarchy nodes. SAP recommends setting queries to the H read mode. This is based on the empirical evidence of the relative performance of queries set to each of these modes.
    (X) u2013 Query to read data during navigation: In this mode, data are requested by the OLAP processor as
    dictated by every navigational step. The difference between X mode and H is that in the case of hierarchies, all the data on a leaf level are completely retrieved by the OLAP processor.
    (A) u2013 Query to read all data at once: There is only one read process in this mode. When you execute the query in the Business Explorer, all data in the main memory area of the OLAP processor that is needed for all possible navigational steps of this query is read. During navigation, all new navigational states are aggregated and calculated from the data from the main memory.
    The read mode Query to be read when you navigate or expand hierarchies significantly improves performance in almost all cases compared to the other two modes. The reason for this is that only the data the user wants to see is requested in this mode.
    What Is An Aggregate?
    An aggregate stores the dataset of an InfoCube redundantly in a summarized form. In this instance, summarization means the condensing of the original fact table of an Infocube to an aggregate table. This table no longer contains certain characteristics of the Infocube and has been summarized across attributes, or to characteristic values, or a hierarchy level.
    The summarization enables you to access the data of an InfoCube quickly when reporting. Aggregates are, therefore, tools for enhancing performance.
    Aggregates are created from logical data packets (requests). You can distinguish between the processes of filling and rolling up
    http://wiki.sdn.sap.com/wiki/display/BI/Aggregates--SAPBWQueryPerformance
    3. In which situation we have to create Indexes and how do u see the indexes bitmap r Btree explain me Briep
    Bit map and B-tree index - It is related to Cardinality.
    Cardinality means no. of predefined options for perticular Info Object.
    e.g *** of person - Male or Female - we have only two options - so it will be considered as Low Cardinality.
    Document Number : their can be many document numbers depends on the no. of users. so it is considered as high cardinaltiy
    If low cardinality is their, Bit map index is used.
    If high cardinalty is their, B tree index is used.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0b28d18-f383-2c10-a780-a52349715b54?QuickLink=index&overridelayout=true
    http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb47446011d189700000e8322d00/frameset.htm
    4. In which situation we have to do Compression?how can i delete requests and how can i delete records from single request & from Multiple requests based on the fixed value.*
    Compression improves Performance Tuning as it removes the redundant data. This improvement in the performance can be checked by RSRT and running the query with compression & without compression.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c035d300-b477-2d10-0c92-f858f7f1b575?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09b7019-4885-2e10-e2b8-fe1fef0643db?QuickLink=index&overridelayout=true
    deletion of compressed cube data
    Delete compressed request from cube.
    5.In which situation we have to create LINE-ITEM Dimentions.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/005f3197-d3da-2e10-1a94-a5c62342f2aa?QuickLink=index&overridelayout=true

  • 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

  • Query read / cache modes are set in BW

    Hi Experts,
    What is query read / cache modes are set in BW in order to improve the query performance?
    Thanks
    Rohan

    Hi
    The read mode determines how the OLAP processor gets data during navigation. You can set the mode in Customizing for an InfoProvider and in the Query Monitor for a query.
    http://help.sap.com/saphelp_nw04/helpdata/en/57/b10022e849774f9961aa179e8763b6/content.htm
    Assign points if it helps...
    Regards,
    ARK

  • 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 query overview.

    Hi guys,
    In the Early Watch report I have an overview on how many queries use a certain cache mode (chapter 12.1), but it doesn't show which queries they are.
    I have 4 queries with cache switched off and I'd like to know which ones they are. Any idea if there's a table/trx somewhere where I can find this information?
    Thanks.
    Eduard

    hi Eduard,
    yes, i added the info later just in case you want go by individual query, RSRT won't serve a mass checking.
    please close the thread and reward helpful answer if RSRREPDIR serve your purpose.
    hope this help.

  • Precautions to be taken while changing the Query read mode in PED system

    Dear Experts,
    I got a task to change the Query Read mode for more No. of queries in Production system directly itself.
    Request you to let me what are the steps to be followed/precautions to be taken while changing the Query Read mode in PED.
    one more doubt regarding this.....If i plan to change the Read mode of Query say Q1, how can i come to know weather the Q1 is executing or not executing by that time.
    Thanks in advance for valuable response.
    Thanks & Regards,
    Ramesh - Kumar

    Hello,
    You can change the query read mode in transaction 'RSRT', here are the steps:
    1) Access transaction RSRT and enter the query name
    2) Select the 'Properties' option
    3) Un-check the 'Info provider' setting next to the 'Read mode' --> This enables you to change the read mode of the query --> Execute
    4) Choose the option 'Generate Report' to re-generate the query program
    Hope this info helps.
    Thanks
    Bala

  • Query read mode change from 'A'  to 'H'

    Dear All Experts,
           I'm new to optimization Project.  I got a task to change the Query read mode  from 'A' to 'H"  of some queries. I will change it by using T-code RSRT.
    My doubt is  in which system we will change the settings i.e., directly in Production system  or i have to change in Development system and then transportation to remaining systems?
    Is there any another option to do this other than RSRT.
            Requesting you all to  help me in this cleraly.
    Thanks in Advance.
    Regards,
    Ramesh Kumar

    Dear Experts,
            Thanks for your valuable information and my doubt is if I change the settings in Infoprovider level, then all the queries which were built on particular Infoprovider will get changed right?
    My task is to change the Query read mode of only some queries of Info Provider but not for all queries in Infoprovider.
    Thanks in advance for your valuable assistance.
    Regards,
    Ramesh-Kumar.

  • 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.

  • 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.

  • 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 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

  • BW Authorizations - Query variable with processing mode as "customer exit"

    Hi,
    Iam new to BW authorizations and have not yet worked on customer exit before. I was going through the documentation at various sites but I could not get the end to end description on how the query process( when using a variable for an InfoObject) works in case of customer exit.
    Let's assume that I am using  a query variable with processing mode as "customer exit" and at the exit I  write some code to extract user's authorizations from a z table. if this is the case, then when an end user runs a query,how will the the system know what value needs to be filled in the variable for the requesting user. Are the user details  also sent to the code along with the query variable? If so how. If I mis-understood the process then forgive me and let me know the correct process.

    Hi!
    welcome to SDN!
    customer exit variables need programing by user. so if you create a customer exit variable, you got to right a program which extracts values into this variable. we can do what ever we want in program, SAP will not deal anything ´with customer exits.
    with regards
    ashwin
    PS n:  Assigning point to the helpful answers is the way of saying thanks in SDN.  you can assign points by clicking on the appropriate radio button displayed next to the answers for your question. yellow for 2, green for 6 points(2)and blue for 10 points and to close the question and marked as problem solved. closing the threads which has a solution will help the members to deal with open issues with out wasting time on problems which has a solution and also to the people who encounter the same porblem in future. This is just to give you information as you are a new user.

  • 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.

Maybe you are looking for

  • [SOLVED] (hopefully) USB Hard drive disconnects

    I have a 2TB SATA drive which I used in a stationary computer (as a server). The drive is encrypted using LUKS and for a filesystem I use xfs. Unfortunately that computer died, so I figured I'd migrate everything over to a laptop instead. I put the 2

  • Mystery markings at the end of the road- next to a...

    Hi, Have noticed some mystery markings at the end of the road, right next to BT's current equipment. Markings measure approx 1.2m x 45cm Infinity is due to be enabled on 1/03/2012 so looks like BT might have started the rollout. Exchange is Kempston

  • Retrying a particular failed Process Task for all the OIM Users

    Hi, We are using OIM 11.1.1. On a particular day one of the systems was unavailable hence all the process tasks for that system failed for a number of users. Is there any way of viewing all the failed process task and retrying them together, there ar

  • CUIS Deployment with ICM 7.2 and CVP 4.x

    In a geographically distributed Unified 7.2 CCE scenario with CVP 4.x we want to deploy CUIS with one CVP Reporting server. In CVP 7.x SRND under CVP Reporting Component section; it's mention that "The Reporting Server must be local to the Call Serve

  • User account script

    Hi, I need to drop a user account and recreate it. There is no existing script to create this specific user. I want the user to have the same account settings as before. I can find most of the information in DBA_USERS and DBA_TS_QUOTAS. Is there any