Siebel Marketing Installation and Administration Guide > Installing and Configuring Email Marketing >

(Optional) Verifying Email Marketing Component Configuration


After you have installed and configured the Email Marketing components, you can optionally use the Email Marketing configuration check utility provided with Siebel Marketing to verify your configuration. The Email Marketing configuration check performs tests to verify that the Email Sending Daemon, the Bounce Handler Daemon, and the Click Through Daemon components are correctly setup and functioning.

To use the Email Marketing configuration check utility, run the end2end.jar file for each component, as described in the following procedure.

To verify Email Marketing component configuration

  1. Start the ESD, the CTD, and the BHD components as Windows services.
  2. To start the Email Marketing configuration check, run the following command from the command line for each of the ESD, BHD, and CTD components in turn:

    java -DpropertyFile=component_property_file_path -jar component-end2end.jar_path

    where:

    • component_property_file_path is the full path to the component's property file.
    • component-end2end.jar_path is the full path to the end2end.jar file for the component, which is located in the component_root\webapps\component\WEB-INF\lib directory.

      The following is an example of the command to run for the Email Sending Daemon:

    java -DpropertyFile=D:\programs\esd\esd.properties -jar D:\Program Files\esd\webapps\esd\WEB-INF\lib\esd-end2end.jar

    The following table shows some of the tests performed by the Email Marketing configuration check for each component.

    Component
    Conditions Verified by the Configuration Check Utility

    Email Sending Daemon

    • A connect string to the Siebel Marketing Server is provided.
    • The ESD can connect to the Siebel Marketing Server.
    • Validates the ESD license with the Siebel Marketing Server.
    • Verifies that Mail Transfer Agent information is provided.
    • Checks ESD connectivity to the Mail Transfer Agent.
    • Checks that the ESD has write permission to the \mailings directory.
    • Checks that the ESD has write permission to the \state_dir directory.
    • Verifies that a mount point directory exists.
    • Checks that the ESD has read permission to the mount point directory.

    Click Through Daemon

    • A connect string to the Siebel Marketing Server is provided.
    • The CTD can connect to the Siebel Marketing Server.
    • Validates the CTD license with the Siebel Marketing Server.
    • Checks that the CTD has write permission to the \Queue directory.
    • Checks that the CTD has write permission to the \Queue\Message_Open subdirectory.
    • Checks that the CTD has write permission to the \Queue\Click subdirectory.
    • Checks that the CTD has write permission to the \Queue\List_unsubscribe subdirectory.

    Bounce Handler Daemon

    • A connect string to the Siebel Marketing Server is provided.
    • The BHD can connect to the Siebel Marketing Server.
    • Validates the BHD license with the Siebel Marketing Server.
Siebel Marketing Installation and Administration Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.