Configuring BusinessEvents for TIBCO Enterprise Runtime for R

Configure the BusinessEvents engine TRA file to set up the TIBCO Enterprise Runtime for R location.

Prerequisites

TIBCO BusinessEvents and TIBCO Enterprise Runtime for R must be installed on the same machine.

Procedure

  1. Open the BE_HOME/bin/be-engine.tra file for editing.
  2. Edit the environment variable TERR_HOME with the absolute path where TIBCO Enterprise Runtime for R is installed.
    tibco.env.TERR_HOME=<absolute_path_where_TIBCO_Enterprise_Runtime_for_R_is_installed>
    Note: You can also run BusinessEvents with TIBCO Enterprise Runtime for R TIBCO BusinessEvents Studio for debugging purposes. When running the BusinessEvents engine from BusinessEvents Studio, perform the following configurations:
    • Add TERR_HOME variable under the Environment tab for the launch configurations of the project. Assign the absolute path, where TIBCO Enterprise Runtime for R is installed, as the value of TERR_HOME.
    • Add terJava.jar library under the Classpath tab for the launch configurations of the project.

    See Adding and Working with Launch (Debug or Run) Configurations for more details about how to configure launch configurations.

  3. Start or restart the BusinessEvents engine.