I was trying to introduce an Exchange 2010 server into an Exchange 2007 single-server environment with the aim of upgrading from 2007 to 2010. All the pre-requisites checked passed but the installation failed a the very beginning when it is preparing the organization:
____________________________________________________________________
Summary: 12 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:58
Organization Preparation
Failed
Error:
The following error was generated when "$error.Clear(); $a = get-transportrule; if ($a -eq $null) { $rulefile = export-transportrulecollection -ExportLegacyRules -WarningAction:SilentlyContinue; } else { $rulefile = export-transportrulecollection; } if ($rulefile
-ne $null) { import-transportrulecollection -FileData $rulefile.FileData; } $a = get-journalrule; if ($a -eq $null) { $rulefile = export-journalrulecollection -ExportLegacyRules -WarningAction:SilentlyContinue; } else { $rulefile = export-journalrulecollection;
} if ($rulefile -ne $null) { import-journalrulecollection -FileData $rulefile.FileData; }" was run: "The Rule parser reports the following error at line 51, position 4: The specified action, 'ApplyDisclaimerWithSeparatorAndReadingOrder', isn't supported.".
The Rule parser reports the following error at line 51, position 4: The specified action, 'ApplyDisclaimerWithSeparatorAndReadingOrder', isn't supported.
The specified action, 'ApplyDisclaimerWithSeparatorAndReadingOrder', isn't supported.
Elapsed Time: 00:00:58
Preparing Setup
Cancelled
Stopping Services
Cancelled
Copy Exchange Files
Cancelled
Language Files
Cancelled
Restoring services
Cancelled
Languages
Cancelled
Management Tools
Cancelled
Hub Transport Role
Cancelled
Client Access Role
Cancelled
Mailbox Role
Cancelled
Finalizing Setup
Cancelled
_____________________________________________________________________
There is a transport rule in Exchange 2007 like this:
Condition: from user inside the organization
Action: append disclaimer text using font, size, color, with separator and fallback to action if unable to apply.
This is used to stamp disclaimer to every e-mail that send out of the organization. From the list of actions, I can't find an alternative to this rule. Must I remove this rule? Is there another way to append disclaimer without preventing Exchange 2010 installation?
Sp3 of Exchange 2007 has already been installed.
Valuable skills are not learned, learned skills aren't valuable.