...
- Windows server 2012 R2 or Windows server 2016
- Microsoft SQL Server 2014 or Microsoft SQL Server 2016
- SQL Edition must be standard or higher
- SQL Server must use mixed mode authentication
- Full-text filter daemon must be installed
- TCP/IP must be enabled
- Administrative access to server
- Open on port 1443 (standard sql port) for sql connections
Info | ||
---|---|---|
| ||
If administrative access to the database is not possible, then the database needs to be pre-staged before the installation. The following has to be created: Two databases
Two users
Security mapping both users needs to be db_datareader and db_datawriter on each database. Furthermore each user should be db_owner on it's respective database (i.e. admin_company_dam needs to be db_owner on Company_dam) |
1.3 Processing server
The processing server has the following requirements
...