[Bug 32048] New: Microsoft SQL Server 2005 Express Edition: SQL Server System Configuration Checker fails (needs unimplemented function unimplemented function xolehlp.dll.DtcGetTransactionManagerExW)
http://bugs.winehq.org/show_bug.cgi?id=32048 Bug #: 32048 Summary: Microsoft SQL Server 2005 Express Edition: SQL Server System Configuration Checker fails (needs unimplemented function unimplemented function xolehlp.dll.DtcGetTransactionManagerExW) Product: Wine Version: 1.5.15 Platform: x86 URL: http://go.microsoft.com/fwlink/?linkid=65212 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: djelinski1(a)gmail.com Classification: Unclassified Continuation from bug 31981: After creating registry entries required to pass SQL Server installer's sanity tests from bug 31981, the installer aborts complaining about missing function: wine: Call from 0x7b83ac92 to unimplemented function xolehlp.dll.DtcGetTransactionManagerExW, aborting There is no xolehlp component, so leaving unknown. -- 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=32048 Daniel Jelinski <djelinski1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31981 -- 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=32048 Daniel Jelinski <djelinski1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Microsoft SQL Server 2005 |Microsoft SQL Server 2005 |Express Edition: SQL Server |Express Edition: installer |System Configuration |fails (needs unimplemented |Checker fails (needs |function |unimplemented function |xolehlp.dll.DtcGetTransacti |unimplemented function |onManagerExW) |xolehlp.dll.DtcGetTransacti | |onManagerExW) | -- 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=32048 --- Comment #1 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-11-22 13:09:32 CST --- A stub for the missing function was committed. Now the installer complains about an unhandled exception: fixme:xolehlp:DtcGetTransactionManagerExW (L"daniel", (null), {3a6ad9e1-23b9-11cf-ad60-00aa00a74ccd}, 0, (nil), 0x96b228): stub wine: Unhandled exception 0xc0000409 at address 0x4991b001 (thread 001a), starting debugger... Relay log indicates that the exception is caused by the stub returning failure. -- 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=32048 Bug 32048 depends on bug 31981, which changed state. Bug 31981 Summary: Microsoft SQL Server 2005 Express Edition: SQL Server System Configuration Checker fails (needs lanmanserver service registry values) http://bugs.winehq.org/show_bug.cgi?id=31981 What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED -- 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=32048 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.
http://bugs.winehq.org/show_bug.cgi?id=32048 Don Pobanz <dpobanz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpobanz(a)gmail.com -- 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=32048 --- Comment #2 from Daniel Jelinski <djelinski1(a)gmail.com> 2013-03-10 10:27:39 CDT --- The IID in question is defined in transact.idl, which can be found e.g. here: http://ulib-win.googlecode.com/svn-history/r320/trunk/demo/com/oledb/transac... I'm not sure how to import that to Wine though. Help, anyone? -- 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=32048 --- Comment #3 from Don Pobanz <dpobanz(a)gmail.com> 2013-04-13 22:42:59 CDT --- confirming, I see the same results. fixme:xolehlp:DtcGetTransactionManagerExW (L"PC-002", (null), {3a6ad9e1-23b9-11cf-ad60-00aa00a74ccd}, 0, (nil), 0x8db63c): stub wine: Unhandled exception 0xc0000409 in thread 47 at address 0x4991a161 (thread 0047), starting debugger... 'winetricks mspatcha' was used to get around bug 12501 -- 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=32048 Daniel Jelinski <djelinski1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |19e2b37f0eb2a40a128b5efef40 | |e530c04ff259e Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Daniel Jelinski <djelinski1(a)gmail.com> 2013-05-06 15:07:08 CDT --- Fixed by 19e2b37f0eb2a40a128b5efef40e530c04ff259e - now the application runs into bug 33513 (mono) or bug 33520 (native .NET) -- 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=32048 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-10 13:41:36 CDT --- Closing bugs fixed in 1.5.30. -- 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=32048 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://go.microsoft.com/fwl |https://web.archive.org/web |ink/?linkid=65212 |/20130318195510/http://down | |load.microsoft.com/download | |/6/C/7/6C7458CA-8B07-411E-9 | |E3B-0DED20512696/SQLEXPR32. | |EXE Keywords| |download, Installer CC| |focht(a)gmx.net -- 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