SAP HANA
- The PATH environment variable must define the access path to SAP HANA® database client programs.
- On UNIX™, LD_LIBRARY_PATH (or equivalent) must hold the
path to the client libraries
libodbcHDB.so
. On Windows™, the path to the DLL must be defined in PATH. - Check the SAP HANA ODBC parameters, especially the
SERVERNODE
andDATABASENAME
parameters. - The is no need to define any database client locale for the SAP HANA client: The Genero ODI driver will do the appropriate codeset conversions based on LANG/LC_ALL settings.
- You can make a connection test with the SAP HANA hdbsql command line
tool:
hdbsql -n fermi:39013 -d test1 -u hdbuser -p fourjs