Versions Compared

Key

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

...

Settings NameDescription
Database Hostname

The hostname or IP address where the database server hosted. If the database is a named instance then provide the instance also. In case of Always-on database, the connector name. If custom port used then use the hostname:port format or turn on the SQL Server Browser service at the database side. Examples:

  • (local) - (SQL Server running co-hosted on the Verba server using the default 1433 port)
  • verba-db-server.acme.com - (SQL Server using the default 1433 port)
  • verba-db-server.acme.com:15001 - (SQL Server using the 15001 port)
  • verba-db-server.acme.com\InstanceName - (SQL Server named instance using the default 1433 port)
Database NameThe name of the Verba database.
Database Windows AuthenticationSet to Yes if Windows authentication is used.
Database LoginThe SQL username or the Windows username with the domain for the database access.
Database PasswordThe password for the SQL/Windows user.
Database Failover PartnerThe hostname or IP address where the failover partner database server is hosted. If the database is a named instance then provide the instance also. If a custom port is used then turn on the SQL Server Browser service at the database side. Please note that if mirroring is configured then the ODBC 13.1 have or newer has to be used as Database Driver.
Database Multi-Subnet FailoverSet to Yes if the Always-on database is used with Multi-Subnet Failover configuration. Please note that in this case, the ODBC 13.1 have or newer has to be used as a Database Driver.
Database Driver

The driver is used for database connection. This driver configuration is only used by specific services in the system, other services use different SQL Server drivers bundled with the product (JDBC driver) or provided by other prerequisites (.NET framework). The following options are available:

  • SQL Server (default driver)Microsoft
  • SQL Server 2012 Native Client 11.0
  • ODBC Driver 13.1 , certain advanced features requires this for SQL Server
  • ODBC Driver 17 for SQL Server
  • ODBC Driver 18 for SQL Server

 Certain advanced features require ODBC driver instead of the default:

  • Mirroring
  • Always-on with multi-subnet failover
  • SSL-based connection encryption and when TLS 1.0 is disabled on the OS level
Microsoft ODBC Driver 13.1 download 
Enable SSL EncryptionSet to Yes if you want to set up SSL encryption. For more information see: Configuring SSL encryption for database connections
Java Trust Store PathJava Trust Store path used for SSL encryption. For more information see: Configuring SSL encryption for database connections
Java Trust Store PasswordThe password for the Java Trust Store. For more information see: Configuring SSL encryption for database connections

...