Secure Configuration - Application Server Database Connection

You can modify the SQL Server settings of the production database that is initially configured in the Install wizard.

The production database stores the queried data.

Table: Application server options

Option

Description

SQL Server

The computer name that hosts the SQL Server.

Instance name

The SQL Server instance name if the SQL Server database is not the default instance.

Port number

The port number for the selected SQL Server instance.

If the port number is enabled, the default SQL Server instance listens on TCP port 1433.

Use SSL

You check this option if you want SQL Server to use SSL to encrypt network transmissions independent of the network protocol.

Use Windows NT Integrated Security

You select this option if you connect to the SQL Server instance with Windows authentication.

Use an SQL user name and password

You select this option if you connect to the SQL Server instance with SQL Server authentication.

You must specify the authentication details of the user in the respective text boxes.

You cannot specify the following special characters for the User name and the Password fields:

  • Semi colon (;)

  • Double quotes (")