https://bugs.winehq.org/show_bug.cgi?id=42792
Bug ID: 42792 Summary: SQL Server 2012/2014: Installer requires ChangeServiceConfig2 with SERVICE_CONFIG_SERVICE_SID_INFO support Product: Wine Version: 2.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: pgkos.bugzilla@yahoo.com Distribution: ArchLinux
Currently, during the installation of SQL Server 2012 or 2014, the setup fails during the configuration of the SqlWriter component, because ChangeServiceConfig2 (svcctl_ChangeServiceConfig2W) does not implement SERVICE_CONFIG_SERVICE_SID_INFO.
Relevant part of SqlWriter_Cpu32_1.log:
Doing Action: Do_sqlServiceSidType PerfTime Start: Do_sqlServiceSidType : Sun Apr 09 11:15:55 2017 <Func Name='Do_sqlServiceSidType'> SQLWriter Configuring service: Name: SQLWriter SID type: 0x1 Failed: Unable to set the SID type for service SQLWriter to 1. Error code: 124. Error Code: 0x80077377 (29559) Windows Error Text: Source File Name: sqlca\sqlsddlca.cpp Compiler Timestamp: Fri Feb 10 17:29:21 2012 Function Name: ExceptionInSDDL Source Line Number: 65
Error Code: 29559 1: 29559 2: SQLWriter 3: pgkos <Failure Type='Fatal' Error='29559'> <EndFunc Name='LaunchFunction' Return='29559' GetLastError='0'> 1: 29528 2: Setting Service SID Type 3: Installation failed.
https://bugs.winehq.org/show_bug.cgi?id=42792
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- I think I can confirm this bug./
Revit Installer also tries to install Microsoft SQL Server 2014 (SP1) halfway the installation process and then errors out.
I found the msi in drive_c/users/louis/Temp/_AI3d96.tmp/3rdParty/x64/Sql (or installationfolder Autodesk/Revit_2019_G1_Win_64bit_dlm/3rdParty/x64/Sql):
sha1sum SqlLocalDB.msi e95ad1ecabe78a2d03aa268d70fb0d928ccea2a4 SqlLocalDB.msi
Manually trying to run it:
0052:fixme:service:svcctl_ChangeServiceConfig2W level 5 not implemented 003f:fixme:msi:get_internal_error_message missing error message 29559 0009:err:msi:execute_script Execution of script 0 halted; action L"[1\00010\00010\0001Setting Service SID Type\000150000\0001SQLWriter\00011\0001<=>S-1-5-21-0-0-0-1000<=>{52EBC484-44A1-4DC5-824A-0A503735ABD8}]Do_sqlServiceSidType_64" returned 1603 0009:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0009:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
https://bugs.winehq.org/show_bug.cgi?id=42792
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|SQL Server 2012/2014: |SQL Server 2012/2014: |Installer requires |Installer requires |ChangeServiceConfig2 with |ChangeServiceConfig2 with |SERVICE_CONFIG_SERVICE_SID_ |SERVICE_CONFIG_SERVICE_SID_ |INFO support |INFO support (also affects | |Revit installer) Keywords| |download
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- added some info to title + download keyword
I guess there must be simpler and smaller download somewhere, but free trial for autodesk is at https://www.autodesk.com/education/free-software/revit
https://bugs.winehq.org/show_bug.cgi?id=42792
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.microsoft.com/e | |n-US/download/details.aspx? | |id=29062 Keywords| |Installer Hardware|x86 |x86-64 CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Louis,
--- quote --- I guess there must be simpler and smaller download somewhere, --- quote ---
well, the most obvious download would be the official Microsoft SQL Server 2012 (Express) installation package ;-)
https://www.microsoft.com/en-US/download/details.aspx?id=29062
Direct link:
https://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F695...
Yes, the express installers for 2012 and 2014 exhibit the same problem.
$ sha1sum SQLEXPR_x64_ENU.exe de4561d5caa761a5d1daa0d305f4fecedc6a0d39c SQLEXPR_x64_ENU.exe
$ du -sh SQLEXPR_x64_ENU.exe 133M SQLEXPR_x64_ENU.exe
$ wine --version wine-3.19-222-g089d14c245
Regards
https://bugs.winehq.org/show_bug.cgi?id=42792
Falko Menge mail@falko-menge.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@falko-menge.de
https://bugs.winehq.org/show_bug.cgi?id=42792
oksana.a.tkachenko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |oksana.a.tkachenko@gmail.co | |m
--- Comment #4 from oksana.a.tkachenko@gmail.com --- When I try to install Microsoft® SQL Server® 2012 Express LocalDB, I get the same bug:
0034:fixme:service:QueryServiceConfig2W Level 6 not implemented 003e:fixme:service:svcctl_ChangeServiceConfig2W level 5 not implemented 0044:fixme:msi:get_internal_error_message missing error message 29559 0009:err:msi:execute_script Execution of script 0 halted; action L"[1\00010\00010\0001Setting Service SID Type\000150000\0001SQLWriter\00011\0001<=>S-1-5-21-0-0-0-1000<=>{E75776B2-EAE5-42F9-A800-0A10763DEDF0}]Do_sqlServiceSidType_64" returned 1603 0009:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0009:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Doesn't matter what I click - Abort, Retry or Ignore - it still rolls back the installation.
Wine version 4.10 (Staging).
https://bugs.winehq.org/show_bug.cgi?id=42792
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
Adding stable links from Internet Archive:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=53167 ("Microsoft SQL Server 2014 Service Pack 2 (SP2) Express")
https://web.archive.org/web/20200122232827/https://download.microsoft.com/do...
https://web.archive.org/save/https://download.microsoft.com/download/2/A/5/2...
$ sha1sum SQLEXPR_x* 34d7f2bbaf9452a41164156ec37b9a42f814390c SQLEXPR_x64_ENU.exe 43045a8a5163bab7f103411c4d7f9beb70bed225 SQLEXPR_x86_ENU.exe
$ du -sh SQLEXPR_x* 312M SQLEXPR_x64_ENU.exe 275M SQLEXPR_x86_ENU.exe
$ wine --version wine-5.0-40-g84f2ce5139
Regards