cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi, I am following "Installing SAP HANA Smart Data Streaming". While running install_sds.sh I am getting "database 'HXE' is unavailable SQLSTATE: HY000".

Database ist up and running. Connection in HANA studio works fine.

I suspect it has something to do with tenant. When doing /usr/sap/HXE/HDB90/exe/hdbsql it works with option -n hxehost:39013 or 39041 (ports according to note 2316463).

It is not clear to me how this can be achieved in the parameters of the install_sds.sh

Thanks Klaus

0 Likes
View Entire Topic
Former Member
0 Likes

Can you login to the tenant database with "hdbsql -i <instance> -d <db>"?

Example:

hdbsql -i 90 -d HXE -u SYSTEM -p <password>