In Strategy 9.3.0, SAP HANA 1.0 SP2 is certified as a Warehouse with Strategy Intelligence Server running on Windows and Linux operating systems.
Follow the steps below to configure the SAP HANA ODBC driver with the Strategy Intelligence Server 9.3.0 on Red Hat Enterprise Linux:
1. Install the SAP HANA driver files on the Linux system that will host the Strategy Intelligence Server.
2. Add the settings for environment variables by manually adding the following entry to the end of the <Strategy_Home_Path>/env/ODBC.sh file (this file may need to be made writable using the chmod +w command):
#
#ODBC Driver for SAP HANA
#
SAPHANA_PATH=<SAPHANA_PATH>
if ; then
export SAPHANA_PATH
mstr_append_path LD_LIBRARY_PATH "${SAPHANA_PATH:?}"
export LD_LIBRARY_PATHodbc.ini: SAP-HANA-TEST=SAP HANA ODBC DRIVER …… Driver=<SAPHANA_PATH>/libodbcHDB32.so Servernode=xxx.xx.xxx.xxx:<portnumber> USER=test PASSWORD=test DriverUnicodeType=1
Driver=/usr/sap/hdbclient32/libodbcHDB32.so Servernode=xxx.xx.xxx.xxx:10000 USER=test PASSWORD=test DriverUnicodeType=1