Forefront Security for Exchange SP2 setup hangs on “Setting Up Registry”

Filed Under (Exchange 2007, Microsoft) by Tariq Jaber on 16-01-2010

Tagged Under : , ,

I was installing FSE SP2 on the Exchange Server. I have installed it on more than one server but on the last one, the setup hung on “Setting Up Registry” message with no errors nor warnings in the event viewer!

I found that the solution was to install Hotfix Rollup 2 for Forefront Security for Exchange Server Service Pack 1 (KB 946864).

Exchange 2007 Standby Continuous Replication – Configuration & Testing

Filed Under (Exchange 2007, Microsoft) by Tariq Jaber on 14-01-2010

Tagged Under : ,

I wrote an article about Exchange 2007 Standby Continuous Replication (SCR); an overview, how it works and how to enable it. There is also a test for SCR by moving the Exchange service to the disaster recovery (DR) site.
To read the full article, you can find it on ExchangeInbox.com @ http://www.exchangeinbox.com/article.aspx?i=149

Set maximum message tracking logs age in Exchange Server 2007

Filed Under (Exchange 2007) by Tariq Jaber on 10-10-2009

Tagged Under : ,

Some times you need to increase the period for which the message tracking logs kept in your Exchange server. The default maximum age for message tracking logs in Microsoft Exchange server 2007 is 30 days:

Get-TransportServer <TransportServerName>| fl *track*
get-messagetracking

To set the maximum message tracking logs age to another period you can use the following command:

Set-TransportServer <TransportServerName> -MessageTrackingLogMaxAge dd.hh:mm:ss
set-messagetracking

Now check
Get-TransportServer <TransportServerName>| fl *track*
get-messagetracking-after-set

OAB Generation on a Single Copy Cluster server fails with event id 9334 and 9109

Filed Under (Exchange 2007) by Tariq Jaber on 08-08-2008

Tagged Under : , , , , , , ,

If you have installed Exchange 2007 on a Single Copy Cluster (SCC) server you may have the Offline Address Book generation process failed with the event id 9334 and 9109.

EntryType : Error
EventID : 9334
Message : OALGen encountered error ffffffff while initializing the offline address list
generation process. No offline address lists have been generated.
Please check the event log for more information.
- Default Offline Address Book

Category : OAL Generator
CategoryNumber : 13
ReplacementStrings : {ffffffff, Default Offline Address Book}
Source : MSExchangeSA
TimeGenerated : 7/17/2008 3:10:31 PM
TimeWritten : 7/17/2008 3:10:31 PM

Read the rest of this entry »