Installing YSoft SafeQ CRS on instance
About
This page contains basic information for SafeQ CRS installation on MS-SQL instance.
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). |
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 |
4 | Apply changes and restart MS-SQL instance services. |
5 | Set the SQL Server Browser service for automatic start and start it.
|
CRS Instance configuration
1 | Enter instance name in to DeploymentConfig\crs\env.ini Original line in configuration: sqlDbInstance =# Example: sqlDbInstance =Instance1Updated 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 |
3 | Continue with installation according to Installing YSoft SafeQ CRS |
