Removing v6.9.15 patch

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.  

This section lists the prerequisites and steps for recovering the patch.

Prerequisites

Ensure that you have:

  • Read and Write permissions on all subfolders and files of .../AdeptiaSuite-<Version>.
  • Copied the following files (that you had saved as a backup before applying the patch) and paste them at .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/embeddedDb/db location, in case you are using HSQL database.

    • indigo.script
    • logs.script

    • abpmquartz.script

  • Stopped Kernel and WebRunner.

Recovering the patch

For Windows

  1. Open the Command Prompt.
  2. Go to the folder from where you applied the previous patch.
  3. Run the following command to recover the patch:
    Recover-Patch.bat “<Path where Adeptia Suite is installed till AdeptiaServer folder>” 

    For example:

    Recover-Patch.bat "C:/Program Files/AdeptiaSuite/AdeptiaSuite-x.x/AdeptiaServer"

    Once the patch is recovered, a confirmation message will be displayed.


For Linux

  1. Open the Terminal.
  2. Go to the directory from where you applied the previous patch.
  3. Run the following command to recover the patch:
    Recover-Patch.bat <Path where Adeptia Suite is installed till AdeptiaServer folder> 

    For example:

    Recover-Patch.bat /mnt/AdeptiaSuite-x.x/AdeptiaServer

    Once the patch is recovered, a confirmation message will be displayed.


Any new data created in the HSQL database while using AS v6.9.15 will no longer be available once the recovery gets completed. 

Post Recovery Steps

After recovery of this patch, you need to perform the following steps manually:

  1. Copy the web.xml file (that you had saved as a backup before applying the patch) and paste it at .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/web/WEB-INF location.
  2. Copy the jetty.xml file (that you had saved as a backup before applying the patch) and paste it at .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc/jetty location.
  3. Copy the webdefault.xml file (that you had saved as a backup before applying the patch) and paste it at .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/web/WEB-INF location.
  4. Copy the launcher.properties file (that you had saved as a backup before applying the patch) and paste it at ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc location.
  5. Start Kernel and WebRunner.