Install AutoClassifier Engine Components

Use the following steps to install AutoClassifier.

Procedure:                                             

  1. Double-click the BA Insight AutoClassifier<version>.msi to run the installer.
  2. Read and accept the End User License Agreement and click Next to continue.
  3. Continue to the Components to be installed dialog.


  4. Install AutoClassifier Admin Site and Engine: Select this option.
    1. This is the base AutoClassifier Admin Site and Engine.
    2. This includes a single Lucene site.
    3. This can be installed on a single server or multiple servers behind load balancing. 
    4. If AutoClassifier is being installed on a single server, a separate Lucene Site is not required, as the needed functionality is embedded in the engine. 
  5. Install AutoClassifier Adapter Crawler (optional): Select this option only if you are using AutoClassifier Adapters to crawl and tag content. 
    1. Example AutoClassifier can crawl and tag Elastic in-place.
    2. This option can be installed with or without the Engine.
  6. Install AutoClassifier Lucene site (optional): Select this option only if you are installing in a scaled environment. 
    1. When selected, this Lucene site overrides the default site included in the Install AutoClassifier Admin Site and Engine option.
    2. If the AutoClassifier Admin Site is to be installed on multiple servers for load balancing, install exactly one Lucene Site.
      1. The Lucene Site cannot be scaled.
      2. It is used for development purposes only.
    3. If AutoClassifier is being installed on a single server, a separate Lucene Site is not required, as the needed functionality is embedded in the engine. 
    4. If you set up a custom binding to your AutoClassifier Engine site, you have to update it in the Lucene Site web.config as well.
      • To do so, set the new value in the AutoClassifierServiceUrl setting. For example: <value>http://company.contoso.com:8080 </value>
  7. Configure Existing AutoClassifier Lucene Site: When scaling AutoClassifier the installer can point to an existing Lucene Site.
  8. Click Next and the Specify running account dialog appears. Enter the credentials for the account that will run the installed Application Pools and Windows Services. This account must have standard user privileges.

     
  9. Click Next to continue.
  10. Accept the default configuration ports or enter your own values. Note these values in the Installation Prerequisite checklist.



  11. Click Next to continue.
  12. Database and Logging Setup
    1. Database Connection String
      1. Configure the AutoClassifier database connection string, including:
        • Server
        • Database
        • Trusted Connection
    2. Logging Files Path
      1. The path to the directory that will store AutoClassifier's logging files.
      2. Accept the provided default path or set to a different path as desired.
    3. File Storage Path
      1. The path to the directory that will store AutoClassifier's recorder and Lucene index files.
      2. Accept the provided default path or set to a different path as desired.


  13. Click Next to continue.
  14. Java Settings: Specify the full path to your java.exe file
    1. Full Path to java.exe:
      1. Specify the full path to your java run time environment (JRE) executable (.exe) file.
      2. For example: C:\Program Files\AdoptOpenJDK\jdk-8.0.202.08\jre\bin\java.exe
    2. Default value:
      1. JAVA_HOME environment variable (if configured)


  15. Click the buttons Next > Install > Finish sequentially, to complete your installation.