To ensure system robustness, Hyland recommends having a minimum of two databases in operation; one for the production environment and one for the development environment. While not required, we also recommend using a third database for archiving purposes.
Minimum database requirements
- A CPU with 2 Cores
- 8 GB RAM
- 100 GB HDD (database)
- 100 GB HDD (backup database and network drive)
All components must use the same connection string to communicate effectively with each other. The connection string contains all the information required to connect to the server.
Example
Data Source=h1234567.exampleserver.net;Initial Catalog=am_example;Persist Security Info=True; Integrated Security=SSPI