Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Description of the output of SHOW-FT-PROFILE

&pagelevel(4)&pagelevel

Example 1

The FTAC administrator wishes to view the admission profile UMSAWARE of the user STEVEN with the command SHOW-FT-PROFILE to determine if the profile might endanger data protection:

/SHOW-FT-PROFILE NAME=UMSAWARE, -

/ SELECT-PARAMETER=(OWNER-IDENTIFICATION=STEVEN),INFORMATION=*ALL

Short form:

/SHOW-FT-PROF UMSAWARE,(,STEVEN),*ALL

The output takes the following form:

%UMSAWARE

% EXP-DATE      = 20171031

% IGN-MAX-LEV = (IBR)

% FILE          = PROFIT
% USER-ADM      = (STEVEN,M4711,OWN)

% PROC-ADM      = SAME

% SUCC-PROC     = NONE
% FAIL-PROC     = NONE

% FT-FUNCTION = (TRANSFER-FILE, MODIFY-FILE-ATTRIBUTES,

%                 READ-FILE-DIRECTORY, FILE-PROCESSING)
% DATA-ENC      = YES

% FILE-AT-ENC = YES

% LAST-MODIF    = 2018-07-11 16:11:08
  FILE-AT-ENC = YES


The first line shows the name of the admission profile. EXP-DATE shows the expiration date of the admission profile. The next two lines show the settings which Steven made in the command CREATE-FT-PROFILE using the parameter IGNORE-MAX-
LEVELS=(INBOUND-RECEIVE=*YES) and FILE-NAME= PROFIT. The values for USER-ADMISSION and PROCESSING-ADMISSION have not been set by Steven, but rather the default values have been used. The output SUCC-PROC=*NONE and FAIL-PROC=*NONE means that no follow-up processing is permitted. The output DATA-ENC=YES and FILE-AT-ENC=YES shows that Steven is especially careful, because this means that requests are only accepted if the user data and file/directory list attributes are encrypted. Steven set this by using DATA-ENCRYPTION=*YES and FLE-ATTR-ENCRYPTION=*YES in the CREATE-FT-PROFILE command. The timestamp of the most recent change is shown under LAST-MODIF.

The timestamp is also updated if you do not change the properties of the profile, i.e. if you enter MODIFY-FT-PROFILE only with the parameter NAME, but no other parameters.

Please note that as a rule not all properties of a profile are displayed. For example, optional parameters which do not differ from the default are not shown.


Example 2

The FTAC administrator examines the admission profile TESTPROF using the SHOW-FT-PROFILE command to determine whether file processing is possible with this profile. The command is as follows:

/SHOW-FT-PROFILE NAME=TESTPROF, -

/       SELECT-PARAMETER=(OWNER-IDENTIFICATION=STEVEN),INFORMATION=*ALL

Short form:

/SHOW-FT-PROF TESTPROF,(,STEVEN),INF=*ALL

The output has the following form:

%TESTPROF

% INITIATOR     = REMOTE

% USER-ADM      = (STEVEN,*FIRST,OWN)

% PROC-ADM      = SAME
% FT-FUNCTION = (TRANSFER-FILE,FILE-PROCESSING)

% LAST-MODIF    = 2016-07-31 15:03:44


The first line of the output displays the name of the admission profile. The second line indicates that the profile can only be used for requests initiated in the remote system. Steven has specified the value *FIRST for ACCOUNT in USER-ADMISSION; this means that the first account number assigned to the home pubset of the specified user ID in the system is used for account assignment in the case of transfer requests. As a result, it is unaffected by any changes to the account number. However, Steven has not

specified a value for PROCESSING-ADMISSION and the default value SAME is therefore used. This means that the values are taken over from USER-ADMISSION. The FT-FUNCATION line indicates that the examined profile supports both preprocessing and file transfer requests. The last row specifies when the profile was last modified. The timestamp is also updated if you do not change the properties of the profile, i.e. if you enter MODIFY-FT-PROFILE only with the parameter NAME, but no other parameters.

Example 3

The FT administrator wishes to view the profile REMADMIN that has been set up for remote administration by a remote administrator.

/SHOW-FT-PROFILE NAME=REMADMIN,INFORMATION=*ALL

Output has the following form:

%REMADMIN

% USER-ADM      = (BS2ADMIN,,YES)
% FT-FUNCTION = (REMOTE-ADMINISTRATION)

% LAST-MODIF    = 2016-06-30 15:31:29


The output REMOTE-ADMINISTRATION for FT-FUNCTION indicates that the profile is permitted to perform remote administration. This means that the profile can be used by remote administrators to administer the local openFT instance. These remote administrators must also be configured in the remote administration server.