Running the Schema Export Tool

The Schema Export Tool is invoked from the command line. The tool can be invoked from its directory, or by giving the absolute path to the tibems_util.jar file.

For example:

  • On Windows
    > java -jar EMS_HOME\bin\tibemsd_util.jar options

    Or

    > java -jar c:\tibco\ems\8.5\bin\tibemsd_util.jar options
  • On Unix
    $ java -jar EMS_HOME/bin/tibemsd_util.jar options

    Or

    $ java -jar /opt/tibco/ems/8.5/bin/tibemsd_util.jar options