You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Notifications can be set to alert you if a job is successful, unsuccessful, or either result. Additionally, a notification can also indicate if a job was launched from the Workbench or from a command line, and can produce a report in a number of different file formats.

You can select the following options and option parameters using the job notification plugin:

Notification OptionOption Parameters
Notify When Run From
  • Workbench
  • Command Line
  • Both
Attached Report
  • None
  • CSV
  • XML
  • HTML
  • PDF
  • RTF
Send Notification
  • Always
  • Only on Success
  • Only on Failure

Notification parameters are set independently on each job configured in DB Change Manager. Additionally, each set of notification options apply individually per job selected.

The notification plugin must be defined in Eclipse and then activated in DB Change Manager. The following tasks provide a high-level overview of defining and implementing the notification plugin:

Create a plugin project

In order to start building a plugin, you need to create a new plugin platform in Eclipse.

To create a plugin project

  1. Select File > New > Other.
    The Select a Wizard dialog appears.
  2. Select Plugin Project, and then click Next.
  3. Type a name for the plugin in the appropriate field, and leave the remainder of the parameters as they appear.
  4. Click Next.
  5. Retain the default parameters on the next dialog, and then click Finish.
    The new plugin project is created in Eclipse and is ready for plugin development.

Configure the target platform

The target platform for the plugin development process needs to be identified in DB Change Manager. This indicates to the new plugin for what product it extends, and grants the plugin access to the system.

To configure the target platform

  1. Select Window > Preferences.
    The Preferences dialog appears.
  2. Choose the Plugin Development > Target Platform node, and then click Browse.
  3. Navigate to the install directory for DB Change Manager.
  4. Click Apply, and then click OK.
    The Preferences dialog closes and the target platform of the plugin is now indicated.

Define dependencies

The new plugin requires a pair of dependency definitions on the DB Change Manager Notification plugin:

  • com.idera.change.notifications
  • org.eclipse.ui.forms
  1. Navigate to the META-INF folder in your project and double-click MANIFEST.MF.
    The MANIFEST.MF file opens in Eclipse.
  2. Select the Dependencies tab and click Add.
  3. Choose com.idera.change.notifications and click OK.
    The dependency is added.
  4. Choose org.eclipse.ui.forms and click OK.
    The dependency is added.
  5. Press Ctrl+S to save the changes, or choose File>Save from the menu to retain the new dependencies and close the editor.


IDERA |  Products | Purchase | Support |  Community |  Resources |  About Us  | Legal
  • No labels