Automic Workload Automation

 View Only
  • 1.  How do we send the *.REP.txt file only as a Notification

    Posted Dec 26, 2017 12:14 PM
    How do we send the *.REP.txt file only as a Notification (JOBI.NOTIFICATION.PROCESS)
    The JOBI.NOTIFICATION.PROCESS will send the *.ACT.txt, *.POCO.txt, *.POST.txt, and *.REP.txt as attachments.
    We want to send only the *.REP.txt file to a distribution list of about 6 users.
    Please tell how to do this in AE V10.0.5+hf.1.build.480 if possible.




  • 2.  How do we send the *.REP.txt file only as a Notification

    Posted Dec 27, 2017 02:21 AM

    I don't know about your JOBI.NOTIFICATION.PROCESS but I guess it is the include for a CALL object and does a PUT_ATT on ATTACH_REPORTS_RUNID. This way there is - as far as I know - no possibility to select what kind of reports will be attached. All will be considered.

    What you could do however is to extract the report of the job on your own (PREP_PROCESS_REPORT), write it into a file and use the CALL objects' ATTACH_FILE mechanism to attach that file instead. This will require you to change objects & develop some code however.