Registering Unica Plan manually

If the Unica Plan installer cannot connect with the Unica Platform system table database during the installation, your installation fails. In this case, you must register Unica Plan manually.

About this task

Even if the installers fail to connect to the system tables, the installation process proceeds. In this case, you must import the product information into the Unica Platform system tables manually.

The configTool utility that is mentioned in this procedure is in the tools/bin directory under your Unica Platform installation. For detailed instructions on using the configTool utility, see configTool.

Complete the following steps to register Unica Plan manually:

Procedure

  1. Set the environment variable by completing following actions:
    • For Windows™, set an environment variable named NAVIGATION_DIR to the Unica Plan conf directory.
    • For Unix, set an environment variable named $NAVIGATION_DIR to the Unica Plan conf directory.
  2. Run the configTool utility by using the following example commands as guidelines.
    • For Windows, use the following commands:

      configTool.bat -v -i -p "Affinium" -f "%NAVIGATION_DIR%\plan_registration.xml"

      configTool.bat -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "%NAVIGATION_DIR%\plan_navigation_operations.xml"

      Run the following command if the Financial Module is installed in Unica Plan.

      configTool.bat -v -i -p "Affinium|suite|uiNavigation|mainMenu|Analytics" -f "%NAVIGATION_DIR%\plan_navigation_analytics.xml"

      configTool.bat -v -i -p "Affinium|suite|uiNavigation|settingsMenu" -f "%NAVIGATION_DIR%\plan_navigation_settings.xml"

      configTool.bat -v -i -p "Affinium|suite|uiNavigation|alerts" -f "%NAVIGATION_DIR%\plan_alerts_registration.xml"

      configTool.bat -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "%NAVIGATION_DIR%\plan_navigation_financials.xml"

      configTool.bat -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "%NAVIGATION_DIR%\plan_navigation_assets.xml"

      configTool.bat -v -i -p "Affinium|suite|quicklinksCategory" -f "%NAVIGATION_DIR%\umo_quicklinks_registration.xml"

    • For Unix, use the ./configTool.sh file to run configTool utility with the help of following commands:

      ./configTool.sh -v -i -p "Affinium" -f "$NAVIGATION_DIR/plan_registration.xml"

      ./configTool.sh -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "$NAVIGATION_DIR/plan_navigation_operations.xml"

      Run the following command if the Financial Module is installed in Unica Plan.

      ./configTool.bat -v -i -p "Affinium|suite|uiNavigation|mainMenu|Analytics" -f "$NAVIGATION_DIR/plan_navigation_analytics.xml"

      ./configTool.bat -v -i -p "Affinium|suite|uiNavigation|settingsMenu" -f "$NAVIGATION_DIR/plan_navigation_settings.xml"

      ./configTool.bat -v -i -p "Affinium|suite|uiNavigation|alerts" -f "$NAVIGATION_DIR/plan_alerts_registration.xml"

      ./configTool.sh -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "$NAVIGATION_DIR/plan_navigation_financials.xml"

      ./configTool.sh -v -i -p "Affinium|suite|uiNavigation|mainMenu" -f "$NAVIGATION_DIR/plan_navigation_assets.xml"

      ./configTool.bat -v -i -p "Affinium|suite|quicklinksCategory" -f "$NAVIGATION_DIR/\umo_quicklinks_registration.xml"

      Note: In case manual registration, if Unica Platform is not installed on same computer as Unica Plan, you must install the Unica Platform tools on the computer or copy the Unica Plan xml configuration files to your computer.