Logging issueI have job with two taksk:
1. delete all files less than 0 kb in dir X
2. download with FTP all files and place them in dir X
Both have a notification on the task. It is set as: Notify on complete.
The notification logs all the taskoutput to a file.
Body:
{TASK(Active,LastRun,G)}
{TASK(Active,Name)} : {TASK(Active,Result)}
{TASK(Active,StdOut)}
-
{TASK(Active,StdErr)}
I setup my 2nd task that if it fails it starts task 1 again and continue in order.
How come I've got this as my logging output:
--------------------------------------------------------------------------------------
11/20/2009 11:41:10 AM
Delete 0b files : Success
--------------------------------------------------------------------------------------
0 file(s) was/were deleted.
-
--------------------------------------------------------------------------------------
11/20/2009 11:41:10 AM
download : Error at GetFTPFolderNames: Control channel transfer error
--------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------
11/20/2009 11:41:10 AM
download : Error at GetFTPFolderNames: Control channel transfer error
--------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------
11/20/2009 12:04:12 PM
Delete 0b files : Success
--------------------------------------------------------------------------------------
0 file(s) was/were deleted.
-
--------------------------------------------------------------------------------------
11/20/2009 12:04:12 PM
download : Error at GetFTPFolderNames: Control channel transfer error
--------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------
11/20/2009 12:04:12 PM
download : Error at GetFTPFolderNames: Control channel transfer error
--------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------
11/20/2009 12:06:02 PM
Delete 0b files : Success
--------------------------------------------------------------------------------------
0 file(s) was/were deleted.
-
--------------------------------------------------------------------------------------
11/20/2009 12:06:02 PM
download : Error (6) downloading file(s): etrk0211.csv, err: Control channel transfer error
--------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------
11/20/2009 12:06:02 PM
download : Error (6) downloading file(s): etrk0211.csv, err: Control channel transfer error
--------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------
11/20/2009 12:09:24 PM
Delete 0b files : Success
--------------------------------------------------------------------------------------
0 file(s) was/were deleted.
-
--------------------------------------------------------------------------------------
11/20/2009 12:09:24 PM
download : Success
--------------------------------------------------------------------------------------
220- ___ _____ ___ ___ ___ _ _ _ _
USER XXXX
331 Password required for XXXX.
PASS ********
230 User XXXX logged in. Access restrictions apply.
FEAT
502 Permission denied.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory
PWD
257 "/" is current directory
PWD
257 "/" is current directory
PWD
257 "/" is current directory
CWD /
250 CWD command successful.
PWD
257 "/" is current directory
TYPE A
200 TYPE command successful.
PORT 10,5,102,54,15,97
200 PORT command successful.
...
...
...
TYPE I
200 TYPE command successful.
PORT 10,5,102,54,16,82
200 PORT command successful.
RETR etrk3108.csv
150 Opening Binary mode data connection for etrk3108.csv.
226 Closing data connection
TYPE A
200 TYPE command successful.
PORT 10,5,102,54,16,83
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /data/eurotop/tracker/history.
226 Transfer complete
My questions are:
1. How come I have two entries after each other of the 2nd task?
2. Why isn't there any FTP log output in the error sections.
Regards
Erik
Edited by user
2009-11-20T13:26:56Z
|
Reason: Not specified
Uses Visualcron since 2006.