Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
grahambo
Starting Member
3 Posts |
Posted - 2007-06-28 : 05:39:56
|
Hi allI am attempting to install SQL Server 2000 on my machine and I am having an issue at the end of the installation when SQL tries to configure and setup the serverIt says SQL was unable to configure server please check the log files. I have done so and below is where the error is happeningdoes anyone have any idea on how to fix this? It installs fine on my other machine it just seems to be this one that is giving me the problem. You should also note that I am installing SQLserver using debug mode due to an MDAC error im getting (I am using windows XP SP2 and the version of SQL is 2000 personal edition).Any info anybody has on this problem is very much appriciatedCheers Grahamsetupsql.log###############################################################################Starting Service ...SQL_Latin1_General_CP1_CI_AS-m -Q -T4022 -T3659Connecting to Server ...driver={sql server};server=KARENSLAPTOP\TEST;UID=sa;PWD=;database=master[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifieddriver={sql server};server=KARENSLAPTOP\TEST;UID=sa;PWD=;database=master[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifieddriver={sql server};server=KARENSLAPTOP\TEST;UID=sa;PWD=;database=master[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedSQL Server configuration failed.############################################################################### |
|
grahambo
Starting Member
3 Posts |
Posted - 2007-06-28 : 09:13:36
|
All,This problem was solved by doing the followingOpen Windows Explorer, Navigate to the Windows Directory then going to the INF folderScroll down to MDAC.inf right click on the file and click install, it will ask you for a windows CDshould fix the problemGraham |
 |
|
|
|
|