This topic describes how to install the Aptify site on a web server so users with valid user accounts in Aptify can access the system using a supported web browser.

To do this, perform the following steps:

The Aptify web interface should be installed and tested on a non-production environment first before applying to a production web server, just as if you were installing an Aptify Service Pack. Be sure to back up the server where you will install the production Aptify web server, to provide a fall-back option, in case a problem occurs during the Aptify website installation. 

When installing the Aptify browser-based interface, the setup program overwrites any existing site if you specify the same name and location. Before starting the install, copy/backup the old site to a different location and delete the existing site or select a different website location for the new site. Once the install is complete, you can review and migrate any configurations to the new site.

 

  1. Confirm that the database server has the same version of Aptify as the version you are installing on the web server (i.e., the database server has Aptify 6.0, and you are installing the Aptify 6.0 on the web server). This is a pre-requisite before you can install the Aptify site.

    If you have recently upgraded to 5.5.6 from an earlier version of Aptify that did not support the Web interface (such as 5.5.1 or earlier), check your SQL Server instance to confirm that the Full-Text Search components are installed. This is an optional selection when installing Microsoft SQL Server, but the Aptify Web interface requires that your server support full-text indexes.

  2. Identify the web server that will host Aptify. This server must meet the requirements specified in Server Requirements for the Aptify Web Interface.
  3. Create a new domain account or identify an existing domain with a valid end user license account to use on the Aptify web server.

    The Aptify web interface does not currently support the authentication of users from multiple domains from a single website. If your environment supports users in multiple domains, contact Aptify Technical Support for assistance.

     

  4. Log into the web server using an account with administrative privileges.

    Aptify recommends that you log into the web server with a Windows domain user with administrative privileges. There are certain updates related to the authentication model with the Aptify browser-based interface that requires a domain user with access to the database server. If you do choose to install as a local administrative, these updates must be done manually. See Choosing an Authentication Method for more details.

    It is highly recommended that the user account used for the SOA layer is not used to log into the Aptify web server. If the SOA layer user account is used to log into the web server and then logs out, you may need to reset Microsoft IIS to restore features such as reporting.



  5. If you have an existing Aptify site, perform a backup of the site. If selecting the same location as the existing site, you will want to delete the website folder before starting the install. See Updating an Existing Aptify Website for more details.
  6. Determine whether the web server has the following software installed:
  7. If the Aptify Desktop client is not installed on the web server, install it.
  8. If Microsoft .NET Framework 4.5 is not installed on the web server, download and install it from the following URL:

    http://www.microsoft.com/en-in/download/details.aspx?id=30653

  9. If ASP.NET MVC 4 is not installed on the web server, download and install it from the following URL:

    http://www.asp.net/mvc/mvc4
     
  10. Download the Aptify installation ZIP file to a folder on the web server and unzip its contents.
  11. Browse to the location of the installation files, right-click the Setup application file, and select the Run As Administrator option to launch the installation program.
  12. Review the set of requirements to install. If your environment does not meet one or more of the specified requirements, click Cancel to abort the installation. Otherwise, click Next to continue.
  13. Click Next to continue.
  14. When prompted, enter login information for the database server, specifying an installation account with system administrator privileges to both the Aptify database and SQL Server. The installation user should also be tied to a Developer license to ensure that the setup can perform such tasks as entity creation when needed. 

    Selecting the System Administrator option when creating a user in the Aptify database (through the Aptify User Administration wizard) sets the user to a dbowner in SQL Server. It does not add the user to the sysadmin role. You will need to manually add the user to the sysadmin role in SQL Server through SQL Management Studio. If in doubt, check the user's permissions in the Security > Logins area of SQL Management Studio before proceeding with the installation.

    Login Dialog

  15. Click OK to continue.
  16. Review the Welcome screen and click Next.
    Welcome Page
  17. In the Website field, select the name under which the Aptify site will be hosted.
  18. In the Application Pool HTML5Web field, enter the name to be used for the Aptify website.
  19. In the Application Pool SOA field, enter the name to be used for the Aptify SOA site.
  20. In the SOA Pool User Name field, specify the trusted user account that you want to use for the Aptify website.
  21. In the Password field, enter the password for this user.
  22. In the Website Location field, specify the location where the Aptify website files should be installed on the web server.
  23. In the Site Name field, enter the name of the website to be used in creating URLs.
  24. In the Object Cache Path field, select the location in which the Aptify Desktop client is installed.
  25. Select the Culture that your users will be using from the drop-down list.

  26. Click Next to continue and review your installation options.
  27. Click Finish to begin the installation process.
  28. If the setup detects that the server does not have Crystal Reports 32-bit and 64-bit installed, a dialog appears alerting the user that an installer will run to address this. Clicking Run starts the installer and closes the dialog.
  29. If the setup detects that the server does not have the Microsoft Access Database Engine installed, a dialog appears alerting the user that an installer will run to address this. Clicking Run starts the installer and closes the dialog.
  30. Click OK when prompted that Aptify has been successfully installed to close the installer.
  31. Restart the IIS service.
  32. If you want to support both trusted (Windows users) and untrusted (SQL server) users, you will need to make updates to the Aptify.Framework.Configuration.External.js file to support this. See Configuring Alternate Authentication Methods for more details.
  33. If your environment contains over 10,000 products (or if you expect that it will exceed this amount), you may want to increase the value of the maxProductCount attribute. See Defining the Products Attribute for Aptify Web for more information.

  34. Connect to the Aptify website to confirm that it loads properly using a supported web browser.
  35. If your environment does not securely serve Aptify Services over HTTPS, Aptify recommends that your environment be configured to serve Aptify Services only over HTTPS. The HTTP GET requests to Services are not automatically redirected to the HTTPS version of the endpoint. This is meant to reinforce the need to secure the Microsoft IIS configuration since the redirect can leak sensitive information over the insecure connection without an indication that this is happening. 
  36. If your environment contains customer-made Search Configuration records and they are used in service applications other than the HTML5 Web service application, you need to update these records to point to the correct Service Application.The Search Configuration entity has a required field for service application. This field associates a Search Configuration with a particular instance of Aptify Services. By default, the installer program assigns all Search Configurations to the HTML5 Web service application. 

  37. If your environment contains customer-made Service Application records should review the security-related entities under the Web Services application. The RestrictViews field on the Service Application entity is enabled by default and will stop your application from executing any views not enabled under Service Application Views, and the entities for those views must have read access under Service Application entities. 

  38. If your environment contains customer-created Service Data Objects (SDOs) records, you should validate that they are assigned to the correct database objects and to the correct Service Application records.  The installer program attempts to match existing SDOs to existing database objects. Any SDO assigned to this database object needs to be updated to point to the correct database object. The installer program cannot assign customer-created SDOs to Service Applications, as it cannot determine which Service Applications should be allowed.  Any customer-created SDOs will not be assigned a Service Application, and therefore will not execute after the upgrade. Each SDO must identify the Service Applications that are allowed to execute it.

  39. If you are updating from an Aptify 5.5.3 environment, and your environment builds against any of the following assemblies, you need to recompile them, these files are signed with a strong name.  :
  40. Aptify has the ability for the availability of wizards to be controlled in the Aptify web interface. In previous releases, wizards are always available in the web interface. If your environment uses the Run From options in the Scope tab of the Wizards record to control the availability of wizards, you should verify that the correct Run From options are selected, as your wizards may not be available as expected. See Defining the Wizard Scope Tab for more information.
  41. Aptify has updated the version (from version 6 to version 9) of the Newtonsoft JSON DLL used to support changes to the Aptify form template metadata generator. This update changes the strong name of the DLL, so any assemblies, websites, and executables that reference the Newtonsoft.Json.dll, even indirectly, may issue errors about not being able to find version 6 of the DLL. Aptify recommends that the projects directly referencing Newtonsoft.Json.dll be recompiled against version 9, or websites and assemblies must employ a binding redirect to point to version 9 in their web.config or app.config files, respectively:

    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    </dependentAssembly>