Versions Compared

Key

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

...

  1. Navigate to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
  2. Open connect_export.xml in a text editor.
  3. Add the following code snippet

    highlighted in the following screenshot. Image Removed

    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 <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.

  2. Open securityContext.xml file.

  3. Update the xsi:schemaLocation attribute as shown in the following screenshotcode snippet
    Image Removed

    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">


  4. Save the file.

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

...