Note on usage
Function: Output information on the openFT system
User group: FT user
Functional description
ftinfo outputs information about the installed openFT system.
Format
ftinfo -h |
[ -csv]
Output
ftinfo always outputs the values in CSV format even if the -csv option is not specified:
Name | Type | Values |
CmdUiVer | Number | Version of the User Command Interface, e.g. 1210 for V12.1. The User |
CmdTiVer | Number | Version of the Tool Command Interface, e.g. 100 for V1.00. |
OsType | String | Name of the operating system: |
UserId | String | Current (calling) user ID. |
IsFtAdm | Number | 1 for UserId=FT administrator, 0 otherwise |
IsFtacAdm | Number | 1 for UserId=FTAC administrator, 0 otherwise. |
FtLang | String | Set language: de (German), en (English). |
CcsName | String | CCS name of the character set currently defined in openFT. |
Home | String | Home directory of the calling user ID. |
Limited | String | *NO or *NO: The installed openFT product is NOT a limited period evaluation
|
IsAdmAdm | Number | 1 for UserId=ADM administrator, 0 otherwise |
ProdVer | String | openFT product version, e.g. 12.1A00 |
SrcVer | String | Source version, e.g. 356 |
Inst | String | Name of the instance, e.g. std |
TimeOffset | Number | Time difference between local time and UTC time in seconds, e.g. 3600 |
FtScriptDir | String | The directory in which openFT-Script applications are stored. It can be |
NativeX25 | String | *YES / *NO |
SingleUser | String | *YES / *NO |
Crypt | String | *YES / *NO |
Example
Unix systems
ftinfo CmdUiVer;CmdTiVer;OsType;UserId;IsFtAdm;IsFtacAdm;FtLang;CcsName;Home;Limited ;IsAdmAdm;ProdVer;SrcVer;Inst;TimeOffset;FtScriptDir;NativeX25;SingleUser;Cry pt 1212;100;"Unix";"admin";1;1;"de";"ISO88591";"/home/usr/admin";*NO;1;"12.1C00" ;"407";"std";3600;"/home/usr/user1";*NO;*YES;*YES
Windows systems
ftinfo CmdUiVer;CmdTiVer;OsType;UserId;IsFtAdm;IsFtacAdm;FtLang;CcsName;Home;Limited ;IsAdmAdm;ProdVer;SrcVer;Inst;TimeOffset;FtScriptDir;NativeX25;SingleUser;Cry pt 1212;100;"Windows";"admin1";1;1;"de";"CP1252";"C:\Users\admin1"; *NO;0;"12.1C00";"406";"std";3600;"C:\Users\user1";*NO;*NO;*YES