[
https://issues.apache.org/jira/browse/IGNITE-23498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Sapego resolved IGNITE-23498.
----------------------------------
Resolution: Duplicate
Duplicate of IGNITE-23500
> Can't open lib '/usr/lib/libignite3-odbc.so' when use ODBC
> ----------------------------------------------------------
>
> Key: IGNITE-23498
> URL: https://issues.apache.org/jira/browse/IGNITE-23498
> Project: Ignite
> Issue Type: Bug
> Components: odbc
> Affects Versions: 3.0.0-beta1
> Environment: Rocky/Centos/Debian + Python
> Reporter: Igor
> Priority: Blocker
> Labels: ignite-3
>
> *Actions:*
> # Install `ignite3-odbc-3.0.0-SNAPSHOT.noarch.rpm` or
> `ignite3-odbc_3.0.0-SNAPSHOT_all.deb`
> # Connect to Ignite via ODBC in Python.
> *Expected:*
> Connected.
> *Actual:*
>
> {code:java}
> pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib
> '/usr/lib/libignite3-odbc.so' : file not found (0) (SQLDriverConnect)")
> org.gridgain.qaaas.TestException: Operation was unsuccessful due to error:
> Traceback (most recent call last):
> File "/root/odbc_client.py", line 98, in <module>
> main()
> File "/root/odbc_client.py", line 94, in main
> __execute_query(args)
> File "/root/odbc_client.py", line 41, in __execute_query
> connection = _connect_odbc(driver, url)
> File "/root/odbc_client.py", line 19, in _connect_odbc
> conn = connect(**conn_params) {code}
> *Comment:*
> Started since build of 2024.10.18. Previous build worked fine.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)