Automic Workload Automation

  • 1.  File transfer - ENDED_EMPTY vs ENDED_NOT_OK?

    Posted Jun 03, 2014 01:27 PM

    Several of our workflows use a file transfer task to pick up any "old" files that might have been left behind by previous runs of a utility before we start a new run of that same utility.  Since usually there aren't such files, we configure the workflow so that subsequent task(s) have a dependency of ENDED_OK_OR_EMPTY.

    Occasionally (maybe once every couple months) we have seen this file transfer fail in an ENDED_NOT_OK, even though the report clearly says that no files exist:

    20140513/040028.049 - U2000134 Thread '*FT(20730295)' started.
    20140513/040028.049 - U0011407 FT '20730295': FileTransfer with partner 'A1004V-UC4A02A' started.
    20140513/040028.372 - U0063016 FT '20730295': The file '/apps/ebsuite/frb/custom/auditreportwithipaddress/reports/OLD*' does not exist.
    20140513/040028.372 - U0011409 FT '20730295': FileTransfer ended abnormally.
    20140513/040028.372 - U2000135 Thread '*FT(20730295)' ended.
    Automic support has asked us to provide a trace of this error, but I have no idea how to reproduce this, and we don't have the disk space to just leave a trace running indefinitely.

    Has anyone else seen this behavior....and perhaps figured out how to reproduce it?  (Or perhaps had a trace running when one of these incidents occurred?)

    Thanks!



  • 2.  File transfer - ENDED_EMPTY vs ENDED_NOT_OK?

    Posted Jun 04, 2014 12:07 AM

    Hi Daryl,

    are there any corresponding error messages in both agent log files?



  • 3.  File transfer - ENDED_EMPTY vs ENDED_NOT_OK?

    Posted Jun 04, 2014 09:40 AM

    These look to be the pertinent entries:

    source agent:

    20140513/040028.049 - U2000134 Thread '*FT(20730295)' started.
    20140513/040028.049 - U0011407 FT '20730295': FileTransfer with partner 'A1004V-UC4A02A' started.
    20140513/040028.051 - U0011124 Selection started with filter '/apps/ebsuite/frb/custom/auditreportwithipaddress/reports/OLD*' ...
    20140513/040028.114 - U2000013 Connection to Agent 'a1004v-uc4a02a.dc.ph.com:2300' initiated.
    20140513/040028.117 - U2000006 Connection to Agent 'A1004V-UC4A02A' was successfully established.
    20140513/040028.118 - policy=0, pro=0
    20140513/040028.372 - U0063016 FT '20730295': The file '/apps/ebsuite/frb/custom/auditreportwithipaddress/reports/OLD*' does not exist.
    20140513/040028.372 - U0011126 Files selected: '0'.
    20140513/040028.372 - U0011409 FT '20730295': FileTransfer ended abnormally.
    20140513/040028.372 - U2000007 Connection to Agent 'A1004V-UC4A02A' terminated.
    20140513/040028.372 - U2000135 Thread '*FT(20730295)' ended.

    destination agent:

    20140513/040028.050 - U2000229 FT '*FT(20730295)': Thread started.
    20140513/040028.050 - U0011407 FT '20730295': FileTransfer with partner 'E1102V-PUTL07A' started.
    20140513/040028.116 - U2000006 Connection to Agent 'E1102V-PUTL07A' was successfully established.
    20140513/040028.376 - U0011409 FT '20730295': FileTransfer ended abnormally.
    20140513/040028.376 - U2000007 Connection to Agent 'E1102V-PUTL07A' terminated.
    20140513/040028.376 - U2000230 FT '*FT(20730295)': Thread ended.



  • 4.  File transfer - ENDED_EMPTY vs ENDED_NOT_OK?

    Posted Jun 10, 2014 11:34 PM
    I know that a JOBF (even with wildcard enabled) will end ENDED_NOT_OK if the directory path does not even exist or if it was unmounted