Stopping the Execution of FDMEE from within a Script

To halt the execution of Oracle Hyperion Financial Data Quality Management, Enterprise Edition from within a script:

  1. On the Setup tab, under Scripts, select Script Editor.
  2. Single or double-click an event.
  3. Add the raise RuntimeError script and the message to display.

    For example,

    if (categoryName == ""):
    raise RuntimeError, "Category name is invalid"
  4. Save the script.