I am trying to install SQL 2012 Enterprise edition (standalone) on Windows 2008 R2 SP1. My installation is failing. I am seeing following error.
(04) 2013-12-12 16:40:12 Slp: The directory monitor thread is interrupted due to the following exception while monitoring the notifications for directory 'C:\Program Files\Microsoft SQL Server\'
(04) 2013-12-12 16:40:12 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(04) 2013-12-12 16:40:12 Slp: Inner exceptions are being indented
(04) 2013-12-12 16:40:12 Slp:
(04) 2013-12-12 16:40:12 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.MonitorThreadInterruptedException
(04) 2013-12-12 16:40:12 Slp: Message:
(04) 2013-12-12 16:40:12 Slp: The directory monitor thread is interrupted. Message: 'The directory monitor thread is interrupted due to a StopMonitor call.'
(04) 2013-12-12 16:40:12 Slp: HResult : 0x86a40016
(04) 2013-12-12 16:40:12 Slp: FacilityCode : 1700 (6a4)
(04) 2013-12-12 16:40:12 Slp: ErrorCode : 22 (0016)
(04) 2013-12-12 16:40:12 Slp: Data:
(04) 2013-12-12 16:40:12 Slp: ErrorMessage = The directory monitor thread is interrupted due to a StopMonitor call.
(04) 2013-12-12 16:40:12 Slp: WatsonData = Microsoft.SqlServer.Configuration.Sco.MonitorThreadInterruptedException@22
(04) 2013-12-12 16:40:12 Slp: Stack:
(04) 2013-12-12 16:40:12 Slp: at Microsoft.SqlServer.Configuration.Sco.DirectoryMonitor.Monitor()
(05) 2013-12-12 16:40:17 Slp: The directory monitor thread is interrupted due to the following exception while monitoring the notifications for directory 'C:\Program Files (x86)\Microsoft SQL Server\'
(05) 2013-12-12 16:40:17 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(05) 2013-12-12 16:40:17 Slp: Inner exceptions are being indented
(05) 2013-12-12 16:40:17 Slp:
(05) 2013-12-12 16:40:17 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.MonitorThreadInterruptedException
(05) 2013-12-12 16:40:17 Slp: Message:
(05) 2013-12-12 16:40:17 Slp: The directory monitor thread is interrupted. Message: 'The directory monitor thread is interrupted due to a StopMonitor call.'
(05) 2013-12-12 16:40:17 Slp: HResult : 0x86a40016
(05) 2013-12-12 16:40:17 Slp: FacilityCode : 1700 (6a4)
(05) 2013-12-12 16:40:17 Slp: ErrorCode : 22 (0016)
(05) 2013-12-12 16:40:17 Slp: Data:
(05) 2013-12-12 16:40:17 Slp: ErrorMessage = The directory monitor thread is interrupted due to a StopMonitor call.
(05) 2013-12-12 16:40:17 Slp: WatsonData = Microsoft.SqlServer.Configuration.Sco.MonitorThreadInterruptedException@22
(05) 2013-12-12 16:40:17 Slp: Stack:
(05) 2013-12-12 16:40:17 Slp: at Microsoft.SqlServer.Configuration.Sco.DirectoryMonitor.Monitor()
(11) 2013-12-12 16:40:19 Slp: Workflow to execute: 'CALCULATESCENARIO'
(11) 2013-12-12 16:40:19 Slp: ----------------------------------------------------------------------
(11) 2013-12-12 16:40:19 Slp: Running Action: ClearCalculatedState
(11) 2013-12-12 16:40:19 Slp: Completed Action: ClearCalculatedState, returned True
(11) 2013-12-12 16:40:19 Slp: ----------------------------------------------------------------------
(11) 2013-12-12 16:40:19 Slp: Skipping Action: SetUninstallEnableInstallMatchingByInstanceId
(11) 2013-12-12 16:40:19 Slp: Action is being skipped due to the following restrictions:
(11) 2013-12-12 16:40:19 Slp: Condition "Is the user's scenario set to Uninstall" did not pass as it returned false and true was expected.
(11) 2013-12-12 16:40:19 Slp: ----------------------------------------------------------------------
(11) 2013-12-12 16:40:19 Slp: Running Action: SetPackageInstallStateAction
(11) 2013-12-12 16:40:19 Slp: Package ID sql_engine_core_inst_Cpu64: NotInstalled
(11) 2013-12-12 16:40:19 Slp: Package ID sql_engine_core_inst_Cpu32: NotInstalled
(11) 2013-12-12 16:40:19 Slp: Sco: File 'C:\Users\KVangar\Desktop\Enterprise Edition\1028_CHT_LP\x64\setup\sql_engine_core_inst_loc_msi\x64\sql_engine_core_inst_loc.msi' does not exist
(11) 2013-12-12 16:40:19 Slp: Package ID sql_engine_core_inst_loc_Cpu64_1028: NotInstalled
Any Idea what to do?
Thanks in advance