Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

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

...

  • 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 connect_export.xml, export.xml, and connect_import.xml files file from <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location. These  This backup files file will help you replicate the manual changes in case you have done earlier in these files that you may have done in this file in the past before applying this patch.  
  • Take the backup of applicationconfigsecurityContext.xml file file from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.These backup files \saml location. This backup file will help you replicate the manual changes in case you have done earlier in these files that you may have done in this file in the past before applying this patch.
  • Take the backup of the objects. Refer to /wiki/spaces/AC36/pages/2494977 page to know why and how you need to back up and restore the objects.
  •  
  • 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.

...

Changes in connect_export.xml

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

  2. Open Navigate to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
  3. Open connect_export.xml file in a text editor.
  4. Search for the Activities tag containing the activityRefId="002" and add the following activities within this tag:
    <activity type="PDF Schema" />
    <activity type="Connectors" />

    Image Removed
    Image Removed

    Add the following code snippet just after the tag </ExportType>. 

    Code Block
    languagecss
    themeMidnight
    <!--Possible value of comparison operator (">",">=","<","<=")-->
    <!--<ModifiedDate
    comment="Specify the date(YYYY-MM-DD hh:mm:ss) along with comparison operator"><![CDATA[> 2021-05-24 16:39:10]]></ModifiedDate>-->


  5. Save the file.


Changes

...

in securityContext.xml

  1. Go to 

...

  1. <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\

...

  1. saml location.

  2. Open 

...

  1. securityContext.xml file.

Search for the Activities tag containing the activityId="003" and add the following activities within this tag:
<activity name="PDFSchema" />

...

Save the file.

Changes in connect_import.xml

  1. Copy the connect_import.xml file from the patch location.

  2. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location and paste the copied file here.

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

  5. Save the file.

Changes in applicationconfig.xml file

Note
You need to follow these instructions only if you have made changes to your previous applicationconfig.xml file.

There are some properties that need to change after you finish the deployment. These changes can be done through the Connect GUI. Following the steps below to change the four properties being discussed hereunder.

  1. Click Account > Settings.
  2. Expand the Server Node Settings in the left panel.
  3. Select the server node.
  4. Click Edit.
  5. Click Image Removed to expand the Performance Optimization property.
    Image Removed
  6. Click Image Removed to expand the Spring Retry Policy Configurations.
    Image Removed
  7. Update the values of the following properties from the backup of applicationconfig.xml file as explained below.

    Old Property Name (applicationconfig.xml backup)New Property Name (Settings UI)maxAttemptsabpm.spring.retry.policy.maxAttemptsinitialIntervalabpm.spring.retry.backOff.policy.initialIntervalmultiplierabpm.spring.retry.backOff.policy.multipliermaxIntervalabpm.spring.retry.backOff.policy.maxInterval
  8. Click Save.
  9. Restart the server

    Update the xsi:schemaLocation attribute as shown in the following code snippet. 

    Code Block
    languagecss
    themeMidnight
    xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:org/springframework/beans/factory/xml/spring-beans.xsd
    http://www.springframework.org/schema/security classpath:org/springframework/security/config/spring-security-5.6.xsd
    http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">


  10. Save the file.

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

...