Configuration Parameters
The following list contains the configuration attributes of the Sybase SAP ASE connector:
All the parameters marked with * are mandatory parameters.

The Sybase (SAP ASE) server address
-
(For SAP ASE 16.0 and SAP ASE 15.7) A valid URL of SAP ASE Connector which directly interacts with the managed system.
In case of
jconn2.jar
, use the following url:jdbc:sybase:Tds:<host>[:<port>]
For example:
jdbc:sybase:Tds:hostName:5000
-
(For SAP HADR) A valid URL of SAP HADR with a combination of primary and secondary server must be provided as follows:
jdbc:sybase:Tds:<primary host address>:<primary port>?SECONDARY_SERVER_HOSTPORT=<secondary host address>:<secondary port>,REQUEST_HA_SESSION=true
For SAP HADR native system, SailPoint recommends that the databases which are included in the replication must be provided in the ‘Include databases’ list or the databases which are not included in the replication can be added to ‘Exclude databases’ list.

The Sybase (SAP ASE) administrator's username

The Sybase (SAP ASE) administrator's password

The name of the driver class supported by JDBC Type 4.
For example, in the case of jconn2.jar
, use the following driverClass:
com.sybase.jdbc2.jdbc.SybDataSource

The list of databases you want SailPoint to include during aggregation as a comma-separated list

The list of databases you want SailPoint to ignore during aggregation as a comma-separated list
If the Included Database parameter is populated, SailPoint ignores the Exclude Database parameter.
Additional Configuration Parameter
Following is the additional configuration parameter that must be set in the application debug page:

The parameters to be passed in the form of key value pair.
If you need to specify multiple parameters, press Enter after adding each value.
For example:
<truststorefileparameter>=<pathoftruststore>
<truststoretypeparameter>=<truststoretype>