Install Enterprise Manager

  1. Login to Windows using a user login that belongs to the local system's Administrators group.
  2. Double-click setup.exe to run the AgilePoint installer. The AgilePoint installation window appears.
  3. Click the Install AgilePoint… link that is most appropriate for your system.
  4. Click the link for AgilePoint Enterprise Manager.
  5. Click Next in the AgilePoint Enterprise Manager window.
  6. Select the site for which you would like to install AgilePoint Enterprise Manager. It is recommended to use the same site where you installed AgilePoint Server.
  7. Enter a Virtual Directory name. The default is EnterpriseManager.
  8. In the Application Pool field, select the application pool you want to use.
  9. Click Next.
  10. The installer is now ready to install AgilePoint Enterprise Manager. Click Next to install.
  11. Once the Installation Complete message is displayed, click Close to complete the installation.
  12. If you see a Setup succeeded message, click OK. If you see a Setup has completed. Would you like to reboot now? message, you can click either Yes or No.
  13. (Note that this step applies only under the specified conditions.) Open the file[AgilePointWebSiteLocation]\EnterpriseManager\web.config, modify the value of the serverUrl key using the following instructions:
    • NLB environment - replace localhost with the virtual IP address assigned to AgilePoint Server. Use the same port number as AgilePoint Server.
    • Non-NLB environment - Only if AgilePoint Server is bound to a specific IP address in IIS (rather than to "All Unassigned"), replace localhost with the physical IP address assigned to AgilePoint Server.

    Example:

    <add key="ServerUrl" value="http://1.2.3.4:81/AgilePointServer" />
  14. Make sure the Web Site for which AgilePoint Server/AgilePoint Enterprise Manager is installed is configured to run under the .NET 2.0 Framework:
    1. Open IIS and expand Web Sites, then right-click the Web site that contains the AgilePoint Server virtual directory and click Properties.
    2. Click the ASP.NET tab.
    3. In the ASP.NET field, make sure it is set for 2.0.
    4. Click OK.The Login page appears.
  15. Log on to AgilePoint Enterprise Manager using the AgilePoint System User account. The AgilePoint System User account is configured in the AgilePoint Server Configuration. This is an important step as this is when the database tables are created in the AgilePoint Workflow Database.

    The AgilePoint Enterprise Manager Main Page appears.

Keep AgilePoint Enterprise Manager open for the next step.