Troubleshooting the issue
- Last Updated: January 6, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Amazon Redshift 8.0
- Apache Cassandra 8.0
- Apache Hive 8.0
- Apache Spark SQL 8.0
- Autonomous Rest Connector 8.0
- Cloudera Impala 7.1
- dBase 7.1
- + 24
Some common reasons that setup/connection issues occur are:
- On Windows, UNIX, and Linux, the library path environment variable is not
set correctly. HP-UX ONLY:
- When setting the library path environment variable on HP-UX operating systems, specifying the parent directory is not required.
- You also must set the
LD_PRELOADenvironment variable to the fully qualified path of the libjvm.so[sl].
The library path environment variable is:
32-bit Drivers
PATHon WindowsLD_LIBRARY_PATHon Solaris, Linux and HP-UX ItaniumSHLIB_PATHon HP-UX PA_RISCLIBPATHon AIX
64-bit Drivers
PATHon WindowsLD_LIBRARY_PATHon Solaris, HP-UX Itanium, and LinuxLIBPATHon AIX
- The database and/or listener are not started.
- The
ODBCINIenvironment variable is not set correctly for the ODBC drivers on UNIX and Linux. - The ODBC driver’s connection attributes are not set correctly in the system information file on UNIX and Linux. For more information, refer to "Data Source Configuration on UNIX/Linux" in your driver's user's guide. For example, the host name or port number are not correctly configured. Refer to "Connection Option Descriptions" in your driver's user's guide for a list of connection string attributes that are required for each driver to connect properly to the underlying database.
See "The Test Loading Tool" for information about a helpful diagnostic tool.