Re: HANA Smart Data Access With postgreSQL driver
Hi Visshwas, We are also in process of setting up HANA SDA connection to HADOOP and Postgres. For HADOOP I have same error and below note helped me. SAP Note 2195741 Now I am in process for Postgres My...
View ArticleRe: XS JS function
If you have XSJS as part of your solution, you could do this with a simple regex replace. The below example shows how to do this: var allowed ="A-Za-z"; // Only letters allowedvar rx = new...
View ArticleRe: Error while creating Decision table using analytical view in HANA
Hey Shriniwas, Did you found a solution on the mentioned issue since I am facing the same problem.
View ArticleRe: HANA Smart Data Access With postgreSQL driver
You can copy odbc.ini into .odbc.ini and move to hana user home directory..there may be an architecture conflict.. the hana client may be 32 bit and is trying to use 32 bit file paths and you are...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
Yes, I have it there. When I try isql as the admin user, it works, too. -- Micha
View ArticleRe: HANA Smart Data Access With postgreSQL driver
As a matter of fact, when I strace the indexserver, it says [pid 11866] access("/usr/sap/HDB/home/.odbc.ini", R_OK) = 0 so it finds the .odbc.ini alright (I've copied it to admin home, too), so I'm out...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
can you try is the sslmode=require in the .odbc.iniand then try without 64 bit file path.
View ArticleRe: HANA Smart Data Access With postgreSQL driver
no no.. studio is talking to the hana file system..try the setting i gave you above.. and also try the 32 bit driver path if a driver made it to that path..zypper says unixODBC is 64 bit.. isql is...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
I've got no 32 bit driver. sslmode makes no difference. However, I've restarted Hana and now it at least responds to changes in the .odbc.ini. It writes SAP DBTech JDBC: [403]: internal error: Cannot...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
can you do a find in the terminal and post results find / -name psqlodbcw.so Also where did you get postgres odbc driver and what method of installation did you use?
View ArticleRe: xsjs sql query fails
Hi, Try the below code for executing Query. var conn = $.db.getConnection(); var sql = "select columnName1 from TableName; var pstmt = conn.prepareStatement(); var rs = pstmt.executeQuery();...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
Believe you are going to have to try an alternate posgresql odbc package .. I have seen people say there are compatibility issues between unixODBC and postgres odbc...I was able to get hana to create...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
I'm afraid this won't be as easy as that - make complains that sql.h is missing, docs say that postgresql source is needed, but it has no sql.h either. Can we switch to emails, I think the rest of the...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
Well, after all it was not such an act. I've taken the 09.03 sources of psqlodbc, installed the unixODBC-devel package for the include files, then make went through and isql accepted the...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
Righteous!Yes my directions i marked as the correct answer say to use unixODBC-devel, but I could not remember why.. zypper install unixODBC unixODBC-devel Which I did not mention in my last post....
View ArticleRe: HANA Smart Data Access With postgreSQL driver
Adding to the correct answer:I believe SUSE repo postgres odbc driver is too old, it is 8.03PostgreSQL: File Browser find a 9.x driver here, as service packages change and postgres and hana change it...
View ArticleRe: HANA Studio Hangs (Not Responding)
Thanks Mishra, it worked. I started facing issue suddenly on installing Studio 2.1.11.When I tried opening SAP HANA Studio, loading goes on well and stops responding when loading...
View ArticleRe: debug xsodata sp10
Thank you, Thomas .I test the xsodata it works, and I'm sure the user have the right for insert .and the configure the xsengine.ini like that :debugger : enabled: turehttpserver: developer_mode :...
View ArticleRe: Passing parameters from UNIX to HANA
There is no such option to pass parameters via hdbsql. Depending on the actual requirements (e.g. if you just want to call a procedure with the parameters and nothing more) than you can easily script...
View Article