...
Tip | ||
---|---|---|
| ||
A specific role must be created for your SAP HANA user to be able to interact with the Performer Suite. |
Step-by-step
...
- Select your HANA system (dropdown at the top)
- Select 'SQL Connection'
- Select the 'Connection properties', and choose the environment of your HANA system
...
(B)
For 'On Premise/Private Cloud' you can choose between Single Container and Mulitple Container environments.
Enter the SQL port, in all cases.
Per default, the SQL port is '3<instance number>13'.
Where can I find my SQL port?
Check the landscape of your HANA database in your Eclipse (screenshot below) or do an SQL call on your HANA system (Code Block below).
SQL call
Code Block | ||
---|---|---|
| ||
SELECT DISTINCT(sql_port) FROM SYS.M_SERVICES WHERE SQL_PORT > 0 |
...
Multiple container environments
If you have multiple container environments and want to connect to a tenant database you have to enter the parameter database with the normally 3-digit ID of your HANA database, e.g. HN2.
...