Skip to main content

MS Outlook 2007 slow performance when you are working with items over 2GB file size.

Using MS Outlook 2007 or any application in Microsoft 2007, I found it more annoying than productive tool for my users. I will not discuss them in details here, only the MS Outlook 2007 issues.
  • Outlook 2007 slow responds when you access an email to read, reply or forward.
  • When you browse other subfolder within your email.
  • Searching is drastically slow to find any items within your outlook.

I've searched the Microsoft support website, produces more results. I will only share something that is useful and worth your time to read.

Symptoms: "Microsoft Office Outlook 2007 momentarily stops responding during typical operations. This includes when you read e-mail messages, move e-mail messages or delete e-mail messages. These symptoms are most noticeable during mail delivery or duing synchronization. These symptoms become more pronounced as store size increases. The are more likely to occur when the size of the .pst file or the size of the .ost file approaches 2 gigabytes (GB). Additionally, they are more pronounced in a very large .pst file or in a very large .ost file that is 4 GB or larger." (2009, Support.Microsoft.com)

Resolutions: Install the update http://support.microsoft.com/kb/933493. The update is to improve the general responsiveness of Outlook 2007 during common operations. These operations include reading, moving, deleting, and downloading e-mail messages for users who have large mailbox files (.pst files and .ost files) that are stored on their computers. This update optimizes the parttern in which Outlook 2007 writes a large .pst file or to a large .ost file. This results in a reduction of disk access.

This update is designed to do the following:

  • Reduce the time that is required to copy or move messages from one folder to another folder.
  • Increase the download speed when you download messages.
  • Reduce the time that is required to delete messages.

To read more details, please visit this link: htpp://support.microsoft.com/kb/932086

Best practices:

  • Educate your e-mail users to regularly clean their mailbox. Empty Deleted folders.
  • Reduce the file size of .pst or .ost under 2GB. I always recommend under 1GB file size only.
  • Get in touch with your technical support for assistance.
  • Send me email here at KING.NET

Don't hesitate to share your input and thank you in advance.

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp