cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve schema from SAP HANA via JDBC

Former Member
0 Kudos

Hello,

I am trying to retrieve the schema list from a SAP HANA instance but calling jdbc getSchemas() api throws an error:

JDBCDriverException: SAP DBTech JDBC: [3587]: invalid protocol or service shutdown during distributed query execution:  [2613] executor: communication problem

What is the correct way to do this?

Thanks
clahav

Accepted Solutions (0)

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

Please provide your failing source code.

I had no problems to use the getSchemas() method on MetaData object obtained from the JDBC connection.

- Lars