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.

...

After applying this patch, refer to post patch deployment section for manual changes.

Anchor
Post Patch Deployment Steps
Post Patch Deployment Steps
Post patch deployment steps

...

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.

  2. Open connect_export.xml file.

  3. Search for the Activities tag containing the activityRefId="002" and add the following activities within this tag:

    <activity type="Email Notification Format" />
    <activity name="KafkaAccount" />
    <activity name="KafkaListener" />
    <activity name="KafkaTarget" />

    Image Modified

  4. Save the file.

Changes in export.xml

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\MigrationUtility location.

  2. Open export.xml file.

  3. Search for the Activities tag containing the activityId="003" and add the following activities within this tag:

    <activity name="KafkaAccount" />
    <activity name="KafkaListener" />
    <activity name="KafkaTarget" />

    Image Modified

  4. Save the file.

  5. Restart the Connect Server.

Changes in applicationconfig.xml

...