scorpz | 10 Feb 10:55
Favicon

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 | 10 Feb 11:36
Favicon

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 | 10 Feb 11:54
Favicon

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 | 10 Feb 12:49
Favicon

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?

dimesio | 10 Feb 14:03
Favicon

Re: Problems running application fixme:odic:SQLConfigDataSource


scorpz wrote:
> 
> I am using wine 1.2.3 

That version is over a year old. Install the current development release.

lahmbi5678 | 10 Feb 14:12
Favicon

Re: Problems running application fixme:odic:SQLConfigDataSource

There's some advice on the wiki page about how to configure DSNs. Unfortunately I can't help you in that
regard. As I said before, if it still doesn't work, please file a bug with a small demo, if possible. Similar
topics were discussed before on that list, I told people to file bugs, but afaict no one did, probably
people were thinking it would be too much work, and the prospect of waiting weeks or months until the issue
gets fixed disappointed them. I understand that it isn't that easy, because you need a (publicly
accessable) server or maybe some MS ACCESS file do demonstrate the issue. But if noone files a bug, the
issue will never be solved.


Gmane