Hi there,
I'm attempting to connect to HANA, as a data store, using ODBC from a SuSE client machine. The HANA instance is on AWS and was installed using the SAP standard HANA AMI v1.0 Rev 28.
The client is using unixODBC, and the DSN is defined as a .odbc.ini in the user's home folder:
[hana]
Driver = /usr/sap/hdbclient/libodbcHDB.so
Host = imdbhdb
Port = 30015
I'm able to reach the HANA server, imdbhdb is defined in /etc/hosts and points to the correct Elastic IP, via telnet to port 30015.
But, when I attempt an isql connection I get the following:
user @ client:~> isql -v hana SYSTEM manager
[08S01][unixODBC][SAP AG][LIBODBCHDB SO][HDB] Communication link failure;-10709 Connection failed (RTE:[89006] System call 'connect' failed, rc=111:Connection refused)
[ISQL]ERROR: Could not SQLConnect
I have verified that the SuSE Firewall on the HANA server, imdbhdb, is in fact turned off.
What am I missing?
Thanks in advance!