Data sources

The FTM SWIFT enterprise applications use the data source definitions of the application server to connect to its databases. To check the settings in the administrative console, select Resources > JDBC > Data sources.

The scope of all data sources is the cell.

Table 1. Data source definitions containing the runtime data
Field name Description Property file settings:
  1. Property file
  2. Property
  3. Default
Name The display name of the data source.
  1. DniWebHomePy.properties
  2. Runtime_DB_DS_Name
  3. DNIvINST_Runtime_DS
JNDI name The JNDI name of the data source.
  1. DniWebHomePy.properties
  2. Runtime_DB_DS_JNDI
  3. jdbc/dni/db
Container-managed authentication alias The authentication alias that is to be used for the connections to the database containing the runtime data.
  1. DniWebHomePy.properties
  2. Runtime_DB_JAAS_Alias
  3. DNIvINST_Runtime_AuthAlias
Driver type The connection type of the JDBC connection.
  1. (not applicable)
  2. (not applicable)
  3. 4 (do not change this value)
Table 2. Data source configuration runtime data
Data source configuration Description Value/Placeholder reference
Database name The name of the database location containing the runtime data. Value of DNIvDSN
Server name The host name of the server of the database containing runtime data. Value of DNIvDBHOST
Port number The port of the server of the database containing the runtime data. Value of DNIvDBPORT
Table 3. Data source definitions for the database containing the reference data
Data source Description Property file settings:
  1. Property file
  2. Property
  3. Default
Name The display name of the data source.
  1. DniWebHomePy.properties
  2. RefData_DB_DS_Name
  3. DNIvINST_RefData_DS
JNDI name The JNDI name of the data source.
  1. DniWebHomePy.properties
  2. RefData_DB_DS_JNDI
  3. jdbc/dni/refdata
Container-managed authentication alias The authentication alias that is to be used for the connections to the database containing the reference data.
  1. DniWebHomePy.properties
  2. RefData_DB_JAAS_Alias
  3. DNIvINST_RefData_AuthAlias
Driver type The connection type of the JDBC connection.
  1. (not applicable)
  2. (not applicable)
  3. 4 (do not change this value)
Table 4. Data source configuration reference data
Data source configuration Description Value/Placeholder reference
Database name The name of the database containing the reference data. Value of DNIvRDSN
Server name The host name of the server of the database containing reference data. Value of DNIvRDBHOST
Port number The port of the server of the database containing the reference data. Value of DNIvRDBPORT