2020.2

Table Of Contents
optional)
database.usessl = true/false (select whether to deploy using a
secure database connection (SSL)or not)
2b: Configuring an external Microsoft SQL Server database
Note
Since PrintShop Mail Connect version 1.6 the minimum required version of the MS SQL
Server is SQLServer 2012.
To configure an external Microsoft SQL Server database, the following properties should be
defined:
database.type = Microsoft SQL Server (required)
database.host = <host> (default value is localhost, otherwise
required)
database.port = <port> (default value is 1433, otherwise required)
database.username = <username> (default value is sa, otherwise
required)
database.password = <password> (required)
database.schema = <schema name> (default value is objectiflune,
optional)
database.usessl = true/false (select whether to deploy using a
secure database connection (SSL)or not)
Note
As of PrintShop Mail Connect 2020.2 the silent installer no longer requires a valid
connection to a database in order to complete. This allows a system administrator to
adjust the database connection post-installation, rather than at installation time.
The installation log records whether the installer tested the database connection or not,
allowing verification post-installation.
Repository selection
The Connect installation process requires a repository from which the installer copies (locally)
or downloads (online installation) all selected Connect products.
Page 43