I handled a problem with a SQL Server database, but the SQL Server trial expired on my computer. So I want to reinstall a copy.
However, several times, the installation of the server at the end of the site prompted the installation was unsuccessful, and let me see Sqlstp.log.
After looking at the file, I found the inside hint:
Driver={sql server};server=********; Uid=sa; pwd=;d Atabase=master
[ODBC Driver Manager] does not find a data source
Driver={sql server};server=********; Uid=sa; pwd=;d Atabase=master
[ODBC Driver Manager] does not find a data source
Driver={sql server};server=********; Uid=sa; pwd=;d Atabase=master
[ODBC Driver Manager] does not find a data source
SQL Server configuration?
###############################################################################
14:49:23 Process Exit Code: (-1)
14:49:31 Setup failed to configure the server. Refer to the server error log and C:windowssqlstp.log for more information.
14:49:31 Action Cleanupinstall:
14:49:31 c:windowstempsqlsetupbinscm.exe-silent 1-action 4-service SQLServerAgent
14:49:32 Process Exit Code: (1060) The specified service does not exist with the installed service.
There are many ways to attempt to delete files and registry that are mentioned on the web, and are not installed.
Finally, a statement that the registry ODBC was deleted caused. So did it, and sure enough, the installation was successful.
odbcconf.exe/s/lv odbcconf.log/f%SYSTEMROOT%SYSTEM32MDACCORE.RSP
odbcconf.exe/s/lv odbcconf.log/f%SYSTEMROOT%SYSTEM32SQLCLNT.RSP
odbcconf.exe/s/lv odbcconf.log/f%SYSTEMROOT%SYSTEM32ODBCCONF.RSP
odbcconf.exe/s/lv odbcconf.log/f%SYSTEMROOT%SYSTEM32REDIST.RSP
After executing the command under CMD, reinstall it.