Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section lists the prerequisites and steps for applying and verifying this patch.

...

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
  2. Open AgentContext.xml file.
  3. Set the following properties based on your environment.

    Tip
    If you are going to use a separate backend database for the Agent, you need to create the database and update this file with new database property. Or, you can use the existing backend database of Adeptia Connect and use its properties to update this file.
  4. JDBCurl
  5. driverclass : 
  6. User
  7. pass
  8. datasourceName
  9. hibernate.dialect: Update it based on your backend database 
    Image Removed

    Under "dataSourceAgent" section, update the following properties:

    Image Added

    1. Update the property "jdbcUrl" as jdbc:mysql://<hostname>:<port no.>/<DB Name>?useSSL.
      Here,
      Hostname: Name/IP address of the database server.
      Port No.: Port number of the database.
      Database name: Name of the database.
    2. driverClass: Update the driver class name.
    3. user: Enter the user name.
    4. password: Enter the password.
    5. dataSourceName: Enter the backend database name.
  10. Under "AgentEntityManagerFactory" section, update the "hibernate.dialect" property.
  11. Save the file.

Changes in hubConfiguration.properties file

...

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
  2. Open hubConfiguration.properties file.
  3. Set the "recipientsEmail" property with the email id of the recipient. 



    Note
    You can also update other properties like mailBodyContenType, mailSubject, mailBodyHeader, and mailBodyFooter based on your requirements. 


  4. Save the file.