Registering Unica Campaign manually
During the installation process. if the Unica Campaign installer cannot access the Unica Platform system tables, you must run the configTool utility to register Unica Campaign manually.
About this task
You can use the configTool and populateDb utilities to import and populate the Unica Campaign information in the Unica Platform system tables.
Procedure
-
Run the populateDb utility by using the following sample command as a
guideline.
populateDb.bat -n Campaign
The command imports security roles and permissions into the default partition.
- If you are upgrading Unica Campaign, unregister Unica Campaign by
using the following command:
configTool -x -p "Affinium|Campaign|about" -f exportedAbout.xml
The command exports the Unica Campaign About node to the exportedAbout.xml file.
-
Run the configTool utility by using the following sample commands as
guidelines:
- configTool -r Campaign -f "full_path_to_Campaign_installation_directory\conf\campaign_configuration.xml"
- configTool -v -i -p "Affinium|suite|uiNavigation|settingsMenu" -f "full_path_to_Campaign_installation_directory\conf\campaign_setup_navigation.xml"
- configTool -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "full_path_to_Campaign_installation_directory\conf\campaign_navigation.xml"
- configTool -v -i -p "Affinium|suite|uiNavigation|mainMenu|Analytics" -f "full_path_to_Campaign_installation_directory\conf\campaign_analysis_navigation.xml"
- configTool -v -i -p "Affinium|suite|uiNavigation|alerts" -f "full_path_to_Campaign_installation_directory\conf\campaign_alerts.xml"
configTool -v -i -p "Affinium|suite|uiNavigation|mainMenu|Campaign" -f "full_path_to_Campaign_installation_directory\conf\optimize_navigation.xml"
configTool -v -i -p "Affinium|suite|security|apiSecurity|campaign" -f "full_path_to_Campaign_installation_directory\conf\API_Filter.xml"
configTool -v -i -p "Affinium|suite|security|apiSecurity|campaign" -f "full_path_to_Campaign_installation_directory\conf\API_V2_Filter.xml"
configTool -v -i -p "Affinium|suite|security|apiSecurity|campaign" -f "full_path_to_Campaign_installation_directory\conf\API_V3_Filter.xml"
configTool -v -i -p "Affinium|suite|security|apiSecurity|campaign" -f "full_path_to_Campaign_installation_directory\conf\Engage_API_Filter.xml"
The commands import configuration properties and menu items. You must run the utility as many times as there are files.
- Run the following command after you register Unica Campaign:
configtool -i -p "Affinium|Campaign" -f exportedAbout.xml
The command imports the Unica Campaign About node to the exportedAbout.xml file.