Configuring Journey - Deliver integration

In Journey - Deliver integration, to make the email template visible in Unica Journey, run switch_config_visibility utility and restart the web server. Perform the following steps.
  1. Open command prompt and navigate to <Campaign_Home>/Deliver/tools.
  2. Execute the following commands of switch_config_visibility.
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|ftpProtocol" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|uiHTTPProtocol" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|dataHTTPProtocol" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|ftpPort" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|uiHTTPPort" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|dataHTTPPort" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|mailingUIHTTPPath" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|dataHTTPPath" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|useFTPPassiveMode" -v true
    • ./switch_config_visibility.sh -p "Affinium|Deliver|serverComponentsAndLocations|hostedServices|useFTPImplicitSSL" -v true
  3. Restart the web server.