| Summary: | ODBC driver installation for RHEL does not have iSQL to test the ODBC connection | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Anu Saji <asaji> |
| Component: | Teiid | Assignee: | Jan <jschatte> |
| Status: | CLOSED NOTABUG | QA Contact: | Jan Stastny <jstastny> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | aszczucz, blafond, dlesage, drieden, jolee, jstastny, mbaluch, thauser, vhalbert |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The ODBC driver installation for RHEL does not provide iSQL to test the ODBC connection.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-15 15:10:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1335083 | ||
| Bug Blocks: | |||
I think the isql binary is provided by the unixODBC package? unixODBC is in the DV packages' dependencies, and should be installed by yum automatically. I still think the dependency package provides what is desired. The ODBC build is post 6.3 GA, so it's now not possible to fix this for then, anyway. |
Description of problem: jbosseds@ssflvdvnsbx01:/opt/redhat/jboss-dv/v6/psqlodbc$ tree -f . ├── ./etc │ ├── ./etc/odbc.ini │ ├── ./etc/odbcinst.ini │ └── ./etc/setenv.sh └── ./lib64 ├── ./lib64/psqlodbca.so ├── ./lib64/psqlodbc.so -> psqlodbcw.so └── ./lib64/psqlodbcw.so 2 directories, 6 files Actual results: Expected results: Something Like "odbcisql" to test odbc connectivity similar to article [1] Additional info: [1] https://access.redhat.com/articles/7925 Section "Test your Installation and Setup"