Question
We would like to be able to detect when an abnormality occurs in a script.
What kind of function or operation can I use to achieve this?
Answer
The following is an example of a method to detect when an abnormality occurs in a script.
Please check the actual move to see if it is possible to use it according to your requirements.
Using Monitor Exception operation
By using Monitor Exception operation and implementing the process you want to execute when an error occurs in a script, it is possible to detect abnormalities in the script.
For example, the following methods can be used to detect errors:
- Use Send One E-mail operation to send notification e-mail.
- Use Output Data Log operations(XML/table model) to output application logs, and check the logs.
Monitor Exception
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/flow_monitor_exeption.htm
Send One E-mail
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/mail_put_smtp_with_message.htm
Output XML Data Log
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/proc_output_XML_data_log.htm
Output Table Model Data Log
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/proc_output_table_model_data_log.htm
Supplementary information
If you want to implement a method other than the above in accordance with your own requirements, the HULFT Square Technical Support Center may not be able to provide a solution regarding the specific implementation method.
If you are considering contacting the Support Center, please also refer to the page in Related FAQs section.
Related FAQs
I have requirements, but I don't know how to develop and configure the scripts to satisfy the requirements.
https://support.square.hulft.com/hc/articles/9461664047508
Comments
0 comments
Article is closed for comments.