Hi everyone.
We need to connect to SAP Hana, Oracle database is 11.2.0.3 running on an AIX 7.1 TL2 server.
We downloaded the UNIXODBC 2.3.0, install SAP Hana Client, and we are able now to connect with hdbsql.
But when trying to connect with isql, always throws the error:
[01000][unixODBC][Driver Manager]
Even after we set up the LIBPATH and PATH variables to point to SAP Hana client installation directory and to UNIXODBC lib and exe paths.
Any idea???
[root@allocpdb2:/usr/local/lib/unixODBC-2.3.0/exe]# ldd /usr/sap/hdbclient/libodbcHDB.so
/usr/sap/hdbclient/libodbcHDB.so needs:
/usr/lib/libpthread.a(shr_xpg5_64.o)
/usr/lib/libC.a(shr_64.o)
/usr/lib/libC.a(shr2_64.o)
/usr/lib/libC.a(shr3_64.o)
/usr/lib/libC.a(ansi_64.o)
/usr/lib/libc.a(shr_64.o)
/unix
/usr/lib/libC.a(shrcore_64.o)
/usr/lib/libC.a(ansicore_64.o)
/usr/lib/libcrypt.a(shr_64.o)
Best regads.