This topic contains the hardware and software requirements for running the Aptify 6.3 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
...
- Log into SQL Server 2019 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 = 'clr strict security'. show advanced options'
If the value = 1, your 'CLR Strict Securityshow advance options' is enabled.
- If the value = 0, your 'CLR Strict Security' is disabled.'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'.
...
Anchor | ||||
---|---|---|---|---|
|
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.
Anchor | ||||
---|---|---|---|---|
|
...
- Operating System: Windows 10, Windows 8.1, Windows 8 (Professional, Ultimate or Enterprise Editions)
- Aptify 6.0 Desktop client
- 32-bit version of the Crystal Reports 13 viewer (Aptify can provide the installer for this software)
- SSRS Installer
- Microsoft .NET Framework v3.5 and 4.5: The Aptify setup program adds .NET Framework 3.5 to a desktop computer if it is not already installed. .NET Framework 4.5 v4.8: NET Framework 4.8 is not installed by Aptify. If not already installed on the computer, you can download the installer here: https://wwwdotnet.microsoft.com/en-us/download/details.aspx?id=30653.dotnet-framework
- Microsoft DHTML Editing Control: This control is required to use HTML fields in the Aptify desktop client. You can download the control here: https://www.microsoft.com/en-us/download/details.aspx?id=8956.
- Microsoft Office 2007 or later:
- This includes Office 365 if you are using it in conjunction with the desktop version of Microsoft Office (2007, 2010, or 2013) or if you have Office Professional Plus with Office 365.
- Microsoft Office is only required if an organization intends to use any of Aptify’s Microsoft Office integration features, such as the Export to Excel wizard, the Microsoft Word Mail Merge wizard, Pivot Table views, and Outlook integration.
- Note that Aptify’s Pivot Table view type requires the Office Web Components that are included with Office 2003 (OWC 11). You need to download and install OWC 11 separately to enable pivot table support. OWC 11 is available for download at: http://www.microsoft.com/downloads/details.aspx?Fami-lyId=7287252C-402E-4F72-97A5-E0FD290D4B76&displaylang=en
Anchor | ||||
---|---|---|---|---|
|
...
- Operating System: Windows 8, Windows 8.1 or Windows 10
- Microsoft SQL Server 2012 or later
- Aptify 56.5.6 3 Server components and the Windows Desktop client
- 32-bit version of the Crystal Reports 13 viewer (Aptify can provide the installer for this software)
- Microsoft .NET Framework v3.5 and 4.5: The Aptify setup program adds .NET Framework 3.5 to a desktop computer if it is not already installed. .NET Framework 4.5 Microsoft .NET Framework v4.8: NET Framework 4.8 is not installed by Aptify. If not already installed on the computer, you can download the installer here: https://wwwdotnet.microsoft.com/en-us/download/details.aspx?id=30653.dotnet-framework
- Microsoft DHTML Editing Control: This control is required to use HTML fields in the Aptify desktop client. You can download the control here: https://www.microsoft.com/en-us/download/details.aspx?id=8956.
- Microsoft Office 2007 or later:
- This includes Office 365 if you are using it in conjunction with the desktop version of Microsoft Office (2007, 2010, or 2013) or if you have Office Professional Plus with Office 365.
- Microsoft Office is only required if an organization intends to use any of Aptify’s Microsoft Office integration features, such as the Export to Excel wizard, the Microsoft Word Mail Merge wizard, Pivot Table views, and Outlook integration.
- Note that Aptify’s Pivot Table view type requires the Office Web Components that are included with Office 2003 (OWC 11). You need to download and install OWC 11 separately to enable pivot table support. OWC 11 is available for download at: http://www.microsoft.com/downloads/details.aspx?Fami-lyId=7287252C-402E-4F72-97A5-E0FD290D4B76&displaylang=en.
- Microsoft MapPoint for Map Views support in Aptify Windows desktop applicationMicrosoft Report Viewer 2012 to support viewing of Microsoft SQL Server Reporting Services (SSRS) reports
...
- Aptify Desktop client installed with 6.3 components.
- Aptify Desktop client has connected at least once to the Aptify 5.5.6 Aptify 6.3 database server.
This topic contains the hardware and software requirements for running the Aptify 6.3 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
...
- Log into SQL Server 2019 with Administrator privileges.
- Right-click the Aptify database and select the 'New Query' option.To confirm that the 'CLR Strict Security' is enabled, ' 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 clr strict security'.select name,value from sys.configurations where name = '
show advanced options'
If the value = 1, your 'CLR Strict Securityshow advance options' is enabled.
- 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
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'.
...
- Operating System: Windows 10, Windows 8.1, Windows 8 (Professional, Ultimate or Enterprise Editions)
- Aptify 6.0 3 Desktop client
- 32-bit version of the Crystal Reports 13 viewer (Aptify can provide the installer for this software)
- SSRS Installer
- Microsoft .NET Framework v3.5 and 4.5: The Aptify setup program adds SSRS Installer
- Microsoft .NET Framework 3.5 to a desktop computer if it is not already installed. .NET v4.8: NET Framework 4.5 8 is not installed by Aptify. If not already installed on the computer, you can download the installer here: https://wwwdotnet.microsoft.com/en-us/download/details.aspx?id=30653.dotnet-framework
- Microsoft DHTML Editing Control: This control is required to use HTML fields in the Aptify desktop client. You can download the control here: https://www.microsoft.com/en-us/download/details.aspx?id=8956.
- Microsoft Office 2007 or later:
- This includes Office 365 if you are using it in conjunction with the desktop version of Microsoft Office (2007, 2010, or 2013) or if you have Office Professional Plus with Office 365.
- Microsoft Office is only required if an organization intends to use any of Aptify’s Microsoft Office integration features, such as the Export to Excel wizard, the Microsoft Word Mail Merge wizard, Pivot Table views, and Outlook integration.
- Note that Aptify’s Pivot Table view type requires the Office Web Components that are included with Office 2003 (OWC 11). You need to download and install OWC 11 separately to enable pivot table support. OWC 11 is available for download at: http://www.microsoft.com/downloads/details.aspx?Fami-lyId=7287252C-402E-4F72-97A5-E0FD290D4B76&displaylang=en
Item | Requirements |
---|---|
Operating System | Windows 10, Windows 8.1, Windows 8 |
Processor | Intel Core2 Duo or higher, or AMD equivalent |
Recommended Hard Drive | 500 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 |
...
- Operating System: Windows 8, Windows 8.1 or Windows 10
- Microsoft SQL Server 2012 or later
- Aptify 5.5.6 Server 6.3 Server components and the Windows Desktop client
- 32-bit version of the Crystal Reports 13 viewer (Aptify can provide the installer for this software)
- Microsoft .NET Framework v3.5 and 4.5: The Aptify setup program adds .NET Framework 3.5 to a desktop computer if it is not already installed. .NET Framework 4.5 .NET Framework v4.8 : NET Framework 4.8 is not installed by Aptify. If not already installed on the computer, you can download the installer here: https://wwwdotnet.microsoft.com/en-us/download/details.aspx?id=30653.dotnet-framework
- Microsoft DHTML Editing Control: This control is required to use HTML fields in the Aptify desktop client. You can download the control here: https://www.microsoft.com/en-us/download/details.aspx?id=8956.
- Microsoft Office 2007 or later:
- This includes Office 365 if you are using it in conjunction with the desktop version of Microsoft Office (2007, 2010, or 2013) or if you have Office Professional Plus with Office 365.
- Microsoft Office is only required if an organization intends to use any of Aptify’s Microsoft Office integration features, such as the Export to Excel wizard, the Microsoft Word Mail Merge wizard, Pivot Table views, and Outlook integration.
- Note that Aptify’s Pivot Table view type requires the Office Web Components that are included with Office 2003 (OWC 11). You need to download and install OWC 11 separately to enable pivot table support. OWC 11 is available for download at: http://www.microsoft.com/downloads/details.aspx?Fami-lyId=7287252C-402E-4F72-97A5-E0FD290D4B76&displaylang=en.
- Microsoft MapPoint for Map Views support in Aptify Windows desktop applicationMicrosoft Report Viewer 2012 to support viewing of Microsoft SQL Server Reporting Services (SSRS) reports
...
- Aptify Desktop client installed with 6.3 components.
- Aptify Desktop client has connected at least once to the Aptify 56.5.6 3 database server.