Connection Settings
-
Enter the Username of the SAP HANA service account that is used for the source.
-
Enter the Password associated to the user.
-
Enter the SAP HANA Database URL.
-
Default Database:
jdbc:sap://<HOST>:<PORT>/?databaseName=<dbName>
-
SAP HANA Cloud Database:
jdbc:sap://SQL-ENDPOINT/?encrypt=true
For more information, refer to the SAP Help Portal.
Where:
-
<HOST>: is the server name where the SAP HANA database is installed.
-
<PORT>: is the port on which the database is configured.
-
<dbName>: is the name of the database to connect to.
-
SQL-ENDPOINT: is the SQL Endpoint contain the SAP HANA Cloud database instance ID and port.
The specified default URL is provided for the multi-tenant HANA Database system. For a single tenant HANA Database system, the attribute database name is not applicable.
-
-
Enter the Driver Class of the jar file used for the source.
-
Select Save.