Link to home
Start Free TrialLog in
Avatar of LSLGeorgina
LSLGeorgina

asked on

SQL Server 2000 Developers Edition Install on XP Professional Problem

I am installing SQL Server 2000 on XP Professional. The install fails right at the end when it attempts to start the server. I am logged on with administrator rights, have tried various different install options, rebooting,  do not have any other SQL Server versions installed (brand new PC), print services running and am at a loss. Error in sqlstp is:

Latin1_General_CI_AS

-m -Q -T4022 -T3659

Connecting to Server ...

driver={sql server};server=CONV\DATACONV1;UID=sa;PWD=;database=master

[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed

..
SQL Server configuration failed.

Avatar of EugeneZ
EugeneZ
Flag of United States of America image

CONV\DATACONV1 means - you have 2 instances of sql server - see services MSSQL and MSSQL$DATACONV1

Uninstall all sql server instances:
then try installing latest MDAC
first, reboot and then installing SQL Server.
Post result
Avatar of LSLGeorgina
LSLGeorgina

ASKER

I can't see either instance when I go to Services or Add/Remove Programs. Not sure if I'm making an obvious error but it seems to rollback when it fails to install and only change I can see is a new entry in my registry containing a few entries. (eg product key).  I tried creating a named instance during the install as an alternative to the default settings to see if the same error occurred and it did - hence reason for second instance name.
Installed MDAC 2.7, rebooted and then did standard install. Same error:
driver={sql server};server=CONV;UID=sa;PWD=;database=master
[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
ASKER CERTIFIED SOLUTION
Avatar of andy232
andy232
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great! Did everything you suggested and it worked. Thanks!
I am having the same problem (sort of).

Messages are the same, but the server value is my computer name.

Add or Remove programs does NOT show MSDE or MS SQL.  There IS a service called MSSQLServerADHelper.  For that service, the referenced path to the executable does NOT exist.  Does that indicate a failed or incomplete prior removal?

I ran the MDAC component checker and it validated that I am at MDAC 2.8 SP1 on XP Pro SP2, so I believe I'm current.

But I wonder if I should do some cleanup?  I looked in RegEdit (though I'm SCARED to change anything).
   HKEY_CURRENT_USER\Software\Microsoft shows nothing under MS SQL or SQL Server.
   But, under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft, there are several entries:
          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server (no values)
            HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Component Set (no values)
          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer (no values)
            HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client (no values)
              HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib (no values)
                 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib\VIA
                          RecognizedVendors value is Giganet.QLogic
              HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer
                          uptime_pid value is fa0 (Hex)
                          uptime_time_utc value is 58 82 F7 20 7D A0 C5 01
                HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\ExtendedProcedures
                          Xp_regread Allowed Paths has quite a few key name values
                          Xp_regwrite Allowed Paths has several key name values

Also, there's no SQL SERVER key (under Current User), but there is
     HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQL Redist (amd subordinates).

Please advise how I should safely proceed?
One more thing,

I'm just trying to install MSDE, not the Developer Edition.

Jim