Hi -
I was following SDA document for HIVE odbc configuration , I got the following error. If you are getting the following error, here is the troubleshoot method...
Error:
SIMBA:
The error message NoSQLGetPrivateProfileString could not be found in the en-US locale. Check that [INSTALLDIR]/simba/hiveodbc/ErrorMessages//en-US/ODBCMessages.xml exists.
[ISQL]ERROR: Could not SQLConnect
Cloudera:
[S1000][unixODBC][Cloudera][ODBC] (11560) Unable to locate SQLGetPrivateProfileString function.
[ISQL]ERROR: Could not SQLConnect
Run the following command and look for where the ini file read location and the edit the parameters.
strace -e trace=open isql HIVE 2>&1 | grep odbc.ini
Edit the simba.hiveodbc.ini or cloudera.hiveodbc.ini under [Installation Path]/<driver>/hiveodbc/lib/64/<Driver>
Thanks,
Prakash

