Hi,
I encountered the following error:"An IIS directory entry couldn't be created. The error message is Server execution failed" when upgrade our in house Exchange 2013 Standard RTM to CU6. both DC & Exchange are running on Win Server 2012 64 bits. Can someone please advise how do resolve it? thanks you.
[09/08/2015 09:23:28.0807] [2] Active Directory session settings for 'precompile-ManagedBinary' are: View Entire Forest: 'True', Configuration Domain Controller: 'DC01.halcyoninvestcorp.com', Preferred Global Catalog: 'DC01.halcyoninvestcorp.com', Preferred Domain Controllers: '{ DC01.halcyoninvestcorp.com }'[09/08/2015 09:23:28.0807] [2] User specified parameters: -BinaryName:'D:\Microsoft\Exchange Server\V15\bin\microsoft.exchange.servicehost.exe'
[09/08/2015 09:23:28.0807] [2] Beginning processing precompile-ManagedBinary
[09/08/2015 09:23:28.0822] [2] Starting: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe with arguments: install "D:\Microsoft\Exchange Server\V15\bin\microsoft.exchange.servicehost.exe" /nologo /verbose
[09/08/2015 09:23:30.0401] [2] Process standard output: Installing assembly D:\Microsoft\Exchange Server\V15\bin\microsoft.exchange.servicehost.exe
Failed to load dependency BihConsumerInterop of assembly Microsoft.Ceres.InteractionEngine.Processing.BuiltIn, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Failed to load dependency BihConsumerInterop of assembly Microsoft.Ceres.SearchCore.Query.MarsLookupComponent, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Failed to load dependency BihConsumerInterop of assembly Microsoft.Ceres.SearchCore.Utils, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Failed to load dependency BihConsumerInterop of assembly Microsoft.Ceres.ContentEngine.Processing.BuiltIn, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Failed to load dependency Microsoft.Management.OData of assembly Microsoft.Exchange.Configuration.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Failed to load dependency Microsoft.Passport.RPS of assembly Microsoft.Exchange.Security, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
All compilation targets are up to date.
[09/08/2015 09:23:30.0401] [2] Process standard error:
[09/08/2015 09:23:30.0401] [2] Ending processing precompile-ManagedBinary
[09/08/2015 09:23:30.0401] [1] Executing:
if (!(get-service MSExchangeServiceHost* | where {$_.name -eq "MSExchangeServiceHost"}))
{
install-ServiceHost
}
[09/08/2015 09:23:30.0416] [1] Processing component 'BridgeheadExchangeCertificate' (Installing Microsoft Exchange Hub Transport certificates).
[09/08/2015 09:23:30.0416] [1] Executing:
Install-ExchangeCertificate -services IIS -DomainController $RoleDomainController
if ($RoleIsDatacenter -ne $true -And $RoleIsPartnerHosted -ne $true)
{
Install-AuthCertificate -DomainController $RoleDomainController
}
[09/08/2015 09:23:30.0416] [2] Active Directory session settings for 'Install-ExchangeCertificate' are: View Entire Forest: 'True', Configuration Domain Controller: 'DC01.halcyoninvestcorp.com', Preferred Global Catalog: 'DC01.halcyoninvestcorp.com', Preferred Domain Controllers: '{ DC01.halcyoninvestcorp.com }'
[09/08/2015 09:23:30.0416] [2] User specified parameters: -Services:'IIS' -DomainController:'DC01.halcyoninvestcorp.com'
[09/08/2015 09:23:30.0416] [2] Beginning processing Install-ExchangeCertificate
[09/08/2015 09:28:39.0410] [2] [ERROR] An IIS directory entry couldn't be created. The error message is Server execution failed
. HResult = -2146959355
[09/08/2015 09:28:39.0410] [2] [ERROR] Server execution failed
.
Directory Path: IIS://localhost/W3SVC/1
Detail:
server name: MAIL.halcyoninvestcorp.com
local machine name: MAIL
local machine fqdn: mail.halcyoninvestcorp.com
[09/08/2015 09:28:39.0410] [2] [ERROR] Server execution failed
- Edited by Edwin Ng Thursday, September 10, 2015 9:25 AM