...
- Navigate to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
- Open connect_export.xml in a text editor.
Add the following code snippet
highlighted in the following screenshot.just after the tag </ExportType>.
Code Block language css theme Midnight <!--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>-->
Save the file.
Changes in securityContext.xml
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.
Open securityContext.xml file.
Update the xsi:schemaLocation attribute as shown in the following screenshotcode snippet.
Code Block language css theme Midnight 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">
- Save the file.
Anchor | ||||
---|---|---|---|---|
|
...