Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: HANA Smart Data Access With postgreSQL driver

$
0
0

NOTE: you need latest version of HANA STUDIO I am using 1.80.3
I figured is out..

zypper install unixODBC unixODBC-devel

 

download the posgresql src i downloaded 9.03

 

./configure

make

make install

 

ODBC lands in /usr/local/lib

 

create .odbc.ini

/usr/sap/<adm>/<adm instance number>/.odbc.ini

 

Description             = REDSHIFT DSN

Driver          = /usr/local/lib/psqlodbcw.so

Setup   = /usr/local/lib/libodbcpsqlS.so

Trace           = Yes

TraceFile               = /tmp/sql.txt

Database                =

Servername              =

Username                =

Password                =

Port            = 5439

Protocol                = 9.3

ReadOnly                = No

RowVersioning           = No

ShowSystemTables                = No

ShowOidColumn           = No

FakeOidIndex            = No

sslmode=require

 

 

 

I copied the property_orcl.ini to property_postgresql.ini

 

Boom.
Connection Established!


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>