It looks to me that the error is still in the version 10.9.1
The AI installer works ok on all platforms except Win 2008 SP2 x86. When to comes to update IIS configuration it fails.
Here is a piece of log file about the IIS action failing. Please let me know how can we proceed and fix the issue.
Thx
Code: Select all
Action start 7:32:24: AI_IIsInstall.
MSI (s) (68:4C) [07:32:24:063]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIF677.tmp, Entrypoint: OnIIsInstall
MSI (s) (68!FC) [07:32:24:083]: Note: 1: 2205 2: 3: AI_IIsCertificate
MSI (s) (68!FC) [07:32:24:083]: Note: 1: 2228 2: 3: AI_IIsCertificate 4: SELECT * FROM `AI_IIsCertificate`
MSI (s) (68!FC) [07:32:24:120]: Note: 1: 2205 2: 3: AI_ISAPIFilter
MSI (s) (68!FC) [07:32:24:120]: Note: 1: 2228 2: 3: AI_ISAPIFilter 4: SELECT * FROM `AI_ISAPIFilter`
MSI (s) (68!FC) [07:32:24:121]: Note: 1: 2205 2: 3: AI_IIsApplicationMapping
MSI (s) (68!FC) [07:32:24:121]: Note: 1: 2228 2: 3: AI_IIsApplicationMapping 4: SELECT * FROM `AI_IIsApplicationMapping`
MSI (s) (68!FC) [07:32:24:121]: Note: 1: 2205 2: 3: AI_IIsMime
MSI (s) (68!FC) [07:32:24:121]: Note: 1: 2228 2: 3: AI_IIsMime 4: SELECT * FROM `AI_IIsMime`
MSI (s) (68!FC) [07:32:24:121]: Note: 1: 2205 2: 3: AI_IIsHttpHeader
MSI (s) (68!FC) [07:32:24:121]: Note: 1: 2228 2: 3: AI_IIsHttpHeader 4: SELECT * FROM `AI_IIsHttpHeader`
MSI (s) (68!FC) [07:32:24:122]: Note: 1: 2205 2: 3: AI_IIsHttpError
MSI (s) (68!FC) [07:32:24:122]: Note: 1: 2228 2: 3: AI_IIsHttpError 4: SELECT * FROM `AI_IIsHttpError`
MSI (s) (68!FC) [07:32:24:122]: Note: 1: 2205 2: 3: AI_IIsCertificate
MSI (s) (68!FC) [07:32:24:122]: Note: 1: 2228 2: 3: AI_IIsCertificate 4: SELECT * FROM `AI_IIsCertificate`
MSI (s) (68!FC) [07:32:24:122]: Note: 1: 2205 2: 3: AI_IIsCustomProperties
MSI (s) (68!FC) [07:32:24:122]: Note: 1: 2228 2: 3: AI_IIsCustomProperties 4: SELECT * FROM `AI_IIsCustomProperties` ORDER BY `Order`
MSI (s) (68!FC) [07:32:24:122]: PROPERTY CHANGE: Adding AI_IIsRollback property. Its value is 'ProductNameDell Change Auditor Web Client (x86)ProductCode{E18A5203-B6A0-4DE6-AF3C-0D78A73A3269}IISOPENMMCIISBACKUPAFTERIISINSTALLPOLICYOVERWRITE0Dell Change Auditor Web Client AppPool14209v4.0-1-1-1-1-1-1-1-1-11-1-1-1-1-10C:\Program Files\Dell\ChangeAuditor\149769513index.html, index.htm, default.htmDefault Web Site:80:01C:\Program Files\Dell\ChangeAuditor\WebClient\149761513index.html, index.htm, default.htmDell Change Auditor Web Client AppPool4.0.30319:81:01C:\Program Files\Dell\ChangeAuditor\WebClient\161985513Dell Change Auditor Web Client AppPool4.0.30319ChangeAuditor1'.
MSI (s) (68!FC) [07:32:24:123]: Doing action: AI_IIsRollback
Action 7:32:24: AI_IIsRollback. Rolling back IIS configuration
as suggested here I replaced the original dll with the debug one, and in log I see the fails when creating the web-site.
here is a piece of log that shows this
Code: Select all
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:482] -> IIS::AHAProcessor::GetProperty() | [INFO] Trying to get 'protocol' property of 'binding' element.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:516] -> IIS::AHAProcessor::GetProperty() | [OK] Found property protocol; has VT=0 and Value=''.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:551] -> IIS::AHAProcessor::SetProperty() | [INFO] Try to set Prop. 'protocol' to val 'http' (vt=8) for 'binding' Elem..
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:578] -> IIS::AHAProcessor::SetProperty() | [OK] 'protocol' property succesfully set.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\AHAProcessor.cpp:204] -> IIS::AHAProcessor::UpdateProperties() | [OK] UpdateProperties of 'binding' Element successfully completed. 2 properties have been updated.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\AHAProcessor.cpp:88] -> IIS::AHAProcessor::CreateCollectionElement() | [OK] Collection element 'binding' successfully created.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:482] -> IIS::AHAProcessor::GetProperty() | [INFO] Trying to get 'id' property of 'site' element.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:516] -> IIS::AHAProcessor::GetProperty() | [OK] Found property id; has VT=0 and Value=''.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:551] -> IIS::AHAProcessor::SetProperty() | [INFO] Try to set Prop. 'id' to val '2' (vt=19) for 'site' Elem..
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:578] -> IIS::AHAProcessor::SetProperty() | [OK] 'id' property succesfully set.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:482] -> IIS::AHAProcessor::GetProperty() | [INFO] Trying to get 'limits/connectionTimeout' property of 'site' element.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:516] -> IIS::AHAProcessor::GetProperty() | [OK] Found property limits/connectionTimeout; has VT=21 and Value='1200000000'.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:551] -> IIS::AHAProcessor::SetProperty() | [INFO] Try to set Prop. 'limits/connectionTimeout' to val '00:00:00' (vt=8) for 'site' Elem..
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:578] -> IIS::AHAProcessor::SetProperty() | [OK] 'limits/connectionTimeout' property succesfully set.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:482] -> IIS::AHAProcessor::GetProperty() | [INFO] Trying to get 'name' property of 'site' element.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:516] -> IIS::AHAProcessor::GetProperty() | [OK] Found property name; has VT=0 and Value=''.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:551] -> IIS::AHAProcessor::SetProperty() | [INFO] Try to set Prop. 'name' to val '' (vt=8) for 'site' Elem..
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:576] -> IIS::AHAProcessor::SetProperty() | [ERR] Cannot put property value.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [e:\branch104\custact\iis\src\iis\AHAProcessor.h:576] -> IIS::AHAProcessor::SetProperty() | Win32 Error: [ COM Error [0x8007000d]: (The data is invalid.)]
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\AHAProcessor.cpp:190] -> IIS::AHAProcessor::UpdateProperties() | [ERR] Cannot set property. Aborting..
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\AHAProcessor.cpp:190] -> IIS::AHAProcessor::UpdateProperties() | Win32 Error: [ COM Error [0xffffffff]: (Unknown error 0xFFFFFFFF)]
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\AHAProcessor.cpp:73] -> IIS::AHAProcessor::CreateCollectionElement() | [ERR] Cannot set property. Aborting..
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\AHAProcessor.cpp:73] -> IIS::AHAProcessor::CreateCollectionElement() | Win32 Error: [ COM Error [0xffffffff]: (Unknown error 0xFFFFFFFF)]
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\IISCore2.cpp:505] -> IIS::IISCore2::InstallWebSite() | [ERR] Cannot create new collection element.
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\IISCore2.cpp:505] -> IIS::IISCore2::InstallWebSite() | Win32 Error: [ COM Error [0xffffffff]: (Unknown error 0xFFFFFFFF)]
# 2014-04-24 @07:50:39 [PID=4112|Thread=4364] [..\src\iis\IISData.cpp:382] -> IIS::IIsData::SaveEntityInfo() | SaveEntityInfo: WEBSITE[1] - SKIPPED - ResolvedName: ; Data: 0;
# 2014-04-24 @07:50:42 [PID=4112|Thread=4364] [..\src\Main.cpp:396] -> OnIIsConfig() | OnIIsConfig end.
# 2014-04-24 @07:50:42 [PID=4112|Thread=4364] [..\src\iis\WebCertificateMgr.cpp:30] -> IIS::WebCertificateMgr::~WebCertificateMgr() | Cleaning-up the web certificate temporary cache...
<< Advanced Installer (x86) Log >>
<< OS Version: MajorVersion: 6; MinorVersion: 0; BuildNumber: 6002; PlatformId: 2; CSDVersion: Service Pack 2; ServicePackMajor: 2; ServicePackMinor: 0; SuiteMask: 274; ProductType: 3; >>