If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Installing Aptify Web for Aptify 5.5.3

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:
 

Note

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. 

Note Concerning Updating an Existing Site

If you have an existing Aptify site, see important information related in Updating an Existing Aptify Website.

 

  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 5.5.3, and you are installing the Aptify 5.5.3 on the web server). This is a pre-requisite before you can install the Aptify site.
  2. Identify the web server that will host Aptify. This server must meet the requirements specified in Server Requirements for the Aptify Web Interface.
    • If the web server is installed on a different computer than the database server and you have chosen to use Windows Authentication, confirm that your network is configured to support delegation. See Aptify Site and Network Delegation for details.
    • For web servers that will be available over the public Internet, you should install and test the Aptify site within the firewall first before moving the web server outside your organization's firewall.

      For web servers that will be available on the public Internet, you must secure the site using HTTP over a Secure Socket Layer (SSL) to create an HTTPS site. The default installation of the Aptify site requires SSL. The site will not load successfully unless the site is configured to use SSL. See Securing the Aptify Web Site Using SSL for additional information.



  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.

     

    • This is the user account that Aptify (SOA layer) uses to communicate with the Aptify database server.
    • The account must be a trusted user with a valid end user license (elevated permissions are not required) to the Aptify database server with the appropriate privileges to conduct Aptify activity. The SOA user should also be in the Users group.

    • During the setup process, the SOA user is added to the AptifySOAAppPoolGroup. This group is only intended for the SOA user and ensure user tokens are secure.

      Per packaging requirements for this version, the Application Pool Identity used by the Aptify website is set to LocalSystem and the identity used by the AptifyServiceAPI (SOA layer) site is set to run as the user specified in the setup program.

       

       

  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. See Updating an Existing Aptify Website for more details.
  6. Determine whether the web server has the following software installed:
    • Aptify Desktop client
    • Microsoft .NET Framework 4.5
    • ASP .NET MVC 4
       
  7. If the Aptify Desktop client is not installed on the web server, install it. See Installing the Aptify Desktop Client.
    • The client application provides the active Aptify Object Repository service used during the installation process.
       
  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.
    • Run the installation program locally on the web server that will host the Aptify site; do not run it over the network.
       
  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.
    • On Windows Server 2008, the Run as Administrator option bypasses the server's User Access Control (UAC) for the duration of the installation.
       
  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.




  15. Click OK to continue.
  16. In the Website field, select the name under which the Aptify site will be hosted.
    • Default Website is selected by default, however you can host the Aptify website under another site. The site must be manually created through the IIS Manager prior to running the Aptify website setup.
       
  17. In the Application Pool HTML5Web field, enter the name to be used for the Aptify website.
    • The default application pool name is Aptify_HTML5Web
    • Per packaging requirements for this version, the Application Pool Identity used by the Aptify website is set to LocalSystem.
       
  18. In the Application Pool SOA field, enter the name to be used for the Aptify SOA site.
    • The default application pool name is Aptify_SOAWeb
       
  19. In the SOA Pool User Name field, specify the trusted user account that you want to use for the Aptify website.
    • This is the user the identified in Step 3.
       
  20. In the Password field, enter the password for this user.
  21. In the Website Location field, specify the location where the Aptify website files should be installed on the web server.
    • The default installation path is c:\inetpub\wwwroot and the Aptify sub-folder is created automatically. 

    • For example, if you want to use the location c:\inetpub\wwwroot\myorg to install the website files, the path to the Aptify sub-folder would be c:\inetpub\wwwroot\myorg\aptify.

      Note Concerning Aptify SOA Site

      The default installation path of the Aptify SOA layer is c:\inetpub\wwwroot\ and the web folder is AptifyServicesAPI. The path and location can be modified manually once the Aptify website is installed.



  22. In the Site Name field, enter the name of the website to be used in creating URLs.
    • It is not necessary to include the protocol prefix (https://) in the site name as Aptify appends it automatically.
    • This is the site name for the website that user will enter to browse this site. For example, enter MyOrg.org, if users will browse to https://MyOrg.org to connect to the server.
    • This field can be left blank, and the setup program uses the server host name and domain name to create URLs.

      Some additional configuration needs to be done to support the site name entered. Microsoft IIS must be updated with the new site name, and the host file at c:\windows\system 32\Drivers\etc\host must to be updated to include the web server’s IP address and the site name.



  23. In the Object Cache Path field, select the location in which the Aptify Desktop client is installed.
    • The default location is C:\Program Files\Aptify 5.0.

      Web Services Installation Details
       

  24. Click Next to continue and review your installation options.
  25. Click Finish to begin the installation process.
  26. 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.

    SAP Crystal Reports Installation Dialog
  27. 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.

    Access Database Engine Installation Dialog

  28. Click OK when prompted that Aptify has been successfully installed to close the installer.
  29. Restart the IIS service.
    • Although technically not required, restarting the IIS service will ensure that all existing sessions connected to the web server are terminated before the website is used.
    • You can restart the IIS service from either the Internet Information Service (IIS) Manager or from the Windows Services dialog.
       
  30. 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.
  31. If your environment contains over 10,000 products (or if you expect that it will exceed this amount), you will need to increase the value of the maxProductCount attribute to ensure that new products will be displayed in order lines. See Defining the Products Attribute for Aptify Web for more information.
  32. Connect to the Aptify website to confirm that it loads properly using a supported web browser.
    • By default, this step assumes that you have a user account (trusted or untrusted) with a valid license in Aptify.
    • If connecting to Aptify directly from a web server that is in a nested (hierarchical) domain, you must address it with the fully qualified domain, such as: http://server.teir2.teir1.com/aptify
    • If connecting from another computer on the network, then enter http://[server name]/aptify in the browser window.

Copyright © 2014-2017 Aptify - Confidential and Proprietary