Procedure: Fast upgrade Unica Deliver
About this task
To perform the fast upgrade of Unica Deliver, complete the following steps.
Procedure
-
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"
- Log in to Platform and navigate to Settings > Configuration.
-
Navigate to
Affinium|Campaign|partitions|partition1|Deliver and
provide value for
deliverPluginJarFile
as following.deliverPluginJarFile <CAMPAIGN_HOME>/Deliver/plugin/deliverplugin.jar
-
Navigate to
Affinium|Campaign|partitions|partition1|server|internal
and enable
DeliverInstalled
=yes
. -
Navigate to
Affinium|Deliver|partitions|partition1|dataSources|systemTables
and configuresystemTables
properties as per your Campaign schema. -
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.
-
Navigate to <CAMPAIGN_HOME>\Deliver\ddl and execute
ace_op_drop_systab_ora.sql
, if you possess Oracle Campaign system schema, else executeace_op_drop_systab.sql
on Campaign system schema. -
Navigate to <CAMPAIGN_HOME>\Deliver\ddl\unicode and
execute
ace_op_systab_<DB_TYPE>.sql
on Campaign system schema. -
Navigate to <CAMPAIGN_HOME>\Deliver\ddl and execute
ace_op_populate_systab_<DB_TYPE>.sql
on Campaign system schema. - Restart web app server and listener.