Hi.
We are trying to upgrade 4 CAS- and HUB servers an then 4 mailboxservers but have run into problems.
I first started with two CAS/HUB servers and did a /prepareAD and then setup /m:upgrade /Hosting, because we have a hosted exchange with about 100 customer sites, before that I had stopped NLB and IIS.
The problem we encounter when trying to upgrade the CAS/HUB servers, version 14.02.0247.005, was that it failed in the end of HUB transport role upgrade with the following error.
Configuring Microsoft Exchange Server
Language Files COMPLETED
Restoring Services COMPLETED
Languages COMPLETED
Hub Transport Server Role FAILED
The following error was generated when “$error.Clear();
if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) )
{
Update-RmsSharedIdentity -ServerName $RoleNetBIOSName
}
” was run: “Object ‘servage.local/Users/FederatedEmail.4c1f4d8b-8179-414
8-93bf-00a95fa1e042′ in organization : the linked object of property ‘RMSCompute
rAccounts’ is ‘servage.local/Microsoft Exchange Hosted Organizations/Servage/com
puters/CAS04′, which doesn’t exist in the same organization with the object. Pro
perty Name: RMSComputerAccounts”.
After searching for info on Google the tip was to delete this user with ADSI edit and rerun the upgrade and it would succeed. The user could be added after the upgrade job was finished. But when I did a rerun it failed at on the same spot but with a different errormessage.
The Exchange Server setup operation didn’t complete. More details can be found
in ExchangeSetup.log located in the :\ExchangeSetupLogs folder.
Exchange Server setup encountered an error.
Configuring Microsoft Exchange Server
Language Files COMPLETED
Restoring Services COMPLETED
Languages COMPLETED
Hub Transport Server Role FAILED
The following error was generated when “$error.Clear();
if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) )
{
Update-RmsSharedIdentity -ServerName $RoleNetBIOSName
}
” was run: “RMS Shared Identity user FederatedEmail.4c1f4d8b-8179-4148-9
3bf-00a95fa1e042 not found.”.
The Exchange Server setup operation didn’t complete. More details can be found
in ExchangeSetup.log located in the :\ExchangeSetupLogs folder.
Exchange Server setup encountered an error.
I’m stuck in a loop here, because if I add the user manualy or make a prepareAD (user could be corrupt) again it fails again, so any help would be appreciated.
Thanks