Installing YSoft SafeQ CRS on instance

About

This page contains basic information for SafeQ CRS installation on MS-SQL instance.

Article is intended only for the installations on non-default instance. With the default instance MSSQLSERVER the bellow instructions should be ignored and parameter sqlDbInstance in env.ini must be left empty, else the installation will fail. Even the MS SQL Management Studio is unable to connect to the address <SQLserver>\MSSQLSERVER while the connection to <SQLserver>\<nondefaultinstance> works well.

MS-SQL TCP port Configuration

MS-SQL instance TCP port configuration

1

Open SQL Server Configuration manager (start ->Microsoft SQL Server -> Configuration Tools -> SQL Configuration manager). 

2

Select installed instance and open Properties for TCP/IP (enable TCP/IP if is disabled).

images/download/attachments/21955395/01.PNG

3

Set TCP Port to 1489 (or any non-occupied TCP port).

Avoid using 1434. This port is used by MSSQL - DAC. Use higher port number, e.g.: 1489 

images/download/attachments/21955395/02.PNG

Apply changes and restart MS-SQL instance services. 

5

Set the SQL Server Browser service for automatic start and start it.

images/download/attachments/21955395/image2021-8-3_8-18-11.png

CRS Instance configuration

1

Enter instance name in to DeploymentConfig\crs\env.ini

Original line in configuration:

sqlDbInstance =
# Example: sqlDbInstance =Instance1

Updated config:

sqlDbInstance = Instance1

2

In the same env.ini configure TCP port for connection to Instance server

Original line in configuration:

dbPort=
# NOTE: Important: avoid using 1434. This port is used by MSSQL - DAC. Use higher port number, e.g.: 1481.

Updated configuration:

dbPort=1489

Continue with installation according to Installing YSoft SafeQ CRS