Applying v6.9.17 patch
This section lists the prerequisites and steps for applying this patch.
![]() | Though every release of Adeptia comes with seamless upgrades and bug-free patches, for customer's complex use cases, we recommend applying the patch in a non-production environment first followed by testing. After the use cases run successfully without any errors or warnings, you can apply the patch in the production environment. |
Prerequisites
- You have minimum of 2048 MB of free disc space available on your system.
- You have referred to the database permission details in this page.
- Read and Write permissions on all sub-folders and files of ../AdeptiaSuite-<Version>.
- Stopped Kernel and WebRunner.
- Stopped process flows that are in Running or Queued state.
- Deactivated any running Event.
- Taken the backup of a backend database.
- In case, the embedded database (HSQL) 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 the backend database, you need to follow the backup instructions given by that Database Server. To know, which database is used as the back end database, refer to Appendix A: Identify Backend Database.
- Ensure that you have followed the Prerequisites' instructions given on the Installing Adeptia Suite page.
- Take backup of the web.xml file located at **...****<AdeptiaInstallFolder>\AdeptiaServer\****ServerKernel\**ConnectServer\web\WEB-INF.
Applying the patch
Upgrade steps vary by OS. Follow the instructions in the Windows or Linux subsection as applicable.
![]() | For this version, the license update is optional. However, if you do not update the license after applying the patch, the application will keep showing you the last version of the product instead of 6.9.15. To get the latest license contact support@adeptia.com. For information on how to update the license, refer to Updating the Latest License and for activating the license in offline mode, refer to Activating License. |
For Windows
-
Download the latest patch from the provided URL.
-
Extract the downloaded zip file in a folder.
-
Open the Command Prompt.
-
Go to the folder where you have extracted the zip file.
-
Run the following command to apply the patch:
Apply-Patch.bat "<Path where Adeptia Suite is installed till AdeptiaServer folder>"
For example:
Apply-Patch.bat "C:/Program Files/AdeptiaSuite/AdeptiaSuite-x.x/AdeptiaServer"
Once the patch is applied, a confirmation message will be displayed.
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.
![]() |
|
After applying this patch, perform the post patch deployment steps discussed in the following section.
Post patch deployment steps
In this release, some manual changes are required in Connect Server.
Update the web.xml file
- Copy the web.xml file from patch location, and paste it at the following location:
**<****AdeptiaInstallFolder>\AdeptiaServer\****ServerKernel\**ConnectServer\web\WEB-INF. - Open the copied file and replicate the manual changes that you may have done in your previous web.xml file (that you had saved as a backup).
- Save the file.
![]() | After you have followed the post patch deployment steps, restart the Kernel and WebRunner. |
In case you need to rollback, refer to this page.



