Use > JMX Reference > Data Flow Management Methods > How to Enable Integration Summary Report Email Notifications from JMX Console

How to Enable Integration Summary Report Email Notifications from JMX Console

This task describes how to enable Integration Summary Report email notifications from JMX Console.

  1. Log in to the UCMDB JMX Console (https://localhost:8443/jmx-console).
  2. Locate UCMDB:service=Mail Settings Services and click the link to jump to the Operations table.
  3. Configure the following settings in the setMailSetting method:

    • activateSSL. Click True if SMTP server requires the secure connection via TLS/SSL and UCMDB was configured with SMTP server certificate. Click False if SMTP server accepts non-secure connection.
    • sender. Enter the name to appear in reports that Universal CMDB sends.
    • SMTPPort. Edit the SMTP server port. The default value is 25.
    • smtpServer. Enter the address of the SMTP server.
  4. Locate UCMDB:service=Integration Settings Services and click the link to jump to the Operations table.
  5. Configure the following Integration Settings:

    • In the configureEmailRecipients method:

      1. Enter the public recipients of integration email notifications. Separate email addresses with semicolons. For example : linda@microfocus.com;jack@microfocus.com;smith@microfocus.com.
      2. Click Invoke.
    • In the configureIntegrationScheduleEmail method:

      1. IsEnabled. Click True.
      2. cron. Enter the interval for integration schedule email notifications. Only Cron expression format is supported. For example : 0 0 1 * * ? (Runs every day at 01:00 AM)
      3. Click Invoke.
    • In the getIntegrationScheduleEmail method:

      1. customerId. Enter the customer ID or leave it empty. The default value is 1.
      2. Click Invoke.
    • In the getEmailRecipients method:

      1. customerId. Enter the customer ID or leave it empty. The default value is 1.
      2. Click Invoke.
  6. Results

    Integration Summary Report emails are sent based on the configured Cron expression.