This section lists the prerequisites and explains how to apply the patch on Windows-based and Linux-based operating systems.
Table of Contents | ||
---|---|---|
|
Prerequisites
Before applying the patch, ensure that you have:
...
- 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.
Take backup of export.xml and connect_export.xml files from …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location. These backup files will help you replicate the manual changes in case you have done earlier in these files before applying this patch.
Take backup of connect_export.xml file from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location. This backup file will help you replicate the manual changes in case you have done earlier in the connect_export.xml file before applying this 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 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 onetitle Note Ensure that you have followed the Prerequisites' instructions given on the Installing Adeptia Suite page.
Applying the patch
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.
Start Kernel and WebRunner.
...
After applying this patch, refer to post patch deployment section for manual changes.
Anchor | ||||
---|---|---|---|---|
|
In this release, some manual changes are required in Server.
Changes in securityContext.xml file
Go to …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.
Open securityContext.xml file.
Go to Security for the administration UI section and make the following change:
- Add the below property under the security headers tag:
<security:hsts max-age-seconds="31536000"/>
- Add the below property under the security headers tag:
- Go to Secured pages with SAML as entry point section and make the following change:
- Add the below property under the security headers tag:
<security:hsts max-age-seconds="31536000"/>
- Add the below property under the security headers tag:
- Save the file.
- Restart the Server.
Changes in connect_export.xml
Go to …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.
Open connect_export.xml file.
Search for List of all activity types that need to be exported and add the following activity under this section:
<activity type="Email Notification Format" />
Save the file.
Changes in export.xml
Go to …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.
Open export.xml file.
Search for List of all activity types that need to be exported and add the following activities under this section:
<activity name="KafkaAccount" />
<activity name="KafkaListener" />
<activity name="KafkaTarget" />Save the file.
Once the post patch deployment steps are done, start the services, i.e. Kernel and WebRunner.