Quantcast
Viewing all articles
Browse latest Browse all 19214

Exchange 2010 upgrade to SP2 failed

I got errors when trying to upgrade Exchange Server 2010 to SP2.  It failed on the hub transport role.  Any ideas on how to repair this?  The server had a previous issue and I was trying to resolve it by installing SP2.  Thank you.

[01/02/2013 19:11:29.0066] [1] Executing:
          $vdirName = "PowerShell (Default Web Site)";
          $InternalPowerShellUrl="http://" + $RoleFqdnOrName + "/powershell";
          $vdir = get-PowerShellVirtualDirectory -server $RoleFqdnOrName -DomainController $RoleDomainController | where { $_.Name -eq $vdirName };
          if ($vdir -eq $null)
          {
            $vdirName = "PowerShell";
            new-PowerShellVirtualDirectory $vdirName -InternalUrl $InternalPowerShellUrl -DomainController $RoleDomainController -BasicAuthentication:$false -WindowsAuthentication:$false -RequireSSL:$false;
          }
          else
          {
            update-PowerShellVirtualDirectoryVersion -DomainController $RoleDomainController;
            Set-PowerShellVirtualDirectory $vdirName -InternalUrl $InternalPowerShellUrl -DomainController $RoleDomainController -WindowsAuthentication:$false -RequireSSL:$false;
          }
       
[01/02/2013 19:11:29.0066] [2] Active Directory session settings for 'Get-PowerShellVirtualDirectory' are: View Entire Forest: 'True', Configuration Domain Controller: 'Exchange.BGCC.local', Preferred Global Catalog: 'Exchange.BGCC.local', Preferred Domain Controllers: '{ Exchange.BGCC.local }'
[01/02/2013 19:11:29.0066] [2] Beginning processing get-PowerShellVirtualDirectory -Server:'Exchange.BGCC.local' -DomainController:'Exchange.BGCC.local'
[01/02/2013 19:11:29.0082] [2] Searching objects "Exchange.BGCC.local" of type "Server" under the root "$null".
[01/02/2013 19:11:29.0082] [2] Previous operation run on domain controller 'Exchange.BGCC.local'.
[01/02/2013 19:11:29.0082] [2] Searching objects of type "ADPowerShellVirtualDirectory" with filter "$null", scope "SubTree" under the root "EXCHANGE".
[01/02/2013 19:11:29.0129] [2] Previous operation run on domain controller 'Exchange.BGCC.local'.
[01/02/2013 19:11:29.0129] [2] Preparing to output objects. The maximum size of the result set is "unlimited".
[01/02/2013 19:11:29.0191] [2] [WARNING] IIS://EXCHANGE.BGCC.local/W3SVC/1/ROOT/PowerShell wasn't found. Please make sure you've typed it correctly.
[01/02/2013 19:11:29.0207] [2] Ending processing get-PowerShellVirtualDirectory
[01/02/2013 19:11:29.0207] [2] Active Directory session settings for 'Update-PowerShellVirtualDirectoryVersion' are: View Entire Forest: 'True', Configuration Domain Controller: 'Exchange.BGCC.local', Preferred Global Catalog: 'Exchange.BGCC.local', Preferred Domain Controllers: '{ Exchange.BGCC.local }'
[01/02/2013 19:11:29.0207] [2] Beginning processing update-PowerShellVirtualDirectoryVersion -DomainController:'Exchange.BGCC.local'
[01/02/2013 19:11:29.0207] [2] Searching objects "Exchange.BGCC.local" of type "Server" under the root "$null".
[01/02/2013 19:11:29.0222] [2] Previous operation run on domain controller 'Exchange.BGCC.local'.
[01/02/2013 19:11:29.0222] [2] Ending processing update-PowerShellVirtualDirectoryVersion
[01/02/2013 19:11:29.0238] [2] Active Directory session settings for 'Set-PowerShellVirtualDirectory' are: View Entire Forest: 'True', Configuration Domain Controller: 'Exchange.BGCC.local', Preferred Global Catalog: 'Exchange.BGCC.local', Preferred Domain Controllers: '{ Exchange.BGCC.local }'
[01/02/2013 19:11:29.0238] [2] Beginning processing Set-PowerShellVirtualDirectory -InternalUrl:'http://exchange.bgcc.local/powershell' -DomainController:'Exchange.BGCC.local' -WindowsAuthentication:'False' -RequireSSL:'False' -Identity:'Exchange.BGCC.local\PowerShell (Default Web Site)'
[01/02/2013 19:11:29.0238] [2] Searching objects "Exchange.BGCC.local\PowerShell (Default Web Site)" of type "ADPowerShellVirtualDirectory" under the root "$null".
[01/02/2013 19:11:29.0269] [2] Previous operation run on domain controller 'Exchange.BGCC.local'.
[01/02/2013 19:11:29.0285] [2] Processing object "EXCHANGE\PowerShell (Default Web Site)".
[01/02/2013 19:11:29.0316] [2] The properties changed on the object 'PowerShell (Default Web Site)' (CN=PowerShell (Default Web Site),CN=HTTP,CN=Protocols,CN=EXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=BGCC,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=BGCC,DC=local) are: "{ InternalAuthenticationMethods[msExchInternalAuthenticationMethods]={  }, ExternalAuthenticationMethods[msExchExternalAuthenticationMethods]={  } }".
[01/02/2013 19:11:29.0316] [2] Saving object "EXCHANGE\PowerShell (Default Web Site)" of type "ADPowerShellVirtualDirectory" and state "Changed".
[01/02/2013 19:11:29.0316] [2] Previous operation run on domain controller 'Exchange.BGCC.local'.
[01/02/2013 19:11:29.0316] [2] Authentication settings are being applied on the IIS virtual directory "IIS://EXCHANGE.BGCC.local/W3SVC/1/ROOT/PowerShell".
[01/02/2013 19:11:29.0378] [2] [ERROR] Unexpected Error
[01/02/2013 19:11:29.0378] [2] [ERROR] A failure occurred while trying to update metabase properties.
[01/02/2013 19:11:29.0394] [2] [ERROR] The system cannot find the path specified.

[01/02/2013 19:11:29.0394] [2] Ending processing Set-PowerShellVirtualDirectory
[01/02/2013 19:11:29.0394] [1] The following 1 error(s) occurred during task execution:
[01/02/2013 19:11:29.0394] [1] 0.  ErrorRecord: A failure occurred while trying to update metabase properties.
[01/02/2013 19:11:29.0394] [1] 0.  ErrorRecord: Microsoft.Exchange.Data.Common.LocalizedException: A failure occurred while trying to update metabase properties. ---> System.Runtime.InteropServices.COMException (0x80070003): The system cannot find the path specified.

   at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
   at System.DirectoryServices.DirectoryEntry.Bind()
   at System.DirectoryServices.DirectoryEntry.get_AdsObject()
   at System.DirectoryServices.PropertyValueCollection.PopulateList()
   at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
   at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
   at Microsoft.Exchange.Management.Metabase.IisUtility.SetAuthenticationMethod(DirectoryEntry virtualDirectory, AuthenticationMethodFlags method, Boolean value)
   at Microsoft.Exchange.Management.SystemConfigurationTasks.ExchangeServiceVDirHelper.SetIisVirtualDirectoryAuthenticationMethods(ADExchangeServiceVirtualDirectory virtualDirectory, String metabasePath)
   at Microsoft.Exchange.Management.SystemConfigurationTasks.ExchangeServiceVDirHelper.SetSplitVirtualDirectoryAuthenticationMethods(ADExchangeServiceVirtualDirectory virtualDirectory, String nego2Path, TaskErrorLoggingDelegate errorHandler, LocalizedString errorMessage)
   --- End of inner exception stack trace ---
[01/02/2013 19:11:29.0394] [1] [ERROR] The following error was generated when "$error.Clear();
          $vdirName = "PowerShell (Default Web Site)";
          $InternalPowerShellUrl="http://" + $RoleFqdnOrName + "/powershell";
          $vdir = get-PowerShellVirtualDirectory -server $RoleFqdnOrName -DomainController $RoleDomainController | where { $_.Name -eq $vdirName };
          if ($vdir -eq $null)
          {
            $vdirName = "PowerShell";
            new-PowerShellVirtualDirectory $vdirName -InternalUrl $InternalPowerShellUrl -DomainController $RoleDomainController -BasicAuthentication:$false -WindowsAuthentication:$false -RequireSSL:$false;
          }
          else
          {
            update-PowerShellVirtualDirectoryVersion -DomainController $RoleDomainController;
            Set-PowerShellVirtualDirectory $vdirName -InternalUrl $InternalPowerShellUrl -DomainController $RoleDomainController -WindowsAuthentication:$false -RequireSSL:$false;
          }
        " was run: "A failure occurred while trying to update metabase properties.".
[01/02/2013 19:11:29.0394] [1] [ERROR] A failure occurred while trying to update metabase properties.
[01/02/2013 19:11:29.0394] [1] [ERROR] The system cannot find the path specified.

[01/02/2013 19:11:29.0394] [1] [ERROR-REFERENCE] Id=PowerShellComponent___0933481a46d24e77abfdf174e8240b80 Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
[01/02/2013 19:11:29.0394] [1] Setup is stopping now because of one or more critical errors.
[01/02/2013 19:11:29.0394] [1] Finished executing component tasks.
[01/02/2013 19:11:29.0441] [1] Ending processing Install-BridgeheadRole

 


Viewing all articles
Browse latest Browse all 19214

Trending Articles