Article ID: 297019 - Last Review: September 21, 2011 - Revision: 11.0 Limits to using personal folders (.pst) files over LAN and WAN links
This article was previously published under Q297019 On This PageSUMMARYThis article contains guidance on the limitations of using of personal folders (.pst) files over a local area network (LAN) or wide area network (WAN) link. Note that .pst files are not meant to be a long-term, continuous-use method of storing messages in an enterprise environment. This article also suggests three alternatives to .pst files:
Additionally, the one supported scenario for networked .pst files is described in this article. The scenario is using Microsoft Outlook 2010 remotely on a Windows Server 2008 R2 Remote Desktop Session Host (RDSH). MORE INFORMATIONThe Microsoft Exchange Server 4.0 team created .pst files in order to let users maintain a copy of their messages on their local computers. The .pst files also serve as a message store for users who do not have access to a Microsoft Exchange Server computer (for example, POP3 or IMAP email users). However, .pst files are not intended as an enterprise network solution. Although it is possible to specify a network directory or a Universal Naming Convention (UNC) path as a storage location for a .pst file, network usage is not meant to be a long-term, continuous-use method of storing messages in an enterprise environment. A .pst file is a file-access-driven method of message storage. File-access-driven means that the computer uses special file access commands that the operating system provides to read and write data to the file. This is not efficient on WAN or LAN links because WAN and LAN links use network-access-driven methods. These are commands that the operating system provides to send data to, or receive from, another networked computer. If there is a remote .pst file (over a network link), Outlook tries to use the file commands to read from the file or write to the file. However, the operating system must then send those commands over the network because the file is not located on the local computer. This creates lots of overhead and increases the time that is required to read and write to the file. Additionally, the use of a .pst file over a network connection may result in a corrupted .pst file if the connection degrades or fails. For more information about issues that you may experience with network storage devices or with servers that host shares, visit the following Microsoft website: http://blogs.technet.com/askperf/archive/2007/01/21/network-stored-pst-files-don-t-do-it.aspx
(http://blogs.technet.com/askperf/archive/2007/01/21/network-stored-pst-files-don-t-do-it.aspx)
Other behaviors of .pst files over WAN and LAN links
If there are roaming users in the organization, visit the following Microsoft website: http://office.microsoft.com/en-us/office-2003-resource-kit/configuring-outlook-for-roaming-users-HA001140269.aspx
(http://office.microsoft.com/en-us/office-2003-resource-kit/configuring-outlook-for-roaming-users-HA001140269.aspx)
RecommendationsMicrosoft recommends the following solutions. The first three should be used in instead of .pst files over a LAN or WAN. The fourth describes an option for using networked .pst files, but only when Outlook 2010 is hosted remotely on a Windows Server 2008 R2 Remote Desktop Session Host.Exchange Server 2010 Personal Archive mailboxPersonal Archives help you regain control of your organization's messaging data by eliminating the need for personal store (.pst) files and allowing users to store messages in a Personal Archive mailbox accessible in Microsoft Outlook 2010, Microsoft Outlook 2007, and Microsoft Office Outlook Web App.For more information about Personal Archives, visit the following Microsoft TechNet website: http://technet.microsoft.com/en-us/library/dd979795.aspx
(http://technet.microsoft.com/en-us/library/dd979795.aspx)
Exchange Server with local .ost fileWhen you are working over a WAN or LAN, it is better to configure Microsoft Outlook in Cached Exchange Mode. This caches the Exchange Server mailbox data in a local Offline Folders (.ost) file. This configuration lets the remote client work successfully even without being connected to the server. Be aware that .ost files support local replication, and this means that all folders and their data can be replicated to the .ost files, not just email messages, as is the case when you use remote mail. The use of .ost files is therefore more efficient and more useful. .ost files also do not have a dependency on the availability of the Exchange Server computer (except to synchronize new data from the server to the client and vice versa), because the information is cached in the local .ost file. This improves performance because the information being viewed is stored on the local drive, while the master copy of the data remains on the server, where it can be accessed and backed up. The .ost files also provide data redundancy, and this ensures greater integrity and recoverability of the data.Microsoft Terminal ServicesIf an enterprise wants to use Outlook over WAN or LAN links, it is highly efficient to configure Outlook to connect to the Exchange Server mailbox in Online mode while using the Microsoft Windows Terminal Server service. With Terminal Services, only the information that is required to update a display is transferred. The potential benefits in having many remote users based on Terminal Services (instead of using either .pst or .ost files) are significant in any network bandwidth conservation analysis.Outlook 2010 hosted remotely by using Windows Server 2008 R2 Remote Desktop Session Host (RDSH) or Virtual Desktop Infrastructure (VDI) configurationNetwork access of .pst and .ost files is a supported scenario in Outlook 2010 if all the following conditions are true:
Cached Exchange Mode in a Remote Desktop Session Host environment: planning considerations
(http://go.microsoft.com/fwlink/?LinkId=200170)
(http://go.microsoft.com/fwlink/?LinkId=200170) What to consider when you store .pst filesWhen you store .pst files, shares may stop responding. This behavior may cause several client-side problems, such as causing Outlook to stop responding or freezing desktops on client computers. Queuing in the Server service work queues is what causes this temporary condition. The Server service uses work items, such as a request to extend a .pst file, to handle I/O requests that come in over the network. These work items are queued in the Server service work queues. From there, they are handled by the Server service worker threads. The work items are allocated from a kernel resource that is called the nonpaged pool (NPP). The Server service sends these I/O requests to the disk subsystem. If, for reasons that are mentioned earlier, the disk subsystem does not respond in time, the incoming I/O requests are queued by using work items in the server work queues. Because these work items are allocated from the NPP, this resource eventually runs out. Running out of NPP causes systems to eventually stop responding and to log event ID 2019.If you troubleshoot this issue, you can usually find evidence of a problem in Poolmon and Perfmon captures. For example, you may see the LSwn pool tag allocation climb in a Poolmon trace. These allocations are made by the Srv.sys program. The size of the allocation is configurable by using the SizReqBuf registry value. One allocation is made for each work item that is used by the Server service. When you use Perfmon to troubleshoot this issue, you see a steady decrease in the "Available Work Items" counter. If "Available Work Items" reaches zero, clients may be unable to access files. You may also experience event ID 2019 errors if the problem is LSwn allocations (NPP depletion). Another tag that indicates .pst file issues is the MmSt tag. This tag represents the Mm section object prototype PTEs, a memory management-related structure that is used for mapped files. (This is the pool tag that is used to map the operating system memory that is used to track shared files.) MmSt issues frequently manifest as paged pool depletion (Event ID 2020). Exchange Connectivity and Outlook Performance troubleshooting where shared files existIf the environment contains network shared .pst files, make sure that the following guidelines are followed during troubleshooting:
Because of these issues, and the possibility that the shared .pst files may be the cause of client performance issues, the Microsoft Exchange Server and Microsoft Office Outlook support teams must take these actions when troubleshooting. REFERENCES
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
208480
(http://support.microsoft.com/kb/208480/
)
Description of the purpose and capacity of Outlook storage facilities
177446
(http://support.microsoft.com/kb/177446/
)
How to test Microsoft Remote Procedure Call performance
APPLIES TO
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top