Siebel Training Guide > Getting Started with Siebel Training > Setting Up Automatic Training Notification Messages >

Configuring the Email Driver and Notification Templates for Training


If email notification will be used for training, you must verify that the Training Email Notification templates are set up correctly by specifying two parameters in the third-party registration driver profile, and then associating the templates to the driver profile. For more information on working with drivers and communications templates, see Siebel Communications Guide.

To configure the third-party registration communications driver

  1. Log into the application (for example, ERMAdmin) as the administrator.
  2. From the application-level menu, choose Navigate > Site Map > Administration - Communication > Communication Drivers and Profiles.
  3. In the Communications Drivers list, query for Internet SMTP/POP3 Server, and then select the Profiles view tab.
  4. In the Profiles list, select Third Party Registration Profile, and specify two parameters for this profile:
    • SMTP Server: sendmail.siebel.com
    • From Address: (use your own email address in the Siebel application)
  5. Save the modified profile.

To associate email templates with the third-party registration profile

  1. From the application-level menu, choose Navigate > Site Map > Administration - Communications > All Templates.
  2. In the Templates list, query for *eTraining*.

    The query returns five templates:

    • Class Confirmation Email Package (eTraining)
    • Class Reminder Email Package (eTraining)
    • Class Waitlisted Email Package (eTraining)
    • Course Confirmation Email Package (eTraining)
    • Third Party Registration Approve Email Package (eTraining)
  3. In the Templates list, select a template, and click the Advanced view tab.
  4. In the form, select Third Party Registration Profile in the Delivery Profile field.
  5. Repeat Step 3 and Step 4 for each of the five templates.
  6. Restart the Siebel Server, and then run the server tasks gentrig and workmon in srvrmgr.

Running GenTrig and WorkMon after Restarting the Server

After you set up the communications driver profile for training, and restart the Siebel Server, you must rerun two server tasks, GenTrig and WorkMon, in srvrmgr for Class Confirmation Email, Class Waitlisted Email and Course Confirmation Email. Before you run the server tasks, make sure that Workflow Management and the training component groups are enabled.

After the student registers for a class, the class confirmation email is sent. The reminder email is sent 10 days before the class begins. For example, the student registers for a class that starts in three days. The first email the student gets is the class confirmation email and then, after workmon is run in Batch Mode, the class reminder email is sent to the student.

NOTE:  These server tasks must be rerun each time the Siebel Server is restarted.

To run GenTrig and WorkMon

  1. Connect to srvrmgr, navigate to $siebsrvr\bin, and use the command:

    "srvrmgr /g gtwysrvr /s siebsrvr /e siebel /u user /p password"
    "start task for comp Gentrig with Exec="TRUE", PrivUser="SIEBEL", PrivUserPass="your_password"
    "list task for comp gentrig"

  2. If the status is Completed, run workmon:

    "start task for comp workmon with SleepTime=10, Groupname="eTraining Group", RetryInterval=1"
    "list task for comp workmon"

    If the status is Running, email notification setup is completed.

  3. Run the workmon task in Batch Mode again for Class Reminder Email.

    "start task for comp workmon with SleepTime=10, Groupname="eTraining Group", RetryInterval=1, BatchMode=TRUE"

Siebel Training Guide