I've been trying for a couple of hours now to install Rollup 5v2 on all of my Exchange servers and it will not work. First I tried it from Windows Update which failed and then I tried it using an elevated command prompt and running the msp file directly. Every time it fails with an error that "The user who's currently logged on doesn't have sufficient permissions to install this package. You need at least Exchange Server Administrator permissions on the current computer to complete this task."
I'm installing it using an account that is part of domain, schema and enterprise admins as well as Organization management.
I've read numerous threads on similar issues with this install, but they all relate to having KB2506143 installed, which I don't on this server. From this link (although it's for 2007 SP1 RU1) it seems it may be related to OWA, because in the install log there is a CA_PATCH_OWA_PERMISSION_ERROR showing up. As well (similar to the first link) there are a number of comments on this thread that users had to run updatecas.ps1 in order to get OWA working again. The last little bit of the log is below and any help is really appreciated because I'm really stumped.
----------------------------------------------------------------------------------------------------
MSI (c) (C0:B4) [09:48:26:667]: PROPERTY CHANGE: Adding PATCH_OWA_PERMISSION_CMD property. Its value is '"add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
$exitcode=0
$exserver=Get-ExchangeServer ([Environment]::MachineName) -ErrorVariable exerr 2> $null
if($exerr.count -gt 0)
{
if (($exerr[0].Exception -eq $null)-or($exerr[0].Exception.InnerException -eq $null)-or($exerr[0].Exception.InnerException.ErrorCode -eq 0))
{
$exitcode=5
}
else
{
$exitcode=$exerr[0].Exception.InnerException.ErrorCode
}
}
remove-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
Exit ($exitcode)"'.
Action ended 9:48:26: CA_PATCH_OWA_PERMISSION_CMD_PROP. Return value 1.
MSI (c) (C0:B4) [09:48:26:667]: Doing action: CA_PATCH_OWA_PERMISSION_PROP
Action start 9:48:26: CA_PATCH_OWA_PERMISSION_PROP.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (c) (C0:B4) [09:48:26:667]: PROPERTY CHANGE: Adding RunCommandCmdLine property. Its value is 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
$exitcode=0
$exserver=Get-ExchangeServer ([Environment]::MachineName) -ErrorVariable exerr 2> $null
if($exerr.count -gt 0)
{
if (($exerr[0].Exception -eq $null)-or($exerr[0].Exception.InnerException -eq $null)-or($exerr[0].Exception.InnerException.ErrorCode -eq 0))
{
$exitcode=5
}
else
{
$exitcode=$exerr[0].Exception.InnerException.ErrorCode
}
}
remove-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
Exit ($exitcode)"'.
Action ended 9:48:26: CA_PATCH_OWA_PERMISSION_PROP. Return value 1.
MSI (c) (C0:B4) [09:48:26:667]: Doing action: CA_PATCH_OWA_PERMISSION
Action start 9:48:26: CA_PATCH_OWA_PERMISSION.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table CustomAction.
MSI (c) (C0:B4) [09:48:26:667]: Note: 1: 2262 2: CustomAction 3: -2147287038
MSI (c) (C0:B4) [09:48:26:667]: Transforming table Binary.
MSI (c) (C0:B4) [09:48:26:667]: Transforming table Binary.
MSI (c) (C0:B4) [09:48:26:667]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (c) (C0:B4) [09:48:26:683]: Transforming table Binary.
MSI (c) (C0:B4) [09:48:26:683]: Transforming table Binary.
MSI (c) (C0:B4) [09:48:26:683]: Note: 1: 2262 2: Binary 3: -2147287038
MSI (c) (C0:B4) [09:48:26:683]: Creating MSIHANDLE (1) of type 790542 for thread 2484
MSI (c) (C0:C0) [09:48:26:698]: Invoking remote custom action. DLL: C:\Users\adminag\AppData\Local\Temp\MSI65C4.tmp, Entrypoint: RunCommand
MSI (c) (C0:E8) [09:48:26:698]: Cloaking enabled.
MSI (c) (C0:E8) [09:48:26:698]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (C0:E8) [09:48:26:698]: Connected to service for CA interface.
MSI (c) (C0!54) [09:48:26:745]: Creating MSIHANDLE (2) of type 790531 for thread 2900
1: ExPatchCa: GetProperty: Get property: RunCommandCmdLine (RunCommandCmdLine): C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
$exitcode=0
$exserver=Get-ExchangeServer ([Environment]::MachineName) -ErrorVariable exerr 2> $null
if($exerr.count -gt 0)
{
if (($exerr[0].Exception -eq $null)-or($exerr[0].Exception.InnerException -eq $null)-or($exerr[0].Exception.InnerException.ErrorCode -eq 0))
{
$exitcode=5
}
else
{
$exitcode=$exerr[0].Exception.InnerException.ErrorCode
}
}
remove-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
Exit ($exitcode)". (ec: 0x0)
MSI (c) (C0!54) [09:48:26:745]: Closing MSIHANDLE (2) of type 790531 for thread 2900
MSI (c) (C0!54) [09:48:26:745]: Creating MSIHANDLE (3) of type 790531 for thread 2900
1: ExPatchCa: GetProperty: Get property: RunCommandTimeout (RunCommandTimeout): 300000. (ec: 0x0)
MSI (c) (C0!54) [09:48:26:745]: Closing MSIHANDLE (3) of type 790531 for thread 2900
MSI (c) (C0!54) [09:53:26:751]: Creating MSIHANDLE (4) of type 790531 for thread 2900
1: ExPatchCa: RunCommand: ExecCommand: exit code: 0x5b4. timeout: 300000 ms(user set). (ec: 0x5)
MSI (c) (C0!54) [09:53:26:751]: Closing MSIHANDLE (4) of type 790531 for thread 2900
MSI (c) (C0!54) [09:53:26:751]: PROPERTY CHANGE: Adding RunCommandResult property. Its value is '1460'.
MSI (c) (C0!54) [09:53:26:751]: Creating MSIHANDLE (5) of type 790531 for thread 2900
1: ExPatchCa: SetProperty: Set property: RunCommandResult: 1460. (ec: 0x5)
MSI (c) (C0!54) [09:53:26:751]: Closing MSIHANDLE (5) of type 790531 for thread 2900
MSI (c) (C0:C0) [09:53:26:751]: Closing MSIHANDLE (1) of type 790542 for thread 2484
Action ended 9:53:26: CA_PATCH_OWA_PERMISSION. Return value 1.
MSI (c) (C0:B4) [09:53:26:751]: Doing action: CA_PATCH_OWA_PERMISSION_ERROR
Action start 9:53:26: CA_PATCH_OWA_PERMISSION_ERROR.
M