Feb 24
Problem
When you’re building (or already) have a active/passive Exchange 2007 cluster and you try to move the cluster to the other node, it’s possible you receive an error like this :
The installation on node ‘NODE’ is inconsistent. ConfiguredVersion=, UnpackedVersion=8.2.176.2. An upgrade might not have completed successfully.
As the error already explains, there is a version problem. To understand this problem you need to know a little bit about the installation steps Exchange does while installing. Read more »
Sep 16
I’m having troubles installing the Exchange 2007 SP2 (Service Pack 2) management tools on my 64-bits Windows 7 release. I tried it on a Windows 7 RC Ultimate 64-bits and a Windows 7 RTM Enterprise 64-bits edition. Same issue appears on Read more »
May 27
The Microsoft Exchange Team announced the release for Service Pack 2. It’s expected in Q3 of 2009.
This Service Pack will be required for transitioning to Exchange 2010.
You’ll be able to upgrade directly to SP2 for all Exchange 2007 versions (RTM, SP1).
May 27
Last week Microsoft announced Rollup 8 for Exchange 2007 SP1. This rollup was not released for Exchange 2007 RTM.
Download : Rollup 8 for Exchange 2007 SP1
Apr 21
When you want to adjust the Maximum Attachement Size in Exchange 2007, you can use this script to check where the size limits are set.
The only Message Size limit that is not set through Powershell, is the one for Outlook Web Access. This is done through the web.config file on the Client Access Server.
- First make a backup of the web.config file (default location c:\Program Files\Microsoft\ExchangeServer\ClientAccess\Owa).
- Open the file with Notepad
- Change the line <httpRuntime maxRequestLength=”30000″ />
Where 30000 is the maximum message size (in kilobytes)
- Save the file (nothing else needs to be done)
Mar 18
When you want to upgrade to Exchange 2007 SP1, from the RTM version, follow these steps :
Installation Steps
- Install Net 2.0 SP1 on your Exchange 2007 Servers
- Reboot the servers
- Prepare the Schema: Read more »
Mar 13
Sometimes users come to you and say…I’ve got an attachement which is blocked by OWA. It says :
Outlook Web Access has blocked access to attachments. Blocked attachments: file.jpg, otherfile.otherextension.
When you need to configure (include or exclude) these Read more »
Mar 13
I was looking for a way to create a custom signature for all users within our company. Unfortunatly with Exchange 2007 there is no way to achieve this, besides adding a Disclaimer with a transport rule.
After searching I came accross a login script with wich you can create an automated signature based on Active Directory information.
Maybey a nice addition in Exchange 2007 SP2??
Feb 11
We’ve got some weird errors on our Exchange 2007 Mailbox Server. We received this error :
Event ID : 9823
Source : MSExchangeIS Mailbox Store
Log : Application Log
An invalid event history watermark has been detected by background cleanup. The watermark will be deleted.
Database: ‘First Storage Group\Mailboxstore1′.
Consumer: ‘df4b5565-53e9-4776-a824-185f22fb3ca6′.
Mailbox: ‘4ec8c6f9-dbab-43db-a8ac-cb6f62fc556c’.
Watermark counter: ‘0×4AC2AD’.
Funny enough there is no Read more »
Jan 10
The following error occurs:
Event id: 64
Event Source: MSExchange OWA
Description: Failed to read and update the Outlook Web Access configuration settings. Virtual directory: “Virtual_Directory_Name”. Web site: “Web_Site_Name”. Error message: “Error_Message”
This error indicates that Microsoft Outlook Web Access did not read and update its configuration settings from the Active Directory directory service for the Outlook Web Access virtual directory and Internet Information Services (IIS) Web site specified in the event description.
On the Client Access Server which Read more »