Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

  1. For installation
    1. Set up two databases to host Adeptia Backend and Log database.
    2. The database must be accessible through TCP/IP. The port must be fixed and opened.
    3. Ensure that you have below permissions of Database for Adeptia Backend and Log database.

      Database

      Required Permission

      MySQL

      Ensure that you have permission to SELECT, CREATE, DROP, INDEX, ALTER, INSERT, UPDATE, DELETE, REFERENCES, CREATE ROUTINE, ALTER ROUTINE, and EXECUTE for MySQL Database.

      Oracle

      Ensure that you have permission to CREATE SESSION, CREATE TABLE, CREATE ANY TABLE, ALTER ANY TABLE, DROP ANY TABLE, DELETE ANY TABLE, SELECT ANY TABLE, UPDATE ANY TABLE, INSERT ANY TABLE, CREATE ANY INDEX, ALTER ANY INDEX, DROP ANY INDEX,CREATE PROCEDURE, CREATE ANY PROCEDURE, ALTER ANY PROCEDURE, DROP ANY PROCEDURE, and EXECUTE ANY PROCEDURE for Oracle Database.

      SQL Server

      Ensure that you have permission to CREATE TABLE, ADD COLUMN, CREATE INDEX, DROP COLUMN, DROP INDEX, DROP TABLE, CREATE PROCEDURE, ALTER PROCEDURE, EXECUTE, and DROP PROCEDURE for SQL Server Database.

    4. If the user account created in MSSQL, then it must use SQL authentication mode.
    5. Access to the database server where Adeptia Backend and Log database tables can be configured using the user account created in the previous step.
    6. Administrator rights on the server where Adeptia application will be installed.

  2. Only for Clustering: All AIS nodes (components of the Adeptia application) must have read/write access to RAID shared drive without login credentials.
  3. Setup and configure an internal and external load balancer as per the deployment diagram.
    • The Security certificate to be installed on the internal and external load balancer can be either CA-signed or self-signed, however, we recommend a CA-signed certificate.
  4. HTTP/HTTPS port (80/443) to be opened for an inbound request to the DMZ from the external environment.

    Info
    In case, you are using default application ports then open these the ports for HTTP/HTTPS (8088/8843).
  5. HTTP/HTTPS port (80/443) to be opened for the inbound request to the private network from the DMZ.

    Info
    In case, you are using default application ports then open these the ports for HTTP/HTTPS (8080/8443).
  6. Windows firewall from all instances must be turned OFF.
  7. One email account with SMTP address details used for sending notifications from the Adeptia application.
  8. Whitelist https://connect.adeptia.com in the firewall for incoming and outgoing traffic for using business applications such as Quickbooks, Salesforce, or any other. 
  9. Maintain a replica of the database and shared drives you are using. This is necessary if you are setting a disaster recovery environment.

...