Hello,
I'm struggling with the SQL installation. It's failing while trying to install database engine services with the following error:
Feature: Database Engine ServicesStatus: Failed: see logs for details
Reason for failure: An error occurred during the setup process of the feature.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x84BB0001
Error description: Zadaný ovladač není správný.
Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0x476BF04A%400xDC80C325&EvtType=0x476BF04A%400xDC80C325
The error description can be translated as "The specified driver is invalid."
Here is some detailed description of the error:
PerfCounter munging INI tempate: 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\sqlctr.ini' -> 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\perf-MSSQLSERVERsqlctr.ini'(01) 2014-06-17 16:44:25 Slp: Sco: Attempting to replace string in file, source file 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\sqlctr.ini', output file 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\perf-MSSQLSERVERsqlctr.ini'
(01) 2014-06-17 16:44:25 Slp: PerfCounter calling lodctr: 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\perf-MSSQLSERVERsqlctr.ini'
(01) 2014-06-17 16:44:25 Slp: Prompting user if they want to retry this action due to the following failure:
(01) 2014-06-17 16:44:25 Slp: ----------------------------------------
(01) 2014-06-17 16:44:25 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2014-06-17 16:44:25 Slp: Inner exceptions are being indented
(01) 2014-06-17 16:44:25 Slp:
(01) 2014-06-17 16:44:25 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
(01) 2014-06-17 16:44:25 Slp: Message:
(01) 2014-06-17 16:44:25 Slp: Zadaný ovladač není správný.
(01) 2014-06-17 16:44:25 Slp:
(01) 2014-06-17 16:44:25 Slp: HResult : 0x84bb0001
(01) 2014-06-17 16:44:25 Slp: FacilityCode : 1211 (4bb)
(01) 2014-06-17 16:44:25 Slp: ErrorCode : 1 (0001)
(01) 2014-06-17 16:44:25 Slp: Data:
(01) 2014-06-17 16:44:25 Slp: WatsonData = perf-MSSQLSERVER-sqlctr11.1.3000.0.dll@OpenSQLPerformanceData@CollectSQLPerformanceData@CloseSQLPerformanceData
(01) 2014-06-17 16:44:25 Slp: DisableRetry = true
(01) 2014-06-17 16:44:25 Slp: Inner exception type: System.ComponentModel.Win32Exception
(01) 2014-06-17 16:44:25 Slp: Message:
(01) 2014-06-17 16:44:25 Slp: Zadaný ovladač není správný.
(01) 2014-06-17 16:44:25 Slp:
(01) 2014-06-17 16:44:25 Slp: HResult : 0x80004005
(01) 2014-06-17 16:44:25 Slp: Error : 2001
(01) 2014-06-17 16:44:25 Slp: Stack:
(01) 2014-06-17 16:44:25 Slp: at Microsoft.SqlServer.Configuration.Sco.PerformanceCounter.LoadPerformanceCounter(String symbolInstallPath, String counterPrefixServiceName)
(01) 2014-06-17 16:44:25 Slp: at Microsoft.SqlServer.Configuration.Sco.PerformanceCounter.RegisterPerformanceCounterCore(String libraryFileName, String openFunction, String collectionFunction, String closeFunction, String symbolInstallPath, String counterPrefixServiceName)
(01) 2014-06-17 16:44:25 Slp: at Microsoft.SqlServer.Configuration.Sco.PerformanceCounter.RegisterPerformanceCounter(String libraryFileName, String openFunction, String collectionFunction, String closeFunction, String symbolInstallPath, String counterPrefixServiceName)
Any advice is appreciated. So far i've come to another posts using lodctr /r but that doesn't fix it.