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 from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location. These backup files will help you replicate the manual changes in case you have done earlier in these files before applying this patch.
- Take the backup of applicationconfig.xml file from …<ConnectServerInstallFolder>from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc locationetc location. This These backup file files will help you replicate the manual changes in case you have done earlier in the applicationconfig.xml file in these files before applying this patch.
- Take the backup of the objects. Refer to this 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.
...
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.
Open connect_export.xml file.
Search for the Activities tag containing the activityRefId="002" and add the following activities within this tag:
<activity type="PDF Schema" />
<activity type="Connectors" />Save the file.
Changes in export.xml
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.
Open export.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
Copy the connect_import.xml file from the patch location.
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location and paste the copied file here.
- Open connect_import.xml file.
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).
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.
- Click Accounts > Settings.
- Expand the Server Node Settings in the left panel.
- Select the server node.
- Click Edit.
- Click to expand the Performance Optimization property.
- Click to expand the Spring Retry Policy Configurations.
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) maxAttempts abpm.spring.retry.policy.maxAttempts initialInterval abpm.spring.retry.backOff.policy.initialInterval multiplier abpm.spring.retry.backOff.policy.multiplier maxInterval abpm.spring.retry.backOff.policy.maxInterval - Click Save.
- Restart the server.
Anchor | ||||
---|---|---|---|---|
|
...