Configuring the Infor Landmark Technology environment for the FTP server

This procedure sets up several parameters in the ConfigurationParameter table of each Infor Landmark Technology Runtime data area. These parameters define the users and connection information so that the Landmark Administration Console can access the FTP server.

To configure the Infor Landmark Technology Runtime environment for the FTP server

  1. In Infor Rich Client or the Web UI, in the data areas for both the environment and your applications, navigate to Applications > Data > la > Business Classes > ConfigurationParameter, or navigate to Applications > Administration Console > Other > System Configuration Parameters > All.
  2. On the Configuration Parameter List form, select Actions > Create for each of the following parameters and enter the values shown below:
    Component Key Type Required? Description
    adminconsole ftphost Alpha Yes Server or IP address for the FTP server
    adminconsole ftpport Numeric No Port number for FTP server. The default is 22 for secure FTP and 21 for non-secure FTP.
    adminconsole ftpsecure Boolean Yes If true, use SFTP.
    adminconsole datasizelimit Numeric No The size limit for FTP file transfers, in GB. The default is 100 GB.
    adminconsole ftpdirectory Alpha No Optional default directory on the FTP server. If given, this is a sub-directory of the main FTP directory. If the ftp directory is given and has path dividers, they should be represented as /. Do not include this value if specifying an FTP sub-directory on one of the Administration Console forms.
    adminconsole ftpidentitysvc AlphaUpper Must specify this, or else ftpuserid and ftppassword If used, the name of the Landmark service containing the identity to be used for the current actor's FTP credentials.

    If you set up this service and assign identities to it, and if you also set up an individual FTP user (ftpuserid and ftppassword), the ftpidentitysvc setting will be used.

    See Setting up a service for FTP identities.

    adminconsole ftpuserid Alpha Must specify this and ftppassword, or else ftpidentitysvc The user ID of the FTP user.
    adminconsole ftppassword Password Must specify this and ftpuserid, or else ftpidentitysvc The password of the FTP user.