Hi,
I'm trying to install SQL Server 2000 (just the Client Tools) from the
CD. I'm running the 20030911 RPM on RedHat 9 (x86).
autorun.exe works fine, but when it spawns x86\setup\setupsql.exe (or when
I run setupsql.exe myself) I get the following dialog box, and console
error ("Windows" = "win98"):
Dialog Box (apologies for the cheezy ASCII art):
+---------------------------------------+
|Error |
+---------------------------------------+
Setup initialization error.
File not found
Source: 'D:\standard\x86\setup\setup.ins'
Target: 'E:\SqlSetup\Bin\setup.ins'
-----------------------------------------
Console Error:
fixme:file:SetFileAttributesW SetFileAttributes expected the file
L"D:\\standard\\x86\\setup\\setup.ins" to be a directory
fixme:file:SetFileAttributesW
(L"D:\\standard\\x86\\setup\\setup.ins"):4087bb40 attribute(s) not
implemented.
Note that D:\standard\x86\setup\setup.ins exists, but it is a file.
So I tried "Windows" = "win2k", and reran setupsql.exe. I
got a different
error:
Dialog Box:
+-------------------------------------------+
|Fatal SQLSTR.DLL Initialization Error |
+-------------------------------------------+
File: ..\src\procaddr.c, line: 406
NDDEAPI.DLL Could not be loaded, NT Error 126
---------------------------------------------
Console Error:
fixme:ntdll:RtlImpersonateSelf (00000002), stub
fixme:ntdll:NtAccessCheck (0x405a0cf8, 0x34, 00000001, 0x4087d54c,
0x4087d55c, 0x4087d53c, 0x4087d540, 0x4087d534), stub
fixme:advapi:RevertToSelf (), stub
Then winedbg starts.
So I copied over the win2k NDDEAPI.DLL. This time I got a similar error:
Dialog Box:
+----------------------------------------------------------------+
|Fatal SQLSTR.DLL Initialization Error |
+----------------------------------------------------------------+
File: ..\src\procaddr.c, line: 422
GetCurrentHwProfileW entrypoint could not be found in ADVAPI32.DLL
------------------------------------------------------------------
Console Error:
fixme:ntdll:RtlImpersonateSelf (00000002), stub
fixme:ntdll:NtAccessCheck (0x405a0cf8, 0x38, 00000001, 0x4087d54c,
0x4087d55c, 0x4087d53c, 0x4087d540, 0x4087d534), stub
fixme:advapi:RevertToSelf (), stub
Any pointers? Thanks!