Question
Does HULFT Square allow to execute any executable files, such as .exe files or shell scripts?
We currently have a shell script that executes FTP commands, and we operate various check processes using its return code.
Is it possible to perform these processes on HULFT Square as well?
Answer
HULFT Square doesn't allow to execute any executable files.
Also, HULFT Square scripts cannot obtain return codes, therefore check processing with return codes is not possible as well.
Supplement
In FTP connector, "NG" is set to the "status" attribute when an error other than a network failure occurs. Thus, error handling is possible by using the value in the attribute with Conditional Branch operation.
FTP Connector
https://www.hulft.com/help/en-us/HULFTSquare/Content/CN_MPP/CN_message/msg_FTP.htm
Conditional Branch
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/flow_conditional_branch.htm
Comments
0 comments
Article is closed for comments.