Executing a Custom Script from a Command Line

Oracle Hyperion Financial Data Quality Management, Enterprise Edition allows you to execute custom scripts from a command line. You can run the custom script with or without parameters. If you run a script that has no parameter, FDMEE determines the application id associated with the script. If you want to pass parameters, add parameters using the format: Executescript <script name> <Parameter Display Name>=<Value>.

  1. At a command line, type the name of custom script to execute.
  2. Click Enter to execute the script.

    Tip:

    When running the MaintainFDMEEDataTables.py script, use the Display Name of the task and not the Jython script name..

    In the following example, the script name is enclosed in quotes "":

    "Maintain Data Table by Application" ...

    You can also type the name without spaces as in the following:

    MaintainDataTablebyApplication ...