Note on usage
Function: Export FTAC admission profiles and sets
User group: FTAC administrator
openFT-AC must be installed to use this command.
Functional description
The FTAC administrator can easily “move” admission profiles and sets when a user migrates from one computer to another. The commands EXPORT-FTAC-ENVIRONMENT and IMPORT-FTAC-ENVIRONMENT are intended for this purpose.
This commands are not available to FTAC users!
The commands only affect the currently set openFT instance. If necessary, the FTAC administrator must create them under several openFT instances.
Export files cannot be extended. They must be deleted and created again if necessary.
Format
EXPORT-FTAC-ENVIRONMENT |
TO-FILE = <filename 1..54> ,USER-IDENTIFICATION = *ALL / list-poss(100): <name 1..8> ,SELECT-PARAMETER = *ALL / *PARAMETERS(...) *PARAMETERS(...) PROFILE-NAME = *ALL / *NONE / list-poss(100): <alphanum-name 1..8> ,ADMISSION-SET = *YES / *NO |
Operands
TO-FILE = <filename 1..54>
Name of the file in which the admission profiles and sets are output.
USER-IDENTIFICATION =
The user ID whose admission profiles and sets are to be output on file.
USER-IDENTIFICATION = *ALL
The admission profiles and sets of all user IDs are to be output on file.
USER-IDENTIFICATION = list-poss(100): <name 1..8>
The admission profiles and sets of the user IDs specified are to be output on file.
SELECT-PARAMETER =
Determines whether only admission profiles, only admission sets, or both are to be output on file. For admission profiles, you can select those which are to be output.
SELECT-PARAMETER = *ALL
All admission profiles and sets associated with the user ID specified under USER-IDENTIFICATION are to be output on file.
SELECT-PARAMETER = *PARAMETERS(...)
Specifies which of the admission profiles and sets associated with the USER-IDENTIFICATION are to be output on file.
PROFILE-NAME = *ALL
All admission profiles are output on file.
PROFILE-NAME = *NONE
No admission profiles are exported.
PROFILE-NAME = list-poss(100): <alphanum-name 1..8>
Only the profiles with the specified names (maximum 100) are output on file.
ADMISSION-SET = *YES
All admission sets are output on file.
ADMISSION-SET = *NO
No admission sets are exported.
Command return codes
(SC2) | SC1 | Maincode | Meaning |
0 | 0 | FTC0054 | No information matches the specified criteria. |
0 | 64 | FTC0102 | File already exists. |
0 | 64 | FTC0104 | Access to the user ID denied or the user ID does not exist. |
0 | 64 | FTC0105 | Access to the file denied. |
0 | 64 | FTC0106 | Access to the temporary file denied. |
0 | 64 | FTC0156 | The command may only be executed by the FTAC administrator. |
0 | 64 | FTC0180 | The USER-ID entered occurs several times. |
0 | 64 | FTC0181 | The FT profile name entered occurs several time. |
0 | 64 | FTC0206 | Partially qualified file name too long. |
0 | 64 | FTC0255 | A system error occurred. |
SC1/2 = Subcode 1/2 in decimal notation For additional information, see section “Command return codes”. |