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.
If FileTransfermode is set to true, files are sent to BIRT server using FTP/SFTP.
If FileTransfermode is set to false, file transfers are performed using HTTP service API.
####################################################################################
# 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.