This section lists the prerequisites and steps for applying and verifying this patch.
...
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
- Open AgentContext.xml file.
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. - JDBCurl
- driverclass :
- User
- pass
- datasourceName hibernate.dialect: Update it based on your backend database
- 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. - driverClass: Update the driver class name.
- user: Enter the user name.
- password: Enter the password.
- dataSourceName: Enter the backend database name.
- Under "AgentEntityManagerFactory" section, update the "hibernate.dialect" property.
- Save the file.
Under "dataSourceAgent" section, update the following properties:
Changes in hubConfiguration.properties file
...
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
- Open hubConfiguration.properties file.
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. - Save the file.