Configuration Parameters
This section contains the information that this connector uses to connect and interact with the application. Each application type requires different information to create and maintain a connection.
The SAP HANA Connector uses the following connection attributes:
Note
Attributes marked with * sign are mandatory attributes.

The name of the user.

The password to connect to the SAP HANA Database.

The URL of the database. The specified default URL is provided for a multi-tenant HANA Database system. For a single tenant HANA Database system, the attribute database name is not applicable.
-
Default Database:
jdbc:sap://<HOST>:<PORT>/?databaseName=<dbName>
-
SSL Enabled Database:
jdbc:sap://<HOST>:<PORT>/?databaseName=<dbName>&encrypt=true
For more information on enabling the SSL Connection to the SAP HANA database through Identity IQ, refer to Securing Communication Path between IdentityIQ and SAP HANA Database.
-
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 driver class used for connecting to the SAP HANA Database.
Default: com.sap.db.jdbc.Driver

The number of objects to fetch in a single page when iterating over large data sets.
Default: 1000

This selection aggregates inactive users. Inactive users are users whose valid end date is in past.
Selecting this option changes the behavior forthe Enable and Disable feature as follows:
-
Disabling the account deactivates the user and sets the user's end date to today's date.
-
Enabling the account activates the user and sets the user's start date to today's date.

(Applicable only when Aggregate Terminated Accounts is selected) Specify the date in MM/DD/YYY format from when you want to aggregate the terminated accounts up to the current system date.
Note
The value of the Effective Date is mapped to the Valid_Until date for the inactive users.