Long output form outbound (example, openFT <= V12.1C00)
|
Long output form outbound (example, openFT >= V12.1C10):
|
Long output form inbound (example)
|
Long output format for an ADM log record (example)
|
Explanation of long output form (column-wise)
The table below also describes fields and values that can only occur in ADM log records.
Name | Explanation | |
LOGGING-ID | Number of the log record (up to twelve digits) | |
TRANS | Transfer direction: | |
TO | The request direction is to the partner system. This direction
| |
FROM | The request direction is to the local system (inbound). This
| |
BOTH | File management request with two-way data transfer. | |
PROFILE | Name of the profile to be used for the transfer (empty in the FT logging record) | |
TRANS-ID | Transfer ID number | |
TRANSFER | Amount of data transferred | |
SEC-OPTS | Security options and encryption algorithms used. This line is only output if at least | |
ENCR | Encryption of the request queue | |
DICHK | Data integrity check of the request queue | |
DENCR | Encryption of data content during the transfer | |
DDICHK | Data integrity check of the file data to be transferred | |
LAUTH | Authentication of the local system on a partner | |
LAUTH2 | Authentication of the local system on a partner | |
RAUTH | Authentication of the partner on a local system | |
RAUTH2 | Authentication of the partner on a local system | |
RSA-nnnn | Length of the RSA key | |
DES / | Encryption algorithm used | |
INITIATOR | Initiator (user ID) in the case of requests issued locally issued; | |
USER-ADM | User ID in the local system used by the requests | |
PARTNER | Provides information about the partner system. The output includes the symbolic | |
PTNR-ADDR | Address | |
FILENAME | Filename resp. preprocessing or postprocessing in local system. | |
FNC-MODE | Encoding mode for file names and follow-up processing: | |
*TRANSPARENT | File names and follow-up processing are represented in a | |
*CHAR, FNCCS=ccs | File names and follow-up processing are seen in their | |
ADM-CMD | Only output for an ADM log record: | |
ADMIN-ID | Only output for an ADM log record: | |
ROUTING | Only output for an ADM log record: | |
RC | Reason-Code. | |
REC-TYPE | Specifies if this is an FT or FTAC or ADM logging record. | |
PCMD | Status of follow-up processing: | |
NONE | No follow-up processing defined. | |
STARTED | Follow-up processing was started. | |
NOT-STARTED | Follow-up could not be started. | |
PRIV | specifies whether the admission profile is privileged. | |
WRITE | Write rules: | |
NEW | A new file is created. If a file with the same name already | |
EXT | An existing file is extended and stored as new. | |
REPLACE | An existing file is extended. | |
TIME | Time when the logging record was written | |
FUNCTION | Definition of FT function: | |
| ||
STARTTIME | Time request was started | |
STORETIME | Time request was accepted (inbound) | |
REQUESTED | Time request was accepted (outbound) | |
CCS-NAME | Name of the character set, used for code conversion as necessary. | |
CHG-DATE | Specifies whether the change date of the send file is taken over for the receive file. | |
SAME | The change date of the send file is take over. | |
INITSN | TSN from which the request came, entered only in the case of outbound requests. | |
GLOB-ID | Global request identification, displayed only in the case of inbound requests from | |
REMOTE-FN | From openFT V12.1C10: If the file is a library element, the output will be of the format |
Examples
The FT administrator wants to display all logging records that were created for the user ID Smith and logged between 01.09.2016 and 31.122016. If you are the owner of the User ID Smith, you can omit the parameter OWNER-IDENTIFICATION=.
FTSHWLOG SELECT=*PARAMETERS(OWNER-IDENTIFICATION=SMITH,
-
CREATION-TIME=*INTERVAL(FROM=2016-09-01(00:00), -
TO=2016-12-31(23:59))),NUMBER=*ALL
You want to see the first record of the output in detail.
FTSHWLOG (OWN=SMITH,CRE-TIME=*INTERVAL(FROM=2016-09-01(00:00),
-
TO=2016-12-31(00:00))),INF=*ALL
An (FT or FTAC) administrator wants to view all log records. He/She wants all the information to be output in the most compact possible form because he/she wants to back up the log records before deleting them. To do this, he/she combines the specifications for "comprehensive output" and "output in CSV format". This is achieved using the following command:
FTSHWLOG SELECT=*ALL,NUMBER=*ALL,INF=*ALL,OUTPUT=*STDOUT(*CSV)
This command may take a few minutes to output comprehensive information.
The FT or FTAC administrator wishes to display the names of the current log file and and current offline log files:
FTSHWLOG INF=*LOGGING-FILES
'OPFTUID.STD.SYSLOG.L160802.L093109'
logoff'OPFTUID.STD.SYSLOG.L160723.L061619'
The FT administrator wants to display all logging records that were created for the filename REMOTE-FILE. The short output will only show the name of the local file.
/FTSHWLOG SELECT=*PARAMETERS(FILE-NAME=REMOTE-FILE, -
/ ),NUMBER=*ALL
TYP LOG-ID TIME RC PARTNER INITIAT. PROFILE USER-ADM FILENAME
2021-03-19
T 111 12:35:35 0000 >locBS OPFTUID OPFTUID LOCAL-FILE
To see the remote filename the long output format has to be used:
/FTSHWLOG SELECT=*PARAMETERS(FILE-NAME=REMOTE-FILE, -
/ ),INF=*ALL
LOGGING-ID = 111 RC = 0000 TIME = 2021-02-11 12:35:35
TRANS = TO REC-TYPE= FT FUNCTION = TRANSFER-FILE
PROFILE = PCMD = NONE STARTTIME= 2021-02-11 12:35:35
TRANS-ID = 65643 WRITE = REPLACE REQUESTED= 2021-02-11 12:35:35
TRANSFER = 28 kB CCS-NAME = IBM1047
SEC-OPTS = NCR+DICHK, RSA-2048 / AES-256
INITIATOR= OPFTUID
USER-ADM = OPFTUID
PARTNER = BS2PART
FILENAME = LOCAL-FILE
FNC-MODE = *TRANSPARENT
REMOTE-FN= REMOTE-FILE