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.

...

  • Read and Write permissions on all sub-folders and files of .../AdeptiaConnect-<Version>
  • Take backup of securityContext.xml file from ConnectPortal\resources_config\saml location. This backup file will help you replicate the manual changes that you may have done in this file in the past before applying this patch.
  • Take backup of connect_export.xml file from AdeptiaServer\ServerKernel\MigrationUtility location. This backup file will help you replicate the manual changes that you may have done in this file in the past before applying this patch.

    Tip
    In case you are upgrading from AC v3.6.11, you need not take the backup of the connect_export.xml file.


  • Prerequisites when upgrading from AC v3.7.
  • Connect Server services are running.
  • Connect Portal service is stopped.
  • Ensure that you have followed the Prerequisites' instructions given on the Upgrade page.

...

In this release, some manual changes are required in Connect Portal. The changes differ based on which version you are upgrading from – AC v3.5.24, v3.6.11, or v3.7.

Expand
titleWhen upgrading from AC v3.7

When upgrading from AC v3.7

Changes in 

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

  2. Open securityContext.xml file.

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

Expand
titleWhen upgrading from AC v3.6.11

When upgrading from AC v3.6.11

Changes in securityContext.xml

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

  2. Open securityContext.xml file.

  3. 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.7.xsd
    http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">


  4. Save the file.
Expand
titleWhen upgrading from AC v3.5.24

When upgrading from AC v3.5.24

Changes in connect_export.xml

  1. Navigate to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
  2. Open connect_export.xml in a text editor.
  3. 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>-->


  4. Save the file.

Changes in securityContext.xml

  1. Go to 

...

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

  2. Open securityContext.xml file.

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

...

  1. http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">


  2. Save the file.

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.

Anchor
Verifying Connect Portal patch
Verifying Connect Portal patch
Verifying Connect Portal patch

...