-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging Help Excel on Macos #65
Comments
#29 provides fascinating reading. |
It would appear your PostgreSQL Native ODBC Driver (psqlodbcw.so) is successfully connecting to the database with MS Query, which is then probably making ODBC metadata calls to obtain the table list to populate the left frame and is failing to do so with the Have you actually made an ODBC trace, to see what MS Query is doing and which ODBC call is resulting in those errors ? |
Hi @HughWilliams thanks for this - as an experiment, I installed mysql and I can connect to that But with postgres I get this Here's the full log file: |
@idontgetoutmuch -- Testing against a different DBMS, through a different driver, with entirely different DSN attributes, is not usually very helpful, as there are so many variables in play. That said, this test does suggest that the issue is probably not in any of the common components -- those being, Microsoft Excel, Microsoft Query, and the iODBC driver manager. Better would be to try using a different driver against the original DBMS, i.e., PostgreSQL, such as one of our own, which you can download immediately, along with a free 30-day trial license. If this test succeeds, you can decide whether it makes more sense for you to spend unknown time, energy, and potentially money, working and waiting for a fix to the driver that currently fails; or to spend a little money and far less time or energy buying a license for the driver that currently succeeds. Some special offers are currently available for licenses for the driver I linked above. |
@idontgetoutmuch -- I also noticed that you said you built While this should be fine, and your reported issue doesn't appear to be with the iODBC components, I wonder why you chose not to install the pre-built iODBC binaries that ship as part of the 3.52.15 Runtime & SDK for macOS? (Worth noting — the iODBC Runtime & SDK is also installed by default with all ODBC Drivers for macOS from OpenLink Software.) |
This is a question which folks might be able to help on. I apologise for raising it as an issue and if there is a better place to ask this question then please direct me there.
I have built iODBC Adminstrator on macos (11.5.1) and it works on my DSN
Here is the DSN
I can use the supplied test program to query the database
If I test the DSN from excel I get
But if I try to use it via Excel I get
and clicking on run does nothing.
I have tracing turned on and for Excel I see lots of messages like this
I have raised this with a Microsoft forum but they suggest it is my driver but afaics
iodbctest
proves that this is working.Does anyone have any ideas or suggestions about how I might make progress?
The text was updated successfully, but these errors were encountered: