Operation in HULFT for IBMi
(1) HULFT Management Console (Status Inquiry)
Output destination file name
- Send Log file (SNDLOG)
-
This is where logs of sending-side transferring are stored.
- Receive Log file (RCVLOG)
-
This is where logs of receiving-side transferring are stored.
- Post-send Job Execution Log file (EXECLOGS)
-
This is where logs of post-send job executions are stored.
- Post-receive Job Execution Log file (EXECLOGR)
-
This is where logs of post-receive job executions are stored.
- Observe Log file (REQLOG)
-
This is where logs of operations by the Observe system is stored.
- Resend Queue file (SDDREQ)
-
This is where the status of resending is stored.
Method of deletion
Log record deletion (Manual operation)
It is possible to delete log records by utilities (UTLLOG, UTLOBSRM, or UTLRESENDRM) or on the HULFT Management Console.
Refer to Operation Manual for the details of the deletion method.
Log record deletion (Automatic execution)
Except for the Resend Queue file, log records are deleted automatically by setting the following parameter in the System Environment Settings:
LOGDELCOUNT= log deletion threshold
- Example:
-
The following setting deletes the oldest log record when the number of log records exceeds 1000.
LOGDELCOUNT=1000
(2) Message of resident job (when output destination is specified at startup)
Output destination file name
- File arbitrarily specified by user
Method of deletion
Delete the relevant files physically, or delete by using a user application.
When you delete files physically, firstly you must stop HULFT.
(3) Message of resident job (when output destination is specified in the System Environment Settings)
Output destination file name
- File arbitrarily specified by user
No message is output when the setting is omitted in the System Environment Settings.
Method of deletion
Message can be deleted automatically by setting the following parameters in the System Environment Settings.
MLOGDELCOUNT= message log deletion threshold
- Example:
-
The following setting deletes the oldest messages when the number of messages exceeds 1000 in the message log.
MLOGDELCOUNT=1000