Hi all,
I am exploring the configuration of Smart Data Access.
My first test is to connect a Hana database to another one. Seems to be the most simple thing to do !!!
Unfortunately, i have the error message :
SAP DBTech JDBC: [403]: internal error: Cannot get remote source objects: Unable to load driver manager
I tried lot of things I found on SCN, Hana Acedemy videos but nothing seems to work.
Normally no additionnal drivers have to be installed as they are automatically provided by the hana client of my hana database server.
I also configure the unixOBDC DSN and when i try isql with root and sidadm, it work fine !
odbcinst.ini
[HDBODBC]
Driver=<patch hdbclient>/libodbcHDB.so
Setup=<patch hdbclient>/libodbcHDB.so
Description=SAP HANA ODBC Driver
UsageCount=1
.odbc.ini
[ODBC]
Trace=0
Tracefile=
[ODBC Data Sources]
SID=HDBODBC
[SID]
Driver=<patch hdbclient>/libodbcHDB.so
Description=SID
ServerNode=hostname:30015
sidadm > isql SID USER PASSWORD
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
SQL>
Here is the configuration in Hana Studio :
Do I miss something in the configuration ? Any comments, remarks is welcome.
Thanks in advance for your help.
Best Regards,
Fred
PS : Of course all hostname, SID, etc have been set with the right thing in my real configuration.
