Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


Info

This topic lists the minimum system requirements to run Aptify 6.1 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.

...

The requirements are listed in the following sub-sections:


Note
titleNote Concerning Windows Updates

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

...

Anchor
_SQL2017
_SQL2017
Requirements to Use Microsoft SQL Server 2017

To support the Microsoft SQL Server 2017 for Aptify 6.1 application, support the Microsoft SQL Server 2017 for Aptify 6.1 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'

...

  1. is enabled, run the given query.

    Info

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

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

...

    1. is enabled

...

    1. .

    2. If the value =

...

  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,
    1. 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.

    Info

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

    1. If the value = 1, your 'CLR Strict Securityshow advance options' is enabled.

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

        Info

        EXEC sp_configure 'show advanced options', 1

        RECONFIGURE


  5. 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;


  6. 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'. 


...

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.

Note
titleNote Concerning Non-Aptify Named Databases

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

...

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


Note
titleNote

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
_devsw
_devsw
Software Requirements

...