Starting a RTView Display Viewer Using the RTView Adapter

Learn how to start the RTView display viewer.

To start the RTView display viewer 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_viewer.bat <project_folder> <rtv_file_name> ["<rtview_options>"]
    Note: The <project_folder> and <rtv_file_name> must exist before starting the viewer. The <rtview_options> are passed to the RTView viewer as is. Enclose the options in double quotes.
    Note: You may choose to create a preconfigured desktop shortcut to run the command above.
  3. (Linux/Unix) Type the following command:
    $C8_DASHBOARD/bin/start_viewer <project_folder> <rtv_file_name> ['<rtview_options>']
    Note: The <project_folder> and <rtv_file_name> must exist before starting the viewer. The <rtview_options> are passed to the RTView viewer as is. Enclose the options in single quotes.
    Note: You may choose to create a preconfigured desktop shortcut to run the command above.