Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section lists the prerequisites and steps for applying and verifying this patch.

...

Anchor
Prerequisites
Prerequisites
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.  
  • Take backup of applicationconfig.xml file from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location. This backup file will help you replicate the manual changes in case you have done earlier in the applicationconfig.xml file 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.

Anchor
Applying the patch
Applying the patch
Applying the patch

...

After applying this patch, refer to post patch deployment section for manual changes.

Anchor
Post Patch Deployment Steps
Post Patch Deployment Steps
Post patch deployment steps

...

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.

  2. Open connect_export.xml file.

  3. 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" />

    Image Modified

  4. Save the file.

Changes in export.xml

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.

  2. Open export.xml file.

  3. 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" />

    Image Modified

  4. Save the file.

  5. Restart the Connect Server.

Changes in applicationconfig.xml

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.

  2. Open applicationconfig.xml file.

  3. Do the same manual changes in the file that you have done in your previous applicationconfig.xml file (that you had saved as a backup).

  4. Save the file.


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.

Warning
This step is required only when you are a licensed user of SecureBridge Agent Manager in Adeptia Connect v3.3.

To know how to run the utility, refer to this page in the Help documentation. 

Anchor
Verifying Connect Server Patch
Verifying Connect Server Patch
Verifying Connect Server patch

To verify whether the patch is applied successfully:

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\CVS location.

  2. Open the Tag file.

  3. 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

Applying Connect Portal patch