Question
How can I output a list of send and receive history of HULFT Transfer for a monthly report?
The data required for the monthly report are file ID, date and time, total number of send and receive, number of bytes, etc.
Answer
Last update: June 28, 2023
HULFT Square does not have the feature to output a list of send and receive history of HULFT Transfer.
You can check the history in [Monitoring] >[APP EVENTS] > [HULFT Transfer], but the output is only for each event.
Therefore, if you wish to obtain a comprehensive list of the transfer history, we recommend capturing a screenshot of the history for your records.
[1.2 Monitoring] > [1.2.2 APP EVENTS] > [1.2.2.2 HULFT Transfer]
https://www.hulft.com/help/en-us/HULFTSquare/Content/HULFT_Square/HS_EventMonitor/event_AppEvents_HULFT_Transfer.htm
Also, if you would like to get the size of the transfer files, please implement a process to get the file size before send and receive process because number of bytes is not output to APP EVENTS.
Here is the methods of getting file size for both send and receive process.
-Receive process
In the project settings of a HULFT Transfer Job, you can specify a script variable in the [Size] parameter to get file size in the script associated with the HULFT Transfer Job.
[HULFT Transfer Jobs] - [HULFT Transfer Jobs > Add New] - [Step Project]
https://www.hulft.com/help/en-us/HULFTSquare/Content/HULFT_Square/HS_Jobs/jobs_HULFT_Transfer.htm
-Send process
It is possible to get file size by using the Get List of File Names in the script that requests sending.
[Get List of File Names]
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/file_list_file.htm
Comments
0 comments
Article is closed for comments.