Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connecting the UMS to the Database (Single Instance)
Anchor
ADNativeAuthConnectSingle
ADNativeAuthConnectSingle

Note

Before configuring the connection, perform the following:

  1. Right-click the UMS Administrator (for example, in the start menu) and select Run as different user from the context menu.

  2. Authenticate with the SQL AD Service Account.

  3. Log into the UMS server as the SQL AD Service Account.

  4. Run the UMS Administrator.

  1. In the UMS Administrator, set up a new SQL Server AD Native type data source.

  2. 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): 

      • sendStringParametersAsUnicodefalse

      • trustServerCertificatetrue

  3. Select your database configuration and click Activate.

Connecting the UMS to the Database (Cluster)
Anchor
ADNativeAuthConnectCluster
ADNativeAuthConnectCluster

Note

Before configuring the connection, perform the following:

  1. Right-click the UMS Administrator (for example, in the start menu) and select Run as different user from the context menu.

  2. Authenticate with the SQL AD Service Account.

  3. Log into the UMS server as the SQL AD Service Account.

  4. Run the UMS Administrator.

  1. In the UMS Administrator, set up a new SQL Server Cluster AD Native type data source.

  2. 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): 

      • sendStringParametersAsUnicodefalse

      • trustServerCertificatetrue

  3. Select your database configuration and click Activate.

...