Automic Workload Automation

 View Only
  • 1.  Getting information from report

    Posted Jun 06, 2022 11:10 AM
    I want to redirect through a JOB that runs and receives errors based on a string in response. For example, it received an error, how can I get the error information and redirect it to a different task? Can report information be parsed?

    Thanks for any input.


  • 2.  RE: Getting information from report

    Posted Jun 07, 2022 01:18 AM
    Hi

    You can use a filter Object in a JOBS Object
    https://docs.automic.com/documentation/webhelp/english/AA/12.3/DOCU/12.3/Automic%20Automation%20Guides/help.htm#AWA/Objects/obj_filter.htm

    Or if you are into scripting you can use the script function PREP_PROCESS_REPORT in the Job's Post Process:
    https://docs.automic.com/documentation/webhelp/english/AA/12.3/DOCU/12.3/Automic%20Automation%20Guides/help.htm#Script/Reference/PREP_PROCESS_REPORT.htm?TocPath=Reference%257CAutomation%2520Engine%2520Script%2520Reference%257CScript%2520Elements%2520Ordered%2520by%2520Purpose%257CData%2520Sequences%257C_____14

    cheers, Wolfgang

    ------------------------------
    Support Info:
    if you are using one of the latest version of UC4 / AWA / One Automation please get in contact with Support to open a ticket.
    Otherwise update/upgrade your system and check if the problem still exists.
    ------------------------------



  • 3.  RE: Getting information from report

    Posted Jun 07, 2022 01:20 AM
    Hi fdy,

    please check the output filter object on page  https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/12.3/Automic%20Automation%20Guides/help.htm#AWA/Objects/obj_filter.htm?Highlight=output%20filter

    regards,
    Peter