scorpz
2012-Feb-10 09:55 UTC
[Wine] Problems running application fixme:odic:SQLConfigDataSource
I have successfully started application but then it should have list of servers it must connect but it is empty and the only errors in terminal are those: Code: XZY:~ XZY$ XZY.desktop ; exit; XZY.desktop: line 1: [Desktop: command not found fixme:odbc:SQLConfigDataSource 0x0 1 "SQL Server" "DSN=XZY1" fixme:odbc:SQLConfigDataSource 0x0 1 "SQL Server" "DSN=XZY2" fixme:odbc:SQLConfigDataSource 0x0 1 "SQL Server" "DSN=XZY3" fixme:odbc:SQLConfigDataSource 0x0 1 "SQL Server" "DSN=XZY4" Any suggestions how to fix that?
lahmbi5678
2012-Feb-10 10:36 UTC
[Wine] Re: Problems running application fixme:odic:SQLConfigDataSource
Install the latest wine, 1.4-rc2, soon 1.4-rc3, if you haven't already. You are trying to (ab)use a .desktop file in the style of a perl script, this isn't what these files are intended for, afair windows .lnk files can be used in that way. Please run the actual commands hidden in your .desktop file and post terminal output again. Did you install windows ODBC drivers or are you relying on wine's ODBC? Did you have a look at http://wiki.winehq.org/NativeOdbc ? In general, ODBC on wine may have some limits, if it still shouldn't work, you should file a bug and provide a simple testcase.
scorpz
2012-Feb-10 10:54 UTC
[Wine] Re: Problems running application fixme:odic:SQLConfigDataSource
Thank you for your answer. I am using wine 1.2.3 over macports and currently installing odbc native driver which u provided.
scorpz
2012-Feb-10 11:49 UTC
[Wine] Re: Problems running application fixme:odic:SQLConfigDataSource
Installed NativeOdbc with winetricks and now application starts without fixme warning and showing 1 DB connection which is wrong instead of 4 that should be there. Any clue?