Versions Compared

Key

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

...

  • You have Read and Write permissions on all sub-folders and files of .../AdeptiaConnect-<Version>.
  • Services such as Kernel, WebRunner, and AIMap are stopped.
  • Take backup of jetty.xml file from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty location. This file will help you recover the patch manually, if required.
  • No process flow or transaction should be in running, waiting or queued state. 
  • Latest License details of Adeptia Connect. You can contact Adeptia Support for more details.
  • In case, you are using MySQL as a backend and Log database and applying the latest patch 'AdeptiaConnect_3_2_04_30April2020.zip' on the tags mentioned below then you must remove the manual changes from server-config.properties and qaurtz.properties files which were done earlier to deploy the patch.

    • Release_AC_3_2_06March2020
    • Release_AC_3_2_01_29March2020
    • Release_AC_3_2_02_02April2020
    • Release_AC_3_2_03_09April2020

    Steps to remove the manual changes from qaurtz.properties file:

    Info
    You need to perform the below steps for Log, Backend, and Archival database.
    1. Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc location.
    2. Open quartz.properties file.
    3. Go to Configure Datasources section and do the following changes:
      • Update the property 'org.quartz.dataSource.aBPM.driver' value as com.mysql.jdbc.Driver.
      • Update the property 'abpm.jdo.url' value by removing removing the value ?useSSL=false&serverTimezone=<time zone> at the end of the URL.

    4. Save the file.

    Steps to remove the manual changes from server-config.properties file:

    Info
    You need to perform the below steps for Log, Backend, and Archival database.
    1. Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc location.
    2. Open server-configure.properties file.
    3. 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.
    4. Go to Database Appender section and do the following changes:
      • Update the property 'log4j.appender.jdbc.dbclass' value as com.mysql.jdbc.Driver.
      • Update the property 'abpm.jdo.url' by removing the value ?useSSL=false&amp;serverTimezone=<time zone> at the end of the URL.

    5. Save the file.

...