Can't connect with Data Virtuality Server - even though the connection via ISQL works #1387
Unanswered
martin-hyca
asked this question in
Q&A
Replies: 3 comments 3 replies
-
What version of pyodbc are you using? Also, please provide the ODBC trace from a failed connection attempt. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for the response! pyodbc==5.2.0 ODBC trace:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
(under python 3.9.20)
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I am trying to connect to Data Virtuality Server using PyODBC.
I am on Mac M3, I successfully installed the Mac x86 Version of the Data Virtuality ODBC Driver, unixODBC and am able to connect to the Server in Terminal running under Rosetta.
This command works:
However, no matter how hard I try (different conn_str formats, as consulting whatever I found online), I always get the same error when running the following script (x86/ARM universal python venv, Terminal under Rosetta)
Here the script:
Since the
isql
command works fine, I am confident that the credentials and connection settings (ip, port, database) are correct.Anything else I could try?
Beta Was this translation helpful? Give feedback.
All reactions