This topic contains the hardware and software requirements for running the Aptify 7.0 server components and the Windows Desktop client. It includes the following sections:
...
- Supported Database and Operating Systems
- Requirements to Use Microsoft SQL Server 2017
- Minimum Hardware Requirements - Database Server
- Mid-Point Hardware Requirements - Database Server
- High-End Hardware Requirements - Database Server
Note | ||
---|---|---|
| ||
Aptify recommends that you install the latest updates to the Windows server where you will be installing Aptify 7.0. |
...
- Log into SQL Server 2017 with Administrator privileges.
- Right-click the Aptify database and select the 'New Query' option.
To confirm that the 'CLR Strict Security' is enabled, run the given query.
Info select name,value from sys.configurations where name = 'clr strict security'.
If the value = 1, your 'CLR Strict Security' is enabled.
If the value = 0, your 'CLR Strict Security' is disabled.
Enable ‘show advance options’ to proceed further.To confirm the value of ‘show advance options’ run the given query.
Info select name,value from sys.configurations where name = 'show advanced options'
If the value = 1, your 'show advance options' is enabled.
If the value = 0, your 'show advance options ' is disabled.
Enable ‘show advance options’ by executing given procedure.
Info EXEC sp_configure 'show advanced options', 1
RECONFIGURE
.
To disable the 'CLR Strict Security' (value = 0) include the given query and execute it.
Info EXEC sp_configure 'clr strict security', 0
RECONFIGURE
USE APTIFY
ALTER DATABASE CURRENT SET TRUSTWORTHY ON;
ALTER DATABASE CURRENT SET TRUSTWORTHY OFF;
Execute the below query to make sure that the 'CLR Strict Security' is disabled (value = 0).
Info select name,value from sys.configurations where name = 'clr strict security'.
...
This section lists the recommended software and hardware requirements for running the Aptify Desktop client in the supported environments.
Note | ||
---|---|---|
| ||
The Aptify Desktop client will function on hardware that does not meet these requirements, but for best performance, a user’s workstation should meet these requirements. |
...
This section lists the minimum software and hardware requirements for development environments.
Anchor | ||||
---|---|---|---|---|
|
...