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)
 installation problem

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-03-02 : 07:34:34
Jedrzej writes "Dear Experts,

I have a problem, I am trying to install the sql server 2000. At the end of the whole proccess the installation stops (system cannot connect to the SQL server)and in the log there is the infomation as below:

Connecting to Server ...

driver={sql server};server=JEDRFZEJJ;UID=sa;PWD=;database=master

[Microsoft][ODBC SQL Server Driver][Shared Memory]Encryption not supported on SQL Server

[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (PreLoginHandshake()).

driver={sql server};server=JEDRFZEJJ;UID=sa;PWD=;database=master

[Microsoft][ODBC SQL Server Driver][Shared Memory]Encryption not supported on SQL Server

[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (PreLoginHandshake()).

driver={sql server};server=JEDRFZEJJ;UID=sa;PWD=;database=master

[Microsoft][ODBC SQL Server Driver][Shared Memory]Encryption not supported on SQL Server

[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (PreLoginHandshake()).

SQL Server configuration failed.

###############################################################################

08:48:18 Process Exit Code: (-1)
08:48:26 Setup failed to configure the server. Refer to the server error logs and C:\winnt\sqlstp.log for more information.
08:48:28 Action CleanUpInstall:
08:48:28 C:\winnt\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service SQLSERVERAGENT
08:48:28 Process Exit Code: (1060) The specified service does not exist as an installed service.

08:48:28 C:\winnt\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service MSSQLSERVER
08:48:28 Process Exit Code: (0)
08:48:28 StatsGenerate returned: 2
08:48:28 StatsGenerate (0x0,0x1,0xf000000,0x400,1033,303,0x0,0x1,0,0,0
08:48:28 StatsGenerate -1,Administrator)
08:48:28 Installation Failed.

Please help me what should I change to enable the SQL server to be installed?

Many thanks in advance.
Jedrzej"

raymondpeacock
Constraint Violating Yak Guru

367 Posts

Posted - 2004-03-02 : 08:42:37
A little more info would be useful. What version of SQL Server and what Windows OS for example.


Raymond
Go to Top of Page
   

- Advertisement -