Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Configuring an admission profile for an openFT instance < V11.0

&pagelevel(5)&pagelevel

To allow remote administration, an admission profile must be set up on the instance to be administered that permits the FT functions "Transfer Files" (TRANSFER-FILE) and "Pre/Postprocessing" (FILE-PROCESSING). The same comments apply as for an openFT instance as of V11.0 (see section “Configuring an admission profile for an openFT instance as of V11.0”).

Example

The FT administrator enters the following command for an admission profile, for instance:

  • Unix or Windows system:

    ftcrep profile-name transfer-admission -ff=tp

    Possible alternative using the openFT Explorer: Open the Admission Profile dialog box, for instance using File - New - Admission Profile, and then in the Options tab, activate the options Transfer Files and/or Delete Files and File Processing.

  • BS2000 system:

    CREATE-FT-PROFILE NAME=profile-name -
              ,TRANSFER-ADMISSION=transfer admission -
              ,FT-FUNCTION=(*TRANSFER-FILE,*FILE-PROCESSING)
    
  • z/OS:

    FTCREPRF NAME=profile-name -
         ,TRANSFER-ADMISSION=transfer admission -
         ,FT-FUNCTION=(*TRANSFER-FILE,*FILE-PROCESSING)