Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Output of SHOW-FT-ADMISSION-SET

&pagelevel(4)&pagelevel

Example

Jack John, the FTAC administrator of the Dack Bank, wants to obtain information about the admission sets in his system. He enters the following command:

/SHOW-FT-ADMISSION-SET USER-IDENTIFICATION=*ALL

Short form:

/SHOW-FT-ADM *ALL

He receives the following output:

%             MAX. USER LEVELS         MAX. ADM LEVELS        ATTR

% USER-ID OBS OBR IBS IBR IBP IBF  OBS OBR IBS IBR IBP IBF
% *STD     10  10  10  10   0   0   10  10  10  10   0   0

% JACK    100 100   0   0   0*  0* 100 100   0   0   0*  0*   PRIV

% GRACE    50  50  10* 50  50  50   50  50  50  50  50  50    PW
% DANIEL    0  10   0   0   0   0   10  10   0   0   0   0    PW

% STEVEN   50 100   0  10*  0   0   50 100  10  50   0   0

These can be explained as follows:

The user ID of each admission set is in the column USER-ID. In this example, there is a standard admission set as well as admission sets for the user IDs JACK, GRACE, DANIEL and STEVEN.
The FTAC user sees the standard admission set and his/her own admission set.

The column ATTR indicates the privileged admission set. We can see that JACK is the FTAC administrator. The column ATTR also indicates whether an FTAC password has been defined (with PW). GRACE and DANIEL have done this to prevent others from using FTAC commands on their user ID which could be used to make modifications.

In the six columns under MAX-USER-LEVELS, the limiting values are output which the FTAC users have set for their admission sets. The six columns under MAX-ADM-LEVELS show the limiting values which the FTAC administrator has set. The smaller of the two values indicates up to which security level the owner of the admission set may use each basic function. The basic functions are abbreviated in the output as follows:

OBS = OUTBOUND-SEND

OBR = OUTBOUND-RECEIVE

IBS = INBOUND-SEND

IBR = INBOUND-RECEIVE

IBP = INBOUND-PROCESSING

IBF = INBOUND-FILEMANAGEMENT

The standard admission set is configured such that it permits file transfers with systems which have the security level of 10 or lower, but does not permit any follow-up processing initiated by external sources (IBP=0). JACK may contact all available partner systems (OBS=100,OBR=100), but does not permit any file transfer accesses from outside onto his user ID (IBS=0,IBR=0,IBP=0).

The user ID GRACE is permitted to communicate with all partner systems with the security level of 50, according to the FTAC administrator’s specifications. To better protect her files from strangers, GRACE has only made the function “inbound send” available to partner systems with the security level 10 or lower.

The user ID DANIEL is heavily protected. Only files from partner systems with a maximum security level of 10 may be requested. A * after a number indicates that this value was taken from the standard admission set and will change if any modifications are made to the standard admission set.