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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL 2k installation issue

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-02-13 : 07:48:43
Cris writes "I've tried to install SQL 2k EE on win2k.
Once I,ve succeeded.
After a while I've got an error message and I've tried to uninstalled and installed again.
At the end of the installation process,I got an error message in sqlstp.log, every time I try to re-install sql 2k.
I've tried to delete MS SQL folder that was created ... same error
What I have to do in order to install again sql 2k ?????
Is this possible?????????
Any help would be appreciate
Thx Cris



sqlstp.log :


.......
.......
.......


Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=PC-HOME;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][Named Pipes]Connection broken.
[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (GetOverLappedResult()).
driver={sql server};server=PC-HOME;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][Named Pipes]Connection broken.
[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (GetOverLappedResult()).
driver={sql server};server=PC-HOME;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][Named Pipes]Connection broken.
[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (GetOverLappedResult()).
SQL Server configuration failed. "

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2002-02-13 : 13:02:21
Is this on Windows 2000 Professional or Server? I don't believe you can install SQL 2K EE on Pro, but I think there is a desktop or personal edition that will.

If you're on Win2K Server or AS, then I'd look into the network library. Your error message is referencing Named Pipes, but many systems are setup to use TCP/IP.

------------------------
GENERAL-ly speaking...
Go to Top of Page
   

- Advertisement -