Transferring the Save File to Your IBM i System

You must transfer the TIBCO MFT Platform Server for IBM i save file to your IBM i system. The save file is MFTvvv.

Procedure

  1. Sign on to the IBM i system with QSECOFR authority and create an empty product save file called MFTvvv in library QGPL using the following command:
    CRTSAVF QGPL/MFTvvv

    where vvv denotes the version number of TIBCO MFT Platform Server for IBM i.

  2. Transfer the product save file to your IBM i system using the following command:
    FTP <xxx.xxx.xxx.x>

    where <xxx.xxx.xxx.x> denotes the IP address of your IBM i system.

  3. Sign on with QSECOFR authority and enter the appropriate password.
  4. On the command line, type the following command to set the transfer mode to BINARY:
    BINARY
  5. Execute the FTP PUT command to transfer the appropriate save file to the IBM i system. The target save file name must be QGPL/MFTvvv. Here is an example of the FTP command required to transfer the file to your IBM i system:
    PUT c:\directory_name\MFTvvv QGPL/MFTvvv
  6. When the file has been uploaded to the IBM i system, end the FTP session by typing the following command on the command line:
    QUIT