Using Microsoft SQL Server named instances

When using a named instance of Microsoft SQL Server for the Print Release database, add the instanceName parameter to the following properties:

  • connect

  • dataSource

For example, the STATS section must be updated to the following:

database.STATS.connect=jdbc:sqlserver://network.address.of.mssqlserver;databaseName=CustomerPrDatabaseName;instanceName=nameOfCustomerMSSQLInstance;

database.STATS.dataSource=network.address.of.mssqlserver;databaseName= CustomerPrDatabaseName;instanceName= nameOfCustomerMSSQLInstance;