Generating Live DataMart Configuration Files Using BusinessEvents Studio Tools Utility

Using the TIBCO BusinessEvents Studio Tools utility you can manually generate LiveView Configuration (.lvconf) files for the BusinessEvents project.

Alternatively, the LiveView Configuration (.lvconf) files for the BusinessEvents project are generated automatically if the Generate LiveView Files checkbox is selected for the LiveView agent. Please refer to the TIBCO BusinessEvents Configuration Guide for more details on the configuration of the LiveView agent.

A separate LiveView configuration file is generated for each entity that is configured to be pushed to the TIBCO Live DataMart server.

Procedure

  1. Navigate to BE_HOME/studio/bin/ and open a command prompt.
  2. Execute a command with the following format (all on one line) at a command prompt:
    studio-tools -core generateLDMProject [-h] -o outputDirectory -p studioProjDir  -c CDDFilePath -e EARFilePath
    TIBCO BusinessEvents Studio Tools for Generating LiveView Configuration Files
    Option Description
    -core generateLDMProject Within the core category of operations, specifies the generateLDMProject operation to generate LiveView configuration files (.lvconf) for the BusinessEvents project.
    -h Optional. Displays help.
    -o Specifies the output directory to place the generated files.

    If not provided, the files are generated in the folder as defined in the Output Directory filed in the LiveView agent in the project CDD file.

    -p Specifies the path to the TIBCO BusinessEvents Studio project directory.
    -c Specifies the path to the CDD file of the project.
    -e Specifies the path to the EAR file of the project.