This section lists the prerequisites and explains how to apply the patch on Windows-based and Linux-based operating systems.
Prerequisites
...
Before applying the patch, ensure that you have:
- Read and Write permissions on all subfolders and files of ../AdeptiaSuite-<Version>.
- Stopped Kernel and Webrunner.
- Stopped process flows that are in Running or Queued state.
- Deactivated any running Mail Event.
- Taken the backup of a backend database.
- In case, the embedded database is used as the backend database, follow the below steps to take the backup:
- Stop Kernel and WebRunner.
- Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel folder.
- Copy the embeddedDB folder and keep it into a separate folder.
...
- In case, any other database is used as
a - the backend database, you need to follow the backup
instruction - instructions given by that Database Server. To know, which database is used as
a backend - the back end database, refer to Appendix A: Identify Backend Database.
- Make sure that you have Read and Write permission on all subfolders and files of ../AdeptiaSuite-<Version>
- Before applying the patch, make sure that any process flow should not be in Running or Queued state.
- Kernel and WebRunner must be stopped before you start applying the patch.
Applying Patch
Following are the high-level steps to apply the patch.
In case you have updated export.xml (during Migration of objects), and you wish to keep changes after applying the patch, keep a backup of this file from the path: ...\<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility. After the patch application is complete, merge the changes done in the backed up file with the new file (export.xml) generated.
Info title Note Do not replace the backup of export.xml to the newly created export.xml. Only merge the changes from the old file to the new one.
Steps to apply the patch:
For Windows
- Download the latest patch from the provided URL.
- Extract the downloaded zip file in a folder.
- Open the Command Prompt and change .
- Go to the folder where you have extracted the patch zip file.
- Depending on the operating system you are using, run one of the following commands:
For Windows
Run the following command to apply the patch:Apply-Patch.bat "<Path where Adeptia Suite is
installed.>installed till AdeptiaServer folder>"
ExampleFor example:
Apply-Patch.bat "C:
\/Program Files
\/AdeptiaSuite
\/AdeptiaSuite-
<version>\AdeptiaServer"x.x/AdeptiaServer"
Once the patch is applied, a confirmation message will be displayed.
Start Kernel and WebRunner.
For
...
Linux
- Open the Terminal.
- Download the latest patch from the provided URL.
- Extract the downloaded zip file in a directory.
- Go to the directory where you have extracted the zip file.
Run the following command to apply the patch:
./Apply-Patch.sh <Path where Adeptia Suite is installed
.>till Adeptia Server folder>
For example:
./Apply-Patch.sh /mnt/AdeptiaSuite-x.x/AdeptiaServer
Once the patch is applied, a confirmation message will be displayed.
- Start Kernel and WebRunner.
Info |
---|
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
Info |
---|
If you wish to use upgraded Rich Forms in Adeptia Suite and not configured yet then click here. |
Upgrading Rich Form
This section is applicable for upgrading Rich Form in Adeptia Suite v6.9.6.
Follow the below steps if you have Rich Forms v7.3.2 in Adeptia Suite and want to upgrade it.
- Stop Kernel and WebRunner.
- Go to the folder where you have extracted the zip file.
- Copy these jar files to .../<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\RichForms\WEB-INF\lib location.
- hibernate-search-engine-4.4.6.Final.jar
- hibernate-search-orm-4.4.6.Final.jar
- lucene-core-3.6.0.jar
- Start Kernel and WebRunner.