How to see how many files were transferred via a Filetransferjob
search cancel

How to see how many files were transferred via a Filetransferjob

book

Article ID: 89952

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

How to see how many files were transferred via a Filetransferjob

Environment

Release: AOATAM99000-8.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

Symptoms

How to see how many files were transferred via a Filetransferjob


Cause

In the report of a filetransferjob it is not possible to see how many files were transferred.


Resolution

To check this manually you can open statistics window of the job and open statistics detailwindow, there is shown how many files were matching the wildcards (if used) and how many were transferred.

Insert following lines into the postscript tab oft he Filetransferjob

:SET &RUNID# = SYS_ACT_ME_NR()

:SET &FILECOUNT# = GET_STATISTIC_DETAIL(&RUNID#, RECORDS)

:p &FILECOUNT#