This section lists the prerequisites and steps for applying and verifying 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 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 securityContext.xml file from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location. This backup file will help you replicate the manual changes in case you have done earlier in the securityContext.xml file before applying this patch.
- Take backup of export.xml and connect_export.xml files from …<ConnectServerInstallFolder>\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.
- No process flow or transaction should be in running, waiting or queued state.
- Ensure that you have followed the Prerequisites' instructions given on the Upgrade page.
Applying the patch
After you have applied the patch, PatchApplicationLog_<Date>.log file is created inside the logs folder. The logs folder is available in the same folder from where you have applied the patch. PatchApplicationLog_<Date>.log file contains the logs generated during patch application and can be used to troubleshoot any issue related to the patch application.
Patch application may take some time, in case there are a large number of records in the backend and log database.
The patch will automatically rollback, in case of any error during the deployment.
After applying this patch, refer to post patch deployment section for manual changes.
Post patch deployment steps
In this release, some manual changes are required in Connect Server.
Changes in securityContext.xml file
Go to …<ConnectServerInstallFolder>\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.
Changes in connect_export.xml
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.
Open connect_export.xml file.
Search for the Activities tag containing the activityRefId="002" and add the following activities within this tag:
<activity type="Email Notification Format" />
<activity name="KafkaAccount" />
<activity name="KafkaListener" />
<activity name="KafkaTarget" />Save the file.
Changes in export.xml
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.
Open export.xml file.
Search for the Activities tag containing the activityId="003" and add the following activities within this tag:
<activity name="KafkaAccount" />
<activity name="KafkaListener" />
<activity name="KafkaTarget" />Save the file.
Restart the Connect Server.
Changes in SecureBridge Agent Manager
After upgrading to Adeptia Connect v3.4, you need to run the SecureBridge Agent Manager Migration Utility to be able to make the older version of the SecureBridge compatible with that in AC v3.4.
To know how to run the utility, refer to this page in the Help documentation.
Verifying Connect Server patch
To verify whether the patch is applied successfully:
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\CVS location.
Open the Tag file.
- Check the Build Tag. If the build tag matches the tag of the Connect Server, it indicates that the Connect Server patch is deployed successfully.
Next step