To create a database on an SQL server:
Click the Browse button located next to the Name of SQL server field to select SQL servers that are available in the network.
If the connection is to a remote SQL server, make sure that the SQL server is enabled to support TCP/IP as a client protocol.
The user account that starts the Setup Wizard must have the rights to prepare the SQL database.
You can use any of the following databases for handling the application:
When installing Kaspersky Security on a SharePoint server farm, you have to ensure integration of all servers on which the application is installed with the same SQL database. To this end, identical values must be specified in the Name of SQL server and Database name fields when you install the application on all farm servers.
Optional field. For a description of the SQL server connection string settings, you can refer to the Microsoft website via the following link: connection string settings. After installation, you can also edit the connection string settings in the configuration file.
Example:
Connection Timeout=30;Integrated Security=SSPI; MultiSubnetFailover=true
In the Additional connection parameters field, it is not recommended to specify the Data Source
and Database
settings because they are defined in the Name of SQL server and Database name fields.
Kaspersky Security does not provide channel encryption during data transmission between the server and the SQL database. To secure your data, manually encrypt data to be transmitted over communication channels.
Page top