Exchange 2007 / 2010 Update Rollups Wont Apply

KB ID 0001454

Problem

I had to do an SBS 2011, (Exchange 2010) to Exchange 2016 migration last week. The Exchange 2010 installation had not been updated for a long time, anyway common sense dictates that you should always upgrade the old Exchange server to the newest version first. But every time I did, the install launched, started, stopped, then rolled back the changes, and failed.

Setup wizard for Update Rollup {version} for Exchange server {version} Service Pack {version} {KB-version} ended prematurely because of an error. Your system has not been modified. To install the program at a later time , please run the installer again.

Solution

This is happening because the server has UAC (User Account Control) enabled. So the easiest way to bypass this problem is to use MSIEXEC to install the update. Open up an Administrative Command window

Change to the directory the update is in, (in my case on the root of the server E: drive), then execute the following command;

[box]msiexec /update {File-Name}.msp[/box]

The install should now launch and complete without error.

Related Articles, References, Credits, or External Links

NA

Exchange Update / Install Error: The Error Code Is 8224

KB ID 0001451

Problem

I saw this error while attempting to install an update on Exchange 2010, but it can be seen on all flavours of Exchange. This is the ‘gist’ of the error;

[box]

Organization Preparation
Failed

Error:
The following error was generated when "$error.Clear(); 
	install-ExchangeSchema -LdapFileName ($roleInstallPath + "Setup\Data\"+$RoleSchemaPrefix + "schema0.ldf")

" was run: "There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\PostExchange2003_schema0.ldf'. The error code is: 8224. More details can be found in the error file: 'C:\Users\{Username}\AppData\Local\Temp\ldif.err'".

There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\PostExchange2003_schema0.ldf'. The error code is: 8224. More details can be found in the error file: 'C:\Users\{Username}\AppData\Local\Temp\ldif.err'
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.123.3&e=ms.exch.err.Ex88D115&l=0&cl=cp

[/box]

Solution

This was an easy one to sort out, on one of your domain controllers open “Active Directory Sites and Services”, expand all the sites and look at the server names. In my case there was an old DC in the list (these are usually easy to spot as you cant ‘expand’ them), i.e.theres no NTDS settings below them.

Simply right click the offending server and delete it, then either force domain replication, or wait a while.

Related Articles, References, Credits, or External Links

NA

Exchange – “This operation can only be performed by a manager of the group” Error

KB ID 0000603 

Problem

Seen On Exchange 2010 (SP1), when trying to add a user to a distribution group.

Add-DistributionGroupMember Failed
Error:
You don’t have sufficient permissions. This operation can only be performed by a manager of the group.

Solution

1. There a few reasons for this error, I’m assuming that there is no user set as the manager for this group? (Properties > Group Information > Managed By). In my case it’s a known bug in Exchange 2010 with SP1.

Microsoft Exchange Server Build Numbers

2. This was fixed in Rollup 3 for Service pack 1 (source), Simply run an update and the problem should cease.

Related Articles, References, Credits, or External Links

NA