...
Connecting the UMS to the Database (Single Instance)
Anchor | ||||
---|---|---|---|---|
|
Note |
---|
Before configuring the connection, perform the following:
|
In the UMS Administrator, set up a new SQL Server AD Native type data source.
Edit the data as follows:
Host: The Fully Qualified Host Name (FQDN) of the Microsoft SQL server. If you deploy MS SQL Server Always On Availability Groups, enter the domain name of the Always On Availability Group listener.
Port: The port on which the Microsoft SQL Server listens for requests. (Default: 1433)
Schema: The database schema
Database / SID: The database name
JDBC Parameter (double-click):
sendStringParametersAsUnicode: false
trustServerCertificate: true
Select your database configuration and click Activate.
Connecting the UMS to the Database (Cluster)
Anchor | ||||
---|---|---|---|---|
|
Note |
---|
Before configuring the connection, perform the following:
|
In the UMS Administrator, set up a new SQL Server Cluster AD Native type data source.
Edit the data as follows:
Host: The Fully Qualified Host Name (FQDN) of the Microsoft SQL server
Port: The port on which the Microsoft SQL Server listens for requests. (Default: 1433)
Schema: The database schema
Database / SID: The database name
Instance: The instance for your Microsoft SQL Server Cluster
JDBC Parameter (double-click):
sendStringParametersAsUnicode: false
trustServerCertificate: true
Select your database configuration and click Activate.
...