Problems running application fixme:odic:SQLConfigDataSource

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
scorpz
Newbie
Newbie
Posts: 3
Joined: Fri Feb 10, 2012 4:07 am

Problems running application fixme:odic:SQLConfigDataSource

Post by scorpz »

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: Select all

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
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

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
Newbie
Newbie
Posts: 3
Joined: Fri Feb 10, 2012 4:07 am

Post by scorpz »

Thank you for your answer.

I am using wine 1.2.3 over macports and currently installing odbc native driver which u provided.
scorpz
Newbie
Newbie
Posts: 3
Joined: Fri Feb 10, 2012 4:07 am

Post by scorpz »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

scorpz wrote: I am using wine 1.2.3
That version is over a year old. Install the current development release.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

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.
Locked