http://bugs.winehq.org/show_bug.cgi?id=17785
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|msi |-unknown Depends on| |30069 Resolution|FIXED | Summary|Microsoft SQL Server 2000 |Microsoft SQL Server 2000 |Desktop Engine (MSDE 2000) |Desktop Engine (MSDE 2000) |Release A fails to install |Release A installation is | |incomplete Ever Confirmed|0 |1
--- Comment #9 from Anastasius Focht focht@gmx.net 2012-03-04 03:22:30 CST --- Hello,
well after investigating bug 30069 I came to conclusion that the install might be still incomplete (although no error is reported from installer itself).
It seems the failing server/service start (bug 30069) results in some dlls not installed.
When you try out the server configuration tool:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft SQL Server/80/Tools/Binn ... $ wine ./cnfgsvr.exe fixme:advapi:RegisterEventSourceW ((null),L"MSSQLSERVER"): stub fixme:service:SetServiceBits 0x125c90 00000004 1 0 ... err:module:import_dll Library SQLUNIRL.dll (which is needed by L"C:\Program Files\Microsoft SQL Server\80\Tools\Binn\cnfgsvr.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Microsoft SQL Server\80\Tools\Binn\cnfgsvr.exe" failed, status c0000135 --- snip ---
The missing dlls can be found in:
--- snip --- $ pwd /home/focht/.wine/drive_c/users/focht/Temp/SqlSetup/Temp ... $ ls -l total 760 -rw-rw-r--. 1 focht focht 29244 Dec 17 2002 dbmslpcn.dll -rw-rw-r--. 1 focht focht 61440 Sep 27 2002 dbnetlib.dll -rw-rw-r--. 1 focht focht 24576 Mar 11 2003 odbcbcp.dll -rw-rw-r--. 1 focht focht 385024 Mar 11 2003 sqlsrv32.dll -rw-rw-r--. 1 focht focht 90112 Aug 11 2002 sqlsrv32.rll -rw-rw-r--. 1 focht focht 180800 Oct 2 2002 SQLUNIRL.dll --- snip ---
Regards