Configuring File Transfer Methods to BIRT Server from Advantage

This section describes the configuration setup required to specify how files are transferred to the BIRT server.  To change the method of transfer, changes are required in the CGI Advantage initialization parameter file (ADV30Params.ini).

FileTransfermode is a parameter in the ADV30Params.ini file. This parameter’s value determines if the files sent to the BIRT server for processing are sent using the HTTP service API or using FTP/SFTP.

 

####################################################################################

#  BIRT HTTP Service Configuration

####################################################################################

FileTransfermode=false

 

The HTTP service API is configured via the PrintServletServiceURL parameter in the ADV30Params.ini file; additional details on configuring the HTTP service API can be found in the “BIRT Configuration” section of the CGI Advantage Container Deployment Guide.