This topic contains the hardware and software requirements for running the Aptify 6.0 server components and the Windows Desktop client. It includes the following sections: 


This topic lists the minimum system requirements to run Aptify 6.0 in various environments. Note that these requirements are only an estimate; an individual client's requirements may vary. For example, a client’s disk array solution will depend on projected transactions per minute. This needs to account for orders, queries, web transactions and other types of database transactions.

Disk Subsystem requirements vary greatly from customer to customer due to factors such as transactional throughput and capacity. Because of this, Aptify is unable to make complete recommendations for the required storage solution. The examples given for each hardware class should be used as a starting point for understanding the storage requirements to be implemented in your system.

If you would like to virtualize your environment please consult with Aptify’s Infrastructure Specialists for additional recommendations.

Database Server Requirements

This section lists the software and hardware requirements for the Aptify database server. Aptify is a write-intensive (disk I/O) application which requires multi-disk RAID arrays to perform adequately. Drive specifications will create more space than is likely necessary to support the Aptify database but will ensure there is enough disk I/Os to support the system. Note that this document specifies requirements for three levels of hardware support: minimum, mid-point, and high-end. 

The requirements are listed in the following sub-sections:


Aptify recommends that you install the latest updates to the Windows server where you will be installing Aptify 6.0. 

Supported Database and Operating Systems

Database Server Operating Systems

Aptify 6.0 database deployed and active in:

Microsoft SQL Server 2012

Microsoft SQL Server 2014

Microsoft SQL Server 2016

Microsoft SQL Server 2017 (with CLR Security setting disabled)

The Aptify database supports the following editions for all versions:

  • Standard
  • Business Intelligence (SQL 2012, 2014 and 2016 only)
  • Enterprise (including SQL Server Enterprise Clustering support)
  • Developer (for developer use only)

Windows Server® 2008 – Standard, Enterprise, or Datacenter Edition

Windows Server 2012 – Foundation, Essentials, Standard, and Datacenter

Windows Server 2012 R2 – Foundation, Essentials, Standard, and Datacenter

Windows Server 2016 – Foundation, Essentials, Standard, and Datacenter


Full TextServices must be installed for SQL Server.

Requirements to Use Microsoft SQL Server 2017

To support the Microsoft SQL Server 2017 for Aptify 6.0 application, the 'CLR Strict Security' must be disabled. If your 'CLR Strict Security' setting is enabled (value = 1), follow the below steps to disable the same:

  1. Log into SQL Server 2017 with Administrator privileges.
  2. Right-click the Aptify database and select the 'New Query' option.
  3. To confirm that the 'CLR Strict Security' is enabled, run the given query.

    select name,value from sys.configurations where name = 'clr strict security'. 

    1. If the value = 1, your 'CLR Strict Security' is enabled.

    2. If the value = 0, your 'CLR Strict Security' is disabled.

  4. Enable ‘show advance options’ to proceed further. To confirm the value of ‘show advance options’ run the given query.

    select name, value from sys.configurations where name = 'show advanced options'

    1. If the value = 1, your 'show advance options' is enabled.

    2. If the value = 0, your 'show advance options ' is disabled.
      • Enable ‘show advance options’ by executing given procedure.

        EXEC sp_configure 'show advanced options', 1

        RECONFIGURE


  5. To disable the 'CLR Strict Security' (value = 0) include the given query and execute it.

    EXEC sp_configure 'clr strict security', 0

    RECONFIGURE


    USE APTIFY

    ALTER DATABASE CURRENT SET TRUSTWORTHY ON;

    ALTER DATABASE CURRENT SET TRUSTWORTHY OFF;


  6. Execute the below query to make sure that the 'CLR Strict Security' is disabled (value = 0).

    select name,value from sys.configurations where name = 'clr strict security'. 

    'CLR Strict Security Query


Minimum Hardware Requirements - Database Server

Item Requirements
Processor1 x 2.5 GHz 6-core or higher. Intel E5-2640 or higher, or AMD equivalent
Storage

Operating System Drive Configuration:

2 x 15K RPM SAS drives in a RAID 1 mirror

Example: 2 x 300 GB drives = 300 GB of usable space for OS


Database Drive Configuration:

Minimum of 5 x 15k RPM SAS drives in a RAID 5 array

Example: 5 x 300 GB drives = 1.1 TB of usable space for the database, logs and tempdb.

RAM

16 GB at 1333 MHz

(A 64-bit OS is required to address this memory requirement)

Network cardGigabit Ethernet, 1000 Mbps

Mid-Point Hardware Requirements - Database Server

Item Requirements
Processor2 x 2.2 GHz 6-core or higher. Intel E5-2660 or higher, or AMD equivalent
Storage

Operating System Drive Configuration:

2 x 15K RPM SAS drives in a RAID 1 mirror

Example: 2 x 300 GB drives = 300 GB of usable space for OS


Database Drive Configuration:

Minimum of 8 x 15k RPM SAS drives

Examples:

Medium Transaction Volume:
RAID 5: 8 x 300 GB drives = 2 TB of usable space for the database, SQL logs and tempdb

High Transaction Volume:
RAID 1+0: 8 x 300 GB drives = 1.2 TB of usable space for the database, SQL logs and tempdb

RAM

32 GB at 1333 MHz 

(A 64-bit OS is required to address this memory requirement)

Network cardGigabit Ethernet, 1000 Mbps

High-End Hardware Requirements - Database Server

This is the base hardware for a high throughput system. For extremely high workloads, additional RAM, more CPUs and more disk spindles in the RAID array will be required. Consult with Aptify’s Infrastructure Specialists for additional information. 


Item Requirements
Processor

2 x 2.9 GHz 6-core or higher. Intel E5-2690 or higher, or AMD equivalent

Storage

Operating System Drive Configuration:

2 x 15K RPM SAS drives in a RAID 1 mirror

Example: 2 x 300 GB drives = 300 GB of usable space for OS


Database Drive Configuration:

Minimum of 14 x 15k RPM SAS drives

Example:

RAID 1+0: 14 x 300 GB drives = 2 TB of usable space for the database, SQL logs and tempdb

RAM

128 GB at 1600 MHz or more 

(A 64-bit OS is required to address this memory requirement)

Network cardGigabit Ethernet, 1000 Mbps


Aptify recommends optimizing the memory that SQL Server utilizes so the setup can be successful. See Note Concerning SQL Memory Usage below for more details.

If your Aptify database is named something other than APTIFY, additional steps are required prior to installing Aptify 6.0. Please contact the Aptify Technical Support team for additional information. 

Note Concerning SQL Memory Usage

When installing a large service pack like Aptify 6.0 (and on busy systems in general), Aptify recommends restricting the amount of memory that SQL Server can utilize based on the system's overall available memory. This will ensure the setup program itself has access to the appropriate memory it needs to successfully install. You can find several examples online, including posts like the following, for guidance:

http://sqlserverperformance.wordpress.com/2009/10/29/suggested-max-memory-settings-for-sql-server-20052008/.

If possible, it is also good practice to restart the database server before beginning the install, this ensures all memory is released before beginning. This is particularly true for test installations that may occur on non-production systems with low-end hardware.

Application Server Requirements

If you are installing this service pack on a database server running Aptify 5.5.3, you must apply updates provided with 6.0. Your Aptify application server must meet the following basic requirements before applying the updates provided with Aptify 6.0. See Installing Crystal Reports to Support Scheduled Views that Generate Reports for details.

See Application Server System Requirements for more information on the software and hardware requirements to support an Application Server for executing asynchronous process flow runs and scheduled tasks. An organization can deploy 1 to n application servers, depending on utilization and load.

Aptify Desktop Client Requirements

This section lists the recommended software and hardware requirements for running the Aptify Desktop client in the supported environments.


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. 

Software Requirements

Hardware Requirements

Item Requirements
Operating System Windows 10, Windows 8.1, Windows 8, Windows7 Pro with SP1
Processor Intel Core2 Duo or higher, or AMD equivalent
Recommended Hard Drive500 GB SATA or 512 GB SSD
Minimum Hard Drive Space 2 GB
Recommended RAM 8 GB

Minimum Free RAM Required for Application

400 MB

Recommended Video Resolution

1920 x 1080 pixels
CD-ROM Optional
Network Card 100 Mbps

Development Requirements

This section lists the minimum software and hardware requirements for development environments.

Software Requirements

Third-Party Software

This section lists third-party software packages that are required to develop components for Aptify. This is in addition to the hardware and software requirements described above.

Hardware Requirements

Aptify recommends that a developer’s computer meet the following minimum hardware specifications:

Aptify Web Interface Requirements

Aptify provides a web browser-based interface. Using a standard web browser, a user can connect to Aptify over the Internet and access the same user profile that is available when using the Windows Desktop client. The software and hardware requirements to support an Aptify Web server are described in the System Requirements for the Aptify Web Interface

Installation Computer Requirements

If using minimum hardware, Aptify recommends running the installation program locally on the database server; do not run it over the network. The database server where you are running the Installer must meet the following basic requirements: