on 2024 Aug 17 6:02 AM
Request clarification before answering.
On your laptop, check that you can successfully ping to the machine running SAP HANA express. For example, ping hxehost.
If it is a Windows machine, you can update your hosts file.
127.0.0.1 localhost hxehost
The following might be used to verify that the database is started and reachable.
Switch to the hxeadm user
sudo su hxeadm
Attempt to connect to the server using hdbsql which should be located at /usr/sap/HXE/HDB90/exe/hdbsql
hdbsql -n hxehost:39013 -u SYSTEM -p YourHanaPWD1234
If that is successful, you can query to see the details of the port used by the SQL Port used by the tenant database using:
SELECT * FROM SYS_DATABASES.M_SERVICES WHERE SQL_PORT != 0;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
4 | |
4 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.