[Bug 17785] New: MSDE fails to register its service(i think).
http://bugs.winehq.org/show_bug.cgi?id=17785 Summary: MSDE fails to register its service(i think). Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs(a)winehq.org ReportedBy: nicklas(a)ws.se Created an attachment (id=20011) --> (http://bugs.winehq.org/attachment.cgi?id=20011) A log of an attempt to run "wine setup.exe SAPWD=XXXXX" after successfully decompressing the installation files. I am quite new to wine and especially it's logging style, but it seems to me that it fails to register its service. However i might obviously be completely wrong. The error(s) occurs while running "wine setup.exe SAPWD=XXXXX" after successfully decompressing the installation files into C:\InstDir\ . I have also tried with the BLANKSAPWD=1 switch. I have no idea of the severity of this bug, however(being a newcomer) I set i to normal, even though I'd suspect a lot of server applications would run into similar issues, which would constitute a "wide range" and a "major" severity. I am also not sure of which component to assign it to. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> 2009-05-16 10:23:37 --- Is there a free download for this application? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 --- Comment #2 from Nicklas Börjesson <nicklas(a)ws.se> 2009-05-16 11:48:31 --- (In reply to comment #1)
Is there a free download for this application?
Here you go, I am not *totally* sure this is the exact file I used, it was a while ago now, but it couldn't be to different: http://www.microsoft.com/downloads/details.aspx?familyid=413744D1-A0BC-479F-... MSDE is the free version of Microsoft SQL server, if that was what you thought of, so it is free(as in beer). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2009-07-13 12:45:45 --- The key lines from that log seem to be err:rpc:I_RpcReceive we got fault packet with status 0x3e6 err:msi:ITERATE_InstallService Failed to create service L"MSSQLSERVER": 998 The next step in tracking these down is usually to run with +msi,+relay or something like that, and find our more detail about what it's trying to do that isn't working. And for posterity, here's the sha1sum, filename, and size for that download: 84967a13671758c9e7cd2b19cdb60cce634cd869 MSDE2000A.exe 44297024 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Summary|MSDE fails to register its |MSDE2000A install fails |service(i think). | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 Nicklas Börjesson <nicklas(a)ws.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.17 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2010-05-29 13:41:00 --- On current Wine a custom action called UndoDisableSqlAgent fails because of a missing registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\SQLServerAgent It should probably have been created earlier by the installer. Adding the key by hand gets it to the next problem, a custom action called ConfigServer failing because EnumDependentServicesW is a stub. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 --- Comment #5 from djelinski1(a)gmail.com 2012-02-24 15:33:10 CST --- Created attachment 39044 --> http://bugs.winehq.org/attachment.cgi?id=39044 log of setup.exe in wine 1.4-rc4 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 djelinski1(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1(a)gmail.com --- Comment #6 from djelinski1(a)gmail.com 2012-02-24 15:36:29 CST --- it seems that setup completes unpacking files and attempts to start the server. However, the server fails to start and after ca. 2 minutes the installation is rolled back. The last message prior to rollback is: err:eventlog:ReportEventW L"SQL Server could not spawn FRunCM thread.\r\n" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 --- Comment #7 from djelinski1(a)gmail.com 2012-03-04 00:54:27 CST --- The original problem is long gone. Created bug 30069 for the current problem -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://www.microsoft.com/do | |wnload/en/details.aspx?id=2 | |2661 CC| |focht(a)gmx.net Resolution| |FIXED Summary|MSDE2000A install fails |Microsoft SQL Server 2000 | |Desktop Engine (MSDE 2000) | |Release A fails to install --- Comment #8 from Anastasius Focht <focht(a)gmx.net> 2012-03-04 02:47:41 CST --- Hello, reported fixed. $ sha1sum MSDE2000A.exe 84967a13671758c9e7cd2b19cdb60cce634cd869 MSDE2000A.exe $ wine --version wine-1.4-rc6-1-ge11565b Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 Anastasius Focht <focht(a)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(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 --- Comment #10 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-03-17 17:19:02 CDT --- Hello, It is possible to start the service by launching installation with the following command line: wine setup.exe sapwd=xxx disablenetworkprotocols=0 However even then the installation is rolled back. Relay log contains repeated attempts to connect to the server via ODBC: 0058:Call odbc32.SQLDriverConnectW(7da12c58,00000000,0033eb28 L"driver={sql server};server=daniel;UID=sa;PWD=;database=master",fffffffd,00000000,00000000,00000000,00000000) ret=00407648 0058:Ret odbc32.SQLDriverConnectW() retval=ffffffff ret=00407648 followed by this error message: 0058:Call ntdll.wcslen(0033e108 L"[unixODBC][Driver Manager]Data source name not found, and no default driver specified") ret=00402685 closely followed by messages stating that server was terminating and InstallFinalize action ended with return value 1603. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785 iav(a)iav.lv changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iav(a)iav.lv -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=17785 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy(a)gmail.com --- Comment #11 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Is it still an issue with the latest wine version (1.7.40 or later)? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=17785 Andrew Cook <ariscop(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ariscop(a)gmail.com --- Comment #12 from Andrew Cook <ariscop(a)gmail.com> --- with disablenetworkprotocols=0 on both wine 1.7.40 and wine-staging 1.7.41 the installer fails, same logging output in both cases. An instance of the db is actually started but quickly killed: 2015-04-20 12:51:08.16 spid3 SQL Server is terminating due to 'stop' request from Service Control Manager. Last couple of err lines from the installer: err:msi:ITERATE_Actions Execution halted, action L"ConfigServer.2D02443E_7002_4C0B_ABC9_EAB2C064397B" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 err:rpc:I_RpcGetBuffer no binding err:rpc:I_RpcGetBuffer no binding err:rpc:I_RpcGetBuffer no binding err:rpc:I_RpcGetBuffer no binding Folder hierarchy is created but no files (sans two dlls in Common Files/System/OLE DB) Seems to be a different failure to the one originally reported though -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=17785 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW Depends on|30069 | URL|http://www.microsoft.com/do |https://web.archive.org/web |wnload/en/details.aspx?id=2 |/20101225105840/http://down |2661 |load.microsoft.com/download | |/d/5/4/d5402c33-65de-4464-9 | |d82-d1de2971d9db/MSDE2000A. | |exe Summary|Microsoft SQL Server 2000 |Microsoft SQL Server 2000 |Desktop Engine (MSDE 2000) |Desktop Engine (MSDE 2000) |Release A installation is |Release A installation is |incomplete |incomplete (using | |'disablenetworkprotocols=0' | |) --- Comment #13 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, adding stable download link via Internet Archive: https://web.archive.org/web/20101225105840/http://download.microsoft.com/dow... $ sha1sum MSDE2000A.exe 84967a13671758c9e7cd2b19cdb60cce634cd869 MSDE2000A.exe $ du -sh MSDE2000A.exe 43M MSDE2000A.exe Obviously still present. Removing dependency to bug 30069 since 'disablenetworkprotocols=0' method is used here. --- snip --- $ pwd /home/focht/.wine/drive_c/MSDERelA $ wine setup.exe sapwd=xxx disablenetworkprotocols=0 ... 0104:err:msi:execute_script Execution of script 0 halted; action L"[xxx<=>S-1-5-21-0-0-0-1000<=>{E09B48B5-E141-427A-AB0C-D3605127224A}]ConfigServer.2D02443E_7002_4C0B_ABC9_EAB2C064397B" returned 1603 0104:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 ... 0104:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 --- snip --- $ wine --version wine-6.21 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla