Specify a debug email address for IXIASOFT CCMS Scheduler

You can specify a debug email address when configuring IXIA CCMS Scheduler.

About this task

This allows you to send all notification emails to this debug address until you are satisfied with your configuration.

To specify a debug email address:

Procedure

  1. Open the %SchedulerDir%/conf/wrapper.conf file.
  2. In the Java Additional Parameters section, add the following parameter after the Kerberos parameters:
    #wrapper.java.additional.4=-Dixia.scheduler.debug.email=youremail@acme.com
    Where youremail@acme.com is the email where notifications should be sent during your configuration testing. When you specify this parameter, notifications are not sent to actual users.
    For example:
    # Java Additional Parameters
    wrapper.java.additional.1=-Djava.security.krb5.conf=../conf/krb5.ini
    wrapper.java.additional.2=-Djava.security.auth.login.config=../conf/login.conf
    wrapper.java.additional.3=-Djacorb.log.default.verbosity=0
    wrapper.java.additional.4=-Dixia.scheduler.debug.email=youremail@acme.com
  3. Save and close the file.
  4. Restart the CCMS Scheduler service:
    • On Windows: Open the Services console, right-click Ixiasoft Scheduler and click Stop, and then right-click Ixiasoft Scheduler and click Start.
    • On Linux: Run the following commands:
      systemctl restart Scheduler