https://bugs.winehq.org/show_bug.cgi?id=40564
Bug ID: 40564 Summary: odbcad32 : Error cannot add DSN with SQL Server Native Client 10.0 driver Product: Wine Version: 1.9.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: odbc Assignee: wine-bugs@winehq.org Reporter: herman.santoso@arisu.co.id Distribution: ---
Created attachment 54404 --> https://bugs.winehq.org/attachment.cgi?id=54404 backtrace error rundll.exe
Linux Mint 17.3
1. setting wine with 32 bit environment WINEARCH=win32 WINEPREFIX=~/.wine winecfg mdac28 native_mdac
2. enabled TCP IP and Named Pipes with wine cliconfg
3. Install sqlncli.exe (SQL Server Native Client 10.0 driver version 2007.100.1600.22, sqlncli10.dll)
4. Create DSN from odbcad32.exe with SQL Server native Client 10.0, resulting in error in rundll.exe
https://bugs.winehq.org/show_bug.cgi?id=40564
--- Comment #1 from herman.santoso@arisu.co.id --- A little mistake in number 1, this is the right one :
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
WINEARCH=win32 WINEPREFIX=~/.wine winetricks mdac28 native_mdac
https://bugs.winehq.org/show_bug.cgi?id=40564
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Please read https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal... and attach a log.
https://bugs.winehq.org/show_bug.cgi?id=40564
--- Comment #3 from herman.santoso@arisu.co.id --- Created attachment 54409 --> https://bugs.winehq.org/attachment.cgi?id=54409 Terminal log for adding DSN
This is the terminal log you mention.
https://bugs.winehq.org/show_bug.cgi?id=40564
--- Comment #4 from herman.santoso@arisu.co.id --- Created attachment 54410 --> https://bugs.winehq.org/attachment.cgi?id=54410 Logs from the app which used this native driver
This is the log from SAP Business One which also uses this SQL Native Client 10.0 driver.