User1627264588 posted
My web application installation is intermittantly failing with error code 1603 on 2008 R2 with IIS 7 and IIS6 compatibility installed.
Here is an excerpt from the log file:
INFO : [03/15/2013 00:40:14:632] [ApplyWebFolderProperties ]: Getting web folder property token...
INFO : [03/15/2013 00:40:14:632] [ApplyWebFolderProperties ]: Token is '/LM/W3SVC/1/ROOT/FooSite/Services'.
INFO : [03/15/2013 00:40:14:632] [ApplyWebFolderProperties ]: Key path is '/LM/W3SVC/1/ROOT/FooSite/Services'.
INFO : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties ]: Opening key '/LM/W3SVC/1/ROOT/FooSite/Services'.
INFO : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties ]: Opening key '/LM/W3SVC/1/ROOT/FooSite.
INFO : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties ]: Adding key '/Services'.
INFO : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties ]: Closing key...
ERROR : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties ]: FAILED: -2147024864
ERROR : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties ]: FAILED: -2147024864
ERROR : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties ]: Custom Action failed with code: '32'
ERROR : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties ]: Custom Action failed with code: '32'
INFO : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties ]: Custom Action completed with return code: '32'
CustomAction WEBCA_ApplyWebFolderProperties returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
-2147024864 translates as "The process cannot access the file because it is being used by another process".
Which file? Which process? iisreset or net stop iisadmin do not help.