...
- 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 file from <ConnectServerInstallFolder>\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.
- Take backup of securityContext.xml file from AdeptiaServer\ServerKernel\etc\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 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.
...
- 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 | ||||
---|---|---|---|---|
|
...