...
- Windows server 2012 R2, Windows server 2016 or Windows server 2019
- ASP .NET Framework 4.6.2+
- Powershell PowerShell 5.1+
- Administrative access to server
- Access to database using standard sql SQL connection (typically port 1433)
- Open on port 443 or 80, depending on protocol (https or http)
- if https is to be used, a valid https certificate needs to be installed
- Minimum 8 GB RAM
Pitfalls
- Installing Solr before the DC can lead to the installer failing, because Solr will gave taken up the needed port.
- Some servers require the program "Microsoft Monitoring Agent" to be removed for the DC to open up correctly.
Database server
The database server has the following requirements
- Windows server 2012 R2, Windows server 2016 or Windows server 2019
- Microsoft SQL Server 2014, Microsoft SQL Server 2016, Microsoft SQL Server 2017 or Azure SQL
- SQL Edition must be Web 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 1433 (standard sql SQL port) for sql SQL connections
Info | ||
---|---|---|
| ||
If it is desired to use in the installation process of the DAM Center an SQL user that does not have the sysadmin role, then the database needs to be pre-staged before the installation. By using this option the installation process will use the admin_company_dam user (see below for SQL roles). The following has to be created (company below = your company's name): Two blank databases
Two users
Security mapping Both users need to be db_datareader and db_datawriter on each of the two databases. 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). Script to pre-stage the database |
...
- Windows server 2012 R2 or Windows server 2016
- ASP .NET Framework 4.6.2+
- Microsoft System SQL CLR types for SQL Server (same version as database server's SQL version)
- Administrative access to server
- Access to database using standard sql SQL connection (typically port 1433)
...