The patch will automatically recover if any error occurs. In case, you want to recover the patch manually, follow the steps described later in this section.
...
Expand |
---|
title | Prerequisites for MySQL database |
---|
|
This section is applicable only when MySQL is being used as a backend or log database. In case you are using MS SQL or Oracle as backend or log database then you must can skip this step. Steps to remove the manual changes from server-configconfigure.properties file: Info |
---|
You need to perform the below steps for Log, Backend, and Archival the backend and log database. If you have configured a separate database for archiving the logs then you need to perform the same steps for the Archival log database. |
- Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
- Open server-configure.properties file.
- Go to Database Configuration section and do the following changes:
- Update the property 'abpm.jdo.driver' value as com.mysql.jdbc.Driver.
- Update the property 'abpm.jdo.url' by removing the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.
- Go to Database Appender section and do the following changes:
Save the file.
Steps to remove the manual changes from qaurtz.properties file: - Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
- Open quartz.properties file.
- Go to Configure Datasources section and do the following changes:
- Save the file.
|
...