Starting a RTView Display Builder Using the RTView Adapter

Follow steps provided to start the RTView display builder.

To start a RTView display builder using the RTView Adapter:

  1. Ensure that the Sybase CEP Server that the RTView Adapter attempts to connect to, is up and running.
  2. (Windows) Open a DOS command prompt and type in the following command:
    %C8_DASHBOARD%\bin\start_builder.bat <project_folder> [<rtv_file_name> "<rtview options>"]
    Note: Create the <project_folder> before starting the builder. The <rtv_file_name> is optional and needs to be supplied only when opening an preexisting .rtv file. The <rtview_options> are options that are passed to RTView as is. Enclose all the options in double quotes.
    Note: You may choose to create a preconfigured desktop shortcut to run the command above.
  3. (Linux/Unix) Type in the following command:
    $C8_DASHBOARD/bin/start_builder.bat <project_folder> [<rtv_file_name> '<rtview_options>']
    Note: Create the <project_folder> before starting the builder. The <rtv_file_name> is optional and needs to be supplied only when opening an preexisting .rtv file. The <rtview_options> are options that are passed to RTView as is. Enclose all the options in single quotes.
    Note: You may choose to create a preconfigured desktop shortcut to run the command above.