Overview

You can install myFileGateway 2.0 on Linux/Unix or Windows platforms.

The installation and configuration of myFileGateway 2.0 has multiple steps that makes it complex and error prone. From this release onward, the entire installation process is automated. Several manual steps are removed and the installation process is made simple and easy.

You can enable myFileGateway 2.0 by installing the b2biAPIs jar. This automatically installs the myFileGateway 2.0 artifacts and tables in the backend and there is no need to change any files manually.

List of changes

Here is a list of changes introduced in this release:
  • The gateway_application.yml.in and gateway_application.yml files are moved to <Install_Dir>/properties folder from <INSTALL_DIR>.
  • The username and password fields for SFG and cfg APIs are removed from the gateway_application.yml file.
  • The old mysfg-assembly.jar is removed from <Install_dir> as it is no longer required.
  • The old gateway_application.yml and cfxgateway_cfxlog_config.xml files are moved to <Install_dir>/properties folder from <INSTALL_DIR>.
  • The following new permissions are introduced in the File Gateway Partner Users group. This is done to access SFG specific APIs by the partner user account. Below is the list of permission names:
    • API/PUT/mailboxmessages
    • API/GET/mailboxmessages
    • API/POST/fgarrivedfiles
    • API/GET/mailboxcontents
    • API/GET/useraccounts
  • All the four URLs (IP address/PORT), namely b2bapis, sfgapis, b2bauthapi, and myfilegateway in the gateway_application.yml file is updated with values (HTTP by default) automatically after b2biAPIs.jar is installed.

    You do not need to change these values manually.