Run the report using a pipe (GRW for PHP)

You can execute the ReportLauncher application using a pipe.

Note: The pipe connector method for running reports is not supported on Microsoft Windows platforms.
  1. Open the ReportLauncher.php file for editing.
  2. Change the selectPreview parameter value to true
    $greRunnerObj->selectPreview(true);
  3. Comment out the following line, as follows (using //):
    //$greRunnerObj->configureDistributedProcessing("127.0.0.1",7000);
  4. Save your changes.
  5. From Genero Studio, execute the ReportLauncher application.
The generated report file is created in the $(TargetDir). By default, this is $(ProjectDir)/src.