Procedure: Fast upgrade Unica Deliver

About this task

To perform the fast upgrade of Unica Deliver, complete the following steps.

Procedure

  1. Open a command prompt and navigate to <PLATFORM_HOME>/tools/bin and execute the following commands.
    • configTool.bat / sh -u eMessage
    • configTool.bat / sh -d -p "Affinium|Campaign|partitions|partition1|server|internal|eMessageInstalled" -o
    • configTool.bat / sh -d -p "Affinium|Campaign|partitions|partition1|eMessage" -o
    • configTool.bat / sh -r Deliver -f "<CAMPAIGN_HOME>\Deliver\conf\deliver_configuration.xml"
    • configTool.bat / sh -v -i -p "Affinium|suite|uiNavigation|settingsMenu" -f "<CAMPAIGN_HOME>\Deliver\conf\deliver_op_odsettings_navigation.xml"
    • configTool.bat / sh -v -i -p "Affinium|suite|uiNavigation|mainMenu|Campaign" -f "<CAMPAIGN_HOME>\Deliver\conf\deliver_op_mailings_navigation.xml"
    • configTool.bat / sh -v -i -p "Affinium|suite|uiNavigation|mainMenu|Campaign" -f "<CAMPAIGN_HOME>\Deliver\conf\deliver_op_documents_navigation.xml"
    • configTool.bat / sh -v -i -p "Affinium|suite|uiNavigation|mainMenu|Analytics" -f "<CAMPAIGN_HOME>\Deliver\conf\deliver_op_analytics_navigation.xml"
    • configTool.bat/sh -v -i -p "Affinium|suite|uiNavigation|mainMenu|Campaign" -f "<CAMPAIGN_HOME>/Deliver/conf/deliver_op_new_documents_navigation.xml"
  2. Log in to Platform and navigate to Settings > Configuration.
  3. Navigate to Affinium|Campaign|partitions|partition1|Deliver and provide value for deliverPluginJarFile as following.

    deliverPluginJarFile <CAMPAIGN_HOME>/Deliver/plugin/deliverplugin.jar

  4. Navigate to Affinium|Campaign|partitions|partition1|server|internal and enable DeliverInstalled= yes.
  5. Navigate to Affinium|Deliver|partitions|partition1|dataSources|systemTables and configure systemTables properties as per your Campaign schema.
  6. Assign UNICA_HOSTED_SERVICES datasource to asm_admin user with appropriate account and its password.

    Ensure to take a backup of Campaign system table schema before executing the next steps.

  7. Navigate to <CAMPAIGN_HOME>\Deliver\ddl and execute ace_op_drop_systab_ora.sql, if you possess Oracle Campaign system schema, else execute ace_op_drop_systab.sql on Campaign system schema.
  8. Navigate to <CAMPAIGN_HOME>\Deliver\ddl\unicode and execute ace_op_systab_<DB_TYPE>.sql on Campaign system schema.
  9. Navigate to <CAMPAIGN_HOME>\Deliver\ddl and execute ace_op_populate_systab_<DB_TYPE>.sql on Campaign system schema.
  10. Restart web app server and listener.